I have these two lines of code:
$("#imagestrip ul li a img").hide();
$("#imagestrip ul li a img").fadeOut(1);

While Hide not only hides the img element it also hides the li element.
fadeOut only hides the img element. Is this a bug or a feature? I want to be
able to hide only the img element but I want the hiding to be instant, not a
fade.

-- 
View this message in context: 
http://www.nabble.com/Jquery-hide-and-fadeout-are-not-the-same-tp20043754s27240p20043754.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to