@slicemenice/jquery-ui-popper
v1.0.5
Published
A jQuery UI widget based component that simplifies opening and closing anything that pops up like subnavigations, toolstips, etc.
Downloads
4
Readme
jQuery UI Popper
Release History
1.0.5
- Added package.json file.
1.0.4
- Added missing var before $elementsToClose.
1.0.3
- Fixed "prevent default" on link elements.
1.0.2
- Fixed access of isOpen when evaluating which elements to close as this might also be called for different types / "subclasses" of poppers. Changed to check the elements data instead of using the array accessor.
1.0.1
- Fixed access of isOpen when evaluating which elements to close as this might also be called for different types / "subclasses" of poppers.
1.0.0
- Added basic component.