Modify ↓
Ticket #3645 (closed bug: fixed)
Documentation Error
| Reported by: | jq_user | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | docs | Version: | |
| Keywords: | events, hover | Cc: | jq_user |
| Blocking: | Blocked by: |
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);} );
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Ok, thanks for reporting, can you post the problem to jQuery's google group?