I love the any? and empty? convenience methods that Rails and Ruby provide, they make conditional statements much easier to read. I also really dislike the default method of checking this behavior in jQuery:
if ($('some.element').length > 0) {
// ...do something
}Well, luckily jQuery is ridiculously easy to extend, so why not just mix that functionality in with a couple of quick shot plugin methods? Just add this javascript sometime after you include jQuery:
Recent comments
20 weeks 4 days ago
20 weeks 5 days ago
22 weeks 4 days ago
24 weeks 6 days ago
39 weeks 4 days ago
42 weeks 4 days ago
43 weeks 2 days ago
43 weeks 2 days ago
43 weeks 4 days ago
45 weeks 6 days ago