Modify ↓
Ticket #7815 (closed feature: duplicate)
isjQuery - Object Checking
| Reported by: | manuel.richarz@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.6 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
