fly icon indicating copy to clipboard operation
fly copied to clipboard

Extensible jQuery dropdown/popover/tooltip plugin

Results 10 fly issues
Sort by recently updated
recently updated
newest added

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...