wvega / timepicker

A jQuery plugin to enhance standard form input fields helping users to select (or type) times
http://timepicker.co
GNU General Public License v2.0
216 stars 92 forks source link

jquery version compare does not work #58

Open thomas3577 opened 10 years ago

thomas3577 commented 10 years ago

Hi,

You try to compare string with string to check if the jquery version greater than/less than on the lines 51, 467 and 467.

For example: The jQuery Version "1.11.1" is less than "1.4.2" in your code.

wvega commented 10 years ago

Hi @thomas3577, You're absolutely right. I noticed the same a while ago and plan to fix it in the next version. I had an issue for that here #48.

Is that bug causing you additional problems?

ahmedhr commented 5 years ago

Hi @wvega is there any update on this? The version compare is causing many issues.