2 lines
55 B
JavaScript
2 lines
55 B
JavaScript
|
|
jQuery.fn.exists = function(){return this.length > 0;}
|
|
|
jQuery.fn.exists = function(){return this.length > 0;}
|