1
0
Fork 0
mirror of https://github.com/vale981/Vulcan synced 2025-03-12 21:36:38 -04:00
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;
}