Opened 10 years ago
Closed 10 years ago
#14060 closed bug (duplicate)
slideUp() results in error in IE8
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('div').on('click', function(event) { if ($(this).is(':visible')) { $(this).slideUp(200); => JS Error in IE8 } else { $(this).slideDown(200); } });
Note: See
TracTickets for help on using
tickets.
Duplicate of #14059.