JQuery Timepicker interfering with Datepicker
I am trying to find a way to remove a jquery plugin from a specific class/ID.
I have a web form which has several fields that use the date picker, the
form also has fields that use the timepicker. The timepicker input field
IDs are targeted with .timepicker() and it works, however because they
also have the same class as the datepicker fields, the datepicker is also
showing up when you click on the time field inputs.
Is there any way I can remove the plugin from the timepicker divs and not
affect any of the other fields?
No comments:
Post a Comment