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 93 forks source link

Use php.js version_compare function #48

Open wvega opened 10 years ago

wvega commented 10 years ago

Use php.js' version_compare function to compare agains jQuery versions in (at least) the following locations:

This will fix the problem where jQuery 1.10.1 is considered to be older than jQuery 1.4.2, for example.