Tag Archives: fadeIn
.fadeIn() and jQuery Goodness
While carousing the jQuery IRC channel on free node the other day, I noticed that one user in the chat was looking for a way to streamline multiple calls to jQuery’s traversal methods, namely, prev(), next(), and parent(). He asked, instead of writing parent().parent().parent().parent().parent(), can’t we just write .parent(5)? I was really excited to hear this for a few reasons. Continue reading
Posted in JavaScript
Tagged fadeIn, fadeOut, GitHub, Goodness, JavaScript, jQuery, Monkey Patch
1 Comment