Unobtrusive-jQuery-UI
Unobtrusive-jQuery-UI copied to clipboard
Unobtrusive wire-up of jQuery UI features using data-ui-* attributes on target elements.
Fix for the issue: "cannot call methods on [widget name] prior to initialization; attempted to call method 'destroy' #4"
Hey, could you take a look at this change I made to support options that expect objects. I use this library a lot, it's great, but I also like to...
- Fixed issue "cannot call methods on [widget name] prior to initialization; attempted to call method 'destroy'" which was caused by jQuery-UI version 1.9 - Fixed issue with typo in...
Thrown at this part of the script: ``` javascript // call destroy to remove the ui widget uiFn.call($el, 'destroy'); ``` With custom widgets that use the widget factory. Accordion has...
There is a typo in the minified filename should be jquery-ui.unobtrusive.min.js instead of jquery-ui.onobtrusive.min.js.
Because there is no evaluation of the options specified in the data-ui-{function}-{option} attributes, only simple types are rendered correctly. For example, supposed there is an option disabled, and the type...