-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels