Easy to use and customizable popover plugin for jQuery. For a demo and documentation, visit http://daveyyzermans.nl/jquery/popover/demo.html
- Fixed hideOnHTMLClick on iDevices
- Fixed url parameter
- Added automatic reposition.
- Changed offset logic, see docs.
- Added focus-trigger.
- Some z-index tweaks to make the popover appear on top of each other instead of the order they were instantiated.
- Added preventChildrenPropagation parameter.
- The preventDefault parameter now does what it's supposed to. preventDefault on the element the popover's invoked on instead of the popover itself.
- Again some small changes to the hover trigger.
- Hovering the popover now makes it stay.
- Added 'anchor' parameter, for attaching the popover to another element
- Fixed hover trigger
- Initial release