Vulcan/packages/telescope-lib/lib/client/jquery.exists.js

3 lines
57 B
JavaScript
Raw Normal View History

2014-07-03 09:45:35 +09:00
$.fn.exists = function () {
return this.length !== 0;
}