[jQuery] Re: How To Create Array(s) in jQuery?

2008-10-20 Thread aj is in
> What makes you say that?  An array is an array is an array.  jQuery > doesn't change how they work or how you create them. Yep. An array is an Array. But in my case while working with jQuery the array data is not executing properly and the same is working fine in typical javascript. :|

[jQuery] How To Create Array(s) in jQuery?

2008-10-20 Thread aj is in
It seems that the default format for creating Arrays in JavaScript is not compatible with jQuery. Please post the proper method to create Array(s) in jQuery. enjoy :)