trentrichardson / jQuery-Timepicker-Addon

Adds a timepicker to jQueryUI Datepicker
http://trentrichardson.com/examples/timepicker/
MIT License
2.66k stars 1.05k forks source link

This plugin does not support jquery 2.1.x #954

Open wenjian1314 opened 5 years ago

wenjian1314 commented 5 years ago

My project has used jquery 2.1.4. Now I want to import this plugin and it shows some errors, and I cannot fix it. Did anyone meet this problem?

zyxy commented 5 years ago

I am also using jquery 2.1.4 as part of GC Web Experience Toolkit (WET) and the plugin works on an field as in the author's examples on their website here: http://trentrichardson.com/examples/timepicker/

Many thanks to your comment, it made me find out that I had folder names (jQuery versions) swapped compared to what appears in .js files headers! LOL! Now I fixed that and, in my case, the plugin works with both jQuery 1.11.1 and 2.1.4.

What errors do you see? What is your code?