Side navigation
#14059 closed bug (notabug)
Opened June 23, 2013 03:22AM UTC
Closed June 23, 2013 04:55PM UTC
slideUp() results in error in IE8
Reported by: | lee@melonhtml5.com | 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); } });
Attachments (0)
Change History (4)
Changed June 23, 2013 04:53PM UTC by comment:1
Changed June 23, 2013 04:55PM UTC by comment:4
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.
#14062 is a duplicate of this ticket.