My most reused jQuery function
jQuery.fn.exists = function() {
return this.length>0;
}
I have this handy function in every Javascript file I write for front end web design. Unbelievably handy every time.
if ($(element).exists()) {
// Your code.
}
Written by Ian Tearle
Related protips
1 Response
If your interested I updated this: https://coderwall.com/p/szf8rq?i=6&p=1&q=author%3Aiantearle&t%5B%5D=iantearle
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#