Side navigation
#3645 closed bug (fixed)
Opened November 25, 2008 02:43AM UTC
Closed February 05, 2010 08:13PM UTC
Documentation Error
Reported by: | jq_user | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | docs | Version: | |
Keywords: | events, hover | Cc: | jq_user |
Blocked by: | Blocking: |
Description
Events/hover documentation page
Second example causes error should be(like):
jQuery("a").hover(
function(){jQuery(this).fadeOut(100);},
function(){jQuery(this).fadeIn(500);}
);
Ok, thanks for reporting, can you post the problem to jQuery's google group?