Skip to main content

Bug Tracker

Side navigation

#7815 closed feature (duplicate)

Opened December 21, 2010 02:06PM UTC

Closed December 21, 2010 06:18PM UTC

Last modified December 21, 2010 06:18PM UTC

isjQuery - Object Checking

Reported by: manuel.richarz@nysoft.de 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

Attachments (0)
Change History (2)

Changed December 21, 2010 06:18PM UTC by rwaldron comment:1

resolution: → duplicate
status: newclosed

Changed December 21, 2010 06:18PM UTC by rwaldron comment:2

Duplicate of #7224.