tags:

views:

88

answers:

1

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

+2  A: 

I suppose you need http://api.jquery.com/jQuery.makeArray/

uthark
Yeah this is what I needed. Not sure how I missed it when I looked into the docs.
Sudar