Skip to content

Issue with the dynamic generated textbox #95

@ksrkon

Description

@ksrkon

Hi, I just tried this example with the dynamic generated text box.

I have a page with 3 rows. Each row has one text box which is dynamically generated. When I select hour or mins in fist row text box, its working fine. But if i tried to select the hours and mins from any one of the second or third row text box, it is always updating time on the first text box only.

Here is my code:

<script type="text/javascript"> $(document).ready(function() { $('input[class="timecss"]').timepicker({ hours: { starts: 0, ends: 24 }, minutes: { interval: 5 }, rows: 4, showPeriodLabels: true, minuteText: 'Min' }) }); </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions