Tag Archives: jQuery
.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
One Line Random Boolean in JavaScript
Happy Holidays everyone! I hope everyone enjoyed the holidays this year. I’m back to work today. I just wanted to post a quick snippet that I used in a jQuery plugin I’m developing. It’s nothing earth shattering, but I thought … Continue reading