You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: