showing results for - "check if variable is jquery object"
Emiliano
21 Jan 2017
1if (obj instanceof jQuery){
2    console.log('object is jQuery');
3}