fly
fly copied to clipboard
Extensible jQuery dropdown/popover/tooltip plugin
Every browser is working great for me bar IE8. Without scrolling down the page on IE8, the position of the dropdowns appear in place, but once any scrolling happens, the...
AMD/CommonJS support would be nice.
``` js // @example /* $.fly.dropdown.extend({ defaults: { position: 'bottom center', content: function () { return Template('dropdown').render({}); } }, init: function() { var dropdown = this; // use .root() to...