jQuery.makeArray( obj )Returns: Array
Description: Convert an array-like object into a true JavaScript array.
-
version added: 1.2jQuery.makeArray( obj )
- objType: PlainObjectAny object to turn into a native Array.
-
Many methods, both in jQuery and in JavaScript in