jam-cloud/web/app/assets/javascripts/jquery.exists.js

2 lines
55 B
JavaScript
Raw Permalink Normal View History

jQuery.fn.exists = function(){return this.length > 0;}