Skip to main content

Bug Tracker

Side navigation

#14061 closed bug (duplicate)

Opened June 23, 2013 03:23AM UTC

Closed June 23, 2013 04:53PM 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 (1)

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

resolution: → duplicate
status: newclosed

Duplicate of #14059.