[jQuery] Suckerfish Drop Down Menu Plugin
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=858402818-01082006><FONT face=Arial color=#0000ff size=2>Hi
Ranjan!</FONT></SPAN></DIV>
<DIV><SPAN class=858402818-01082006><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=858402818-01082006><FONT face=Arial color=#0000ff size=2>Do you
have a demo page for this?</FONT></SPAN></DIV>
<BLOCKQUOTE>
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> discuss-bounces@jquery.com
[mailto:discuss-bounces@jquery.com]<B>On Behalf Of </B>ranjan
datta<BR><B>Sent:</B> Tuesday, August 01, 2006 2:25 PM<BR><B>To:</B>
discuss@jquery.com<BR><B>Subject:</B> [jQuery] Suckerfish Drop Down Menu Plugin<BR><BR></FONT></DIV>// suckerFish - jQuery plugin for Drop Down Menus
by Ranjan Datta<BR>// v 0.8<BR>// Free beer and free speech.
Enjoy!<BR>$.fn.sfHover = function(a) {<BR> return
this.each(function(){<BR>
$(this).find('li').each(function() { <BR>
$(this).bind('mouseover',function() {<BR>
$(this).addClass("sfhover");<BR>
});<BR>
$(this).bind('mouseout',function() {<BR>
$(this).removeClass("sfhover"); <BR> });<BR>
});<BR>
});<BR>};<BR><BR><BR>Ranjan<BR></BLOCKQUOTE><FONT SIZE=3><BR>
<BR>
*************************************************************************<BR>
This communication, including attachments, is<BR>
for the exclusive use of addressee and may contain proprietary,<BR>
confidential and/or privileged information. If you are not the intended<BR>
recipient, any use, copying, disclosure, dissemination or distribution is<BR>
strictly prohibited. If you are not the intended recipient, please notify<BR>
the sender immediately by return e-mail, delete this communication and<BR>
destroy all copies.<BR>
*************************************************************************<BR>
</FONT>
</BODY></HTML>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/