codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Javascript rollover toggle help please!  andyd8 at 17:16 on Wednesday, June 17, 2009
 

I've created a rollover toggle in javascript but if the item is rolled over several times it seems to remember and bounces up and down for that many times. Is there any way of stopping this? I've posted the code below. Thanks.

Andy.

$(".open").hover(
function(){
$(this).next(".toggle").toggle(400);
return false;
},function(){
$(this).next(".toggle").toggle(400);
return false;
}
);








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  Javascript rollover toggle help please!
•  help monitoting cpu load on windows machine
•  Re: convert aspx page to pdf
•  Accessing .htc file
•  Access binary data from http
•  Inserting checkbox values into one field
•  Silverlight or ASPX ?
•  Export to excel
•  help in perl script


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2009