engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

[PATCH] r108 breaks support for older jQuery versions #377

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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++);

Original issue reported on code.google.com by josh.sic...@gmail.com on 11 Sep 2013 at 6:22

GoogleCodeExporter commented 8 years ago
The datepicker is now maintained on Github. Can you please provide this as a 
pull request there:

https://github.com/vitch/jQuery-datepicker

Thanks!

Original comment by kelvin.l...@gmail.com on 12 Sep 2013 at 9:48