I created a function that reports if there is a hold or jQuery object of a variable, is there any replacement for this. Below is my code
function iSJqueryObj(elm) { return elm && jQuery.isFunction(elm.html); }
http://jsfiddle.net/kE7Lp/3/
source share