danielhq
7/31/2013 - 7:49 AM

is jQuery Object

is jQuery Object

function isjQueryObj(arg) { 
  return arg instanceof jQuery
}