What is the equivalent of YUI 3's Y.Array in jQuery?
Y.Array() takes array like inputs and converts them into array. More info at http://developer.yahoo.com/yui/3/api/yui-array.js.html
|
What is the equivalent of YUI 3's Y.Array in jQuery? Y.Array() takes array like inputs and converts them into array. More info at http://developer.yahoo.com/yui/3/api/yui-array.js.html |
|||
|
|
|
I suppose you need http://api.jquery.com/jQuery.makeArray/ |
|||
|