Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatible with Jquery UI 1.10? #13

Open
cspeper opened this issue Apr 15, 2013 · 1 comment
Open

Compatible with Jquery UI 1.10? #13

cspeper opened this issue Apr 15, 2013 · 1 comment

Comments

@cspeper
Copy link

cspeper commented Apr 15, 2013

I'm using jquery v.1.9.1 and Jquery UI 1.10.0 and I am getting a rabbit hole of errors. It looks like the data field for the menu widget has been changed to 'uiMenu' from 'menu' (see line 179). After that was fixed it looks like $('.addtocal').AddToCal( 'close' ); at line 216 gets called on the UL that's created since it has the class 'ui-addtocal' and this throws an error because the UL is not supposed to be an AddToCal widget itself. The issues go on, but I'm assuming at this point there hasn't been an update for this version of JQueryUI. Is that true?

@tardate
Copy link
Owner

tardate commented Apr 15, 2013

Sorry cspepper, no update has been done for jQuery v.1.9.1 and jQuery UI 1.10.0 yet.

If anyone can help with an update or refresh (remove or make jQuery UI dependency optional?) I'd really appreciate it. Any takers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants