Internet Explorer does NOT respect jQuery's slideDown effect
        Posted  
        
            by Fayaz Mammoo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Fayaz Mammoo
        
        
        
        Published on 2010-02-13T07:15:52Z
        Indexed on 
            2010/05/30
            12:22 UTC
        
        
        Read the original article
        Hit count: 235
        
jQuery
I Use internet explorer and last version of jquery. effetcs like slidedown, fadein, fadeout dont work with ie but works good with Google Chrome. How to fix it?
Code runs fine in Google Chrome:
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery("#form1").hide();
jQuery("#form1").fadeIn(6000, function() {
    // Animation complete.form1:mainHome:panelGroup2
});
});
© Stack Overflow or respective owner