Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function($) {
- $(function() { //on DOM ready
- jQuery.fn.exists = function(){return this.length>0;}
- if ($("SELECTOR").exists()) {
- blah, blah, blah!
- }
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement