Bug Tracker

Opened 10 years ago

Closed 10 years ago

#14059 closed bug (notabug)

slideUp() results in error in IE8

Reported by: [email protected] 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 dmethvin

#14062 is a duplicate of this ticket.

comment:2 Changed 10 years ago by dmethvin

#14061 is a duplicate of this ticket.

comment:3 Changed 10 years ago by dmethvin

#14060 is a duplicate of this ticket.

comment:4 Changed 10 years ago by dmethvin

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.

Note: See TracTickets for help on using tickets.