jQuery.isjQuery = function (obj){ return obj && obj.hasOwnProperty && obj instanceof jQuery; } ;