Export to GitHub

jquery-datepicker - issue #377
[PATCH] r108 breaks support for older jQuery versions
Posted on Sep 11, 2013 by
Swift Rabbit
The patch in r108 fixes the date picker for 1.7, but then it doesn't work for older versions.
I fixed it using this line:
this._dpId = ($.guid ? $.guid++ : $.event.guid++);
Comment #1
Posted on Sep 12, 2013 by Happy GiraffeThe datepicker is now maintained on Github. Can you please provide this as a pull request there:
https://github.com/vitch/jQuery-datepicker
Thanks!
Status: Done
Labels:
Type-Defect
Priority-Medium