Looking for jQuery plugin - flyout block

Nikolay picture Nikolay · Nov 14, 2011 · Viewed 8.3k times · Source

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

Answer

NewlessClubie picture NewlessClubie · Nov 19, 2011

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.