Search code examples
jqueryjquery-pluginscontainersflyout

Looking for jQuery plugin - flyout block


I'm looking for a jQuery plugin, which could create a flyout of a container from left or right side of a page on some event (onClick or onMouseOver).

The example can be found at http://www.nationalgeographic.com/ - when the page loads some shopping ads slide from the left side of the browser screen (it's shown automatically only once, to see it again you need to delete this website cookies and reload the page - it would be great if the plugin had this cookie-based feature).


Solution

  • What you're trying to achieve is actually quite easy to implement yourself. Here's the quick example: http://jsfiddle.net/JYRhh/ Click on gray block to expand it.