#7815 closed feature (duplicate)
isjQuery - Object Checking
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Insert a Function to jQuery to check an object is a jQuery-Object.
Like this: jQuery.isjQuery = function( obj ){
return obj && obj.hasOwnProperty && obj instanceof jQuery;
};
In Section: isPlainobject & isArray
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #7224.