engineer9090909090909090 / jquery-datepicker

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

Date Picker fails with JQuery 1.7.2 #349

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Upgrading jquery to version 1.7.2 now available causes datepicker to fail 
silently.  No errors in the console - but clicking on the minical does nothing.

Original issue reported on code.google.com by k...@yoak.com on 30 May 2012 at 4:23

GoogleCodeExporter commented 8 years ago
I'm afraid I don't have time to look into this at the moment... If you want to 
fork the code and try a fix then the code is now on github and I'd be happy to 
accept a pull request:

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

Otherwise I'd recommend looking for a different datepicker as I'm not sure if 
or when I'll have time to update this one...

Original comment by kel...@kelvinluck.com on 30 May 2012 at 9:12

GoogleCodeExporter commented 8 years ago
The most recent version of jQuery that doesn't break in my testing is 1.6.4. 
Date picker fails with every 1.7 release up to 1.7.2 from what I've seen.

Original comment by cont...@andreinicholson.com on 5 Jun 2012 at 4:53

GoogleCodeExporter commented 8 years ago
Some things changed as of 1.7 and up.
For exemple, see: http://bugs.jquery.com/ticket/10468 on jquery.event.guid 
deprecated.
Changing L233 in DP2.1.1 from "this._dpId = $.event.guid++;" to "this._dpId = 
$.guid++;" makes something appear, but is not enough to make DP work...

Original comment by j...@club-internet.fr on 11 Mar 2013 at 9:09

GoogleCodeExporter commented 8 years ago
Hi All, Just let you all know that the code in 
https://github.com/vitch/jQuery-datepicker is working fine with jQuery 1.9.1.  

Original comment by totolear...@gmail.com on 29 Mar 2013 at 5:40

Attachments: