<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/jquery/tags/hover</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 13:52:54 GMT</pubDate>
<item>
<title>(jQuery) Change Image Opacity on Hover - wanlapat</title>
<link>http://snipplr.com/view/69811/change-image-opacity-on-hover/</link>
<description><![CDATA[ <p>In scripts.js</p> ]]></description>
<pubDate>Wed, 06 Feb 2013 15:34:39 GMT</pubDate>
<guid>http://snipplr.com/view/69811/change-image-opacity-on-hover/</guid>
</item>
<item>
<title>(jQuery) delay jquery hover - nerdfiles</title>
<link>http://snipplr.com/view/57143/delay-jquery-hover/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Jul 2011 11:08:13 GMT</pubDate>
<guid>http://snipplr.com/view/57143/delay-jquery-hover/</guid>
</item>
<item>
<title>(jQuery) jQuery hover by paul irish - root_hacker</title>
<link>http://snipplr.com/view/56224/jquery-hover-by-paul-irish/</link>
<description><![CDATA[ <p>this is coded by paul irish i just post it for future reference to me and my co-workers</p> ]]></description>
<pubDate>Thu, 07 Jul 2011 16:11:43 GMT</pubDate>
<guid>http://snipplr.com/view/56224/jquery-hover-by-paul-irish/</guid>
</item>
<item>
<title>(jQuery) Cufon. Activate :hover in CSS. - Savio</title>
<link>http://snipplr.com/view/49155/cufon-activate-hover-in-css/</link>
<description><![CDATA[ <p>add this line: 	Cufon.replace('a', { hover: true });
before your actual cufon replace.</p> ]]></description>
<pubDate>Thu, 17 Feb 2011 20:30:06 GMT</pubDate>
<guid>http://snipplr.com/view/49155/cufon-activate-hover-in-css/</guid>
</item>
<item>
<title>(jQuery) jquery - keep hover states on - jelontok</title>
<link>http://snipplr.com/view/46459/jquery--keep-hover-states-on/</link>
<description><![CDATA[ <p>keeps hover states on for top level dropdown menu items or accordions</p> ]]></description>
<pubDate>Tue, 04 Jan 2011 11:26:14 GMT</pubDate>
<guid>http://snipplr.com/view/46459/jquery--keep-hover-states-on/</guid>
</item>
<item>
<title>(jQuery) Hover over a thumbnail and open up a dead centered larger version - chendrix</title>
<link>http://snipplr.com/view/43705/hover-over-a-thumbnail-and-open-up-a-dead-centered-larger-version/</link>
<description><![CDATA[ <p>CSS needed here:   
    `    #largeImage
    {
    	    position: absolute;
    	    left: 50%;
            top: 50%;
            visibility: visible;
    }    `

Dead Centre modified from: [Dead Centre a Div](http://snipplr.com/view/231/dead-centre-a-div/ "Dead Centre a Div").</p> ]]></description>
<pubDate>Sun, 07 Nov 2010 14:27:16 GMT</pubDate>
<guid>http://snipplr.com/view/43705/hover-over-a-thumbnail-and-open-up-a-dead-centered-larger-version/</guid>
</item>
<item>
<title>(jQuery) jQuery menu - keep parents highlighted - css menu - raz</title>
<link>http://snipplr.com/view/43434/jquery-menu--keep-parents-highlighted--css-menu/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Nov 2010 20:27:47 GMT</pubDate>
<guid>http://snipplr.com/view/43434/jquery-menu--keep-parents-highlighted--css-menu/</guid>
</item>
<item>
<title>(jQuery) jQuery Hover Animation - nveselinov</title>
<link>http://snipplr.com/view/41382/jquery-hover-animation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 03 Oct 2010 09:53:24 GMT</pubDate>
<guid>http://snipplr.com/view/41382/jquery-hover-animation/</guid>
</item>
<item>
<title>(jQuery) Jquery Avoiding Multiple Hover Animations - Meander365</title>
<link>http://snipplr.com/view/41140/jquery-avoiding-multiple-hover-animations/</link>
<description><![CDATA[ <p>Another handy one and one which I see quite often.  You rollover an element and it animates. You then mouseover and mouseleave really quickly, multiple times and all the animations gets queued. This solves that problem. The delay(200) is like adding the old hoverIntent plugin; it waits before animating.</p> ]]></description>
<pubDate>Wed, 29 Sep 2010 18:05:10 GMT</pubDate>
<guid>http://snipplr.com/view/41140/jquery-avoiding-multiple-hover-animations/</guid>
</item>
<item>
<title>(jQuery) simple jquery rollover - Mosaic</title>
<link>http://snipplr.com/view/32129/simple-jquery-rollover/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 16 Apr 2010 07:34:07 GMT</pubDate>
<guid>http://snipplr.com/view/32129/simple-jquery-rollover/</guid>
</item>
<item>
<title>(jQuery) Button tausch - tscheckenbach</title>
<link>http://snipplr.com/view/30204/button-tausch/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Mar 2010 06:18:59 GMT</pubDate>
<guid>http://snipplr.com/view/30204/button-tausch/</guid>
</item>
<item>
<title>(jQuery) JQUERY HOVER TOGGLE - vagrantradio</title>
<link>http://snipplr.com/view/28447/jquery-hover-toggle/</link>
<description><![CDATA[ <p>Will fade in and fade out on hover of element</p> ]]></description>
<pubDate>Tue, 16 Feb 2010 15:58:07 GMT</pubDate>
<guid>http://snipplr.com/view/28447/jquery-hover-toggle/</guid>
</item>
<item>
<title>(jQuery) JQUERY NAV HOVER - vagrantradio</title>
<link>http://snipplr.com/view/28431/jquery-nav-hover/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 16 Feb 2010 15:43:50 GMT</pubDate>
<guid>http://snipplr.com/view/28431/jquery-nav-hover/</guid>
</item>
<item>
<title>(jQuery) IE6 Hover - bionickid</title>
<link>http://snipplr.com/view/23654/ie6-hover/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Nov 2009 07:14:51 GMT</pubDate>
<guid>http://snipplr.com/view/23654/ie6-hover/</guid>
</item>
<item>
<title>(jQuery) mouse_addClass_linkExpand - joe-bbb</title>
<link>http://snipplr.com/view/22099/mouseaddclasslinkexpand/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 Oct 2009 10:41:04 GMT</pubDate>
<guid>http://snipplr.com/view/22099/mouseaddclasslinkexpand/</guid>
</item>
<item>
<title>(jQuery) Greyscale Hover Effect w/ CSS - LeeRJohnson</title>
<link>http://snipplr.com/view/21521/greyscale-hover-effect-w-css/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 Oct 2009 15:51:52 GMT</pubDate>
<guid>http://snipplr.com/view/21521/greyscale-hover-effect-w-css/</guid>
</item>
<item>
<title>(jQuery) Navi Hover - mzym</title>
<link>http://snipplr.com/view/20035/navi-hover/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Sep 2009 09:34:24 GMT</pubDate>
<guid>http://snipplr.com/view/20035/navi-hover/</guid>
</item>
<item>
<title>(jQuery) hover - reusable arguments changing css object - joe-bbb</title>
<link>http://snipplr.com/view/19506/hover--reusable-arguments-changing-css-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Sep 2009 09:28:38 GMT</pubDate>
<guid>http://snipplr.com/view/19506/hover--reusable-arguments-changing-css-object/</guid>
</item>
</channel>
</rss>