SyntaxFix
Write A Post
Hire A Developer
Questions
Simplest example to making any function in jQuery is
jQuery.fn.extend({ exists: function() { return this.length } }); if($(selector).exists()){/*do something here*/}