Vulcan/client/js/jquery.exists.js
2012-10-19 19:20:14 +09:00

3 lines
No EOL
59 B
JavaScript

$.fn.exists = function () {
return this.length !== 0;
}