tardate / jquery.addtocalendar

jQuery UI widget that provides "Add to Calendar" functionality. Supports an extensible range of calendar services - desktop and web-based
MIT License
93 stars 35 forks source link

Compatible with Jquery UI 1.10? #13

Open cspeper opened 11 years ago

cspeper commented 11 years ago

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 commented 11 years ago

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?