Skip to main content

Bug Tracker

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 dmethvin comment:1

#14062 is a duplicate of this ticket.

Changed June 23, 2013 04:53PM UTC by dmethvin comment:2

#14061 is a duplicate of this ticket.

Changed June 23, 2013 04:53PM UTC by dmethvin comment:3

#14060 is a duplicate of this ticket.

Changed June 23, 2013 04:55PM UTC by dmethvin comment:4

resolution: → notabug
status: newclosed

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.