Vulcan/client/js/jquery.exists.js

3 lines
59 B
JavaScript
Raw Normal View History

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