Opened 10 years ago
Closed 10 years ago
#14059 closed bug (notabug)
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); } });
Change History (4)
comment:1 Changed 10 years ago by
comment:4 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Sorry but there is not enough information here for a valid bug report. Please ask for help on a forum and see if they can help you narrow down the problem.
Note: See
TracTickets for help on using
tickets.
#14062 is a duplicate of this ticket.