change
test.arr = new Array(1, 2, 3);
to
test["arr[]"] = new Array(1, 2, 3);
awkward, but should work..
On Dec 23 2008, 10:52 am, drimsun wrote:
> Hello,
>
> Whenever I try to pass an object containing array data through jQuery
> AJAX only the
> last value of the array is sent. Consider this
Hi Charles,
I'm not sure exactly how your code is, but it seems like you would
want to run the code that applies the .hover() function to the li
items after you pull them in via each ajax request.
On Oct 24, 5:26 am, Charles Sexton <[EMAIL PROTECTED]> wrote:
> Hello!
>
> I'm using jQuery to buil
Hi Rob,
the jQuery library is licensed under two licenses - MIT and GPL.
Taken right from the jquery wiki:
"jQuery is currently available for use in all personal or commercial
projects under both MIT and GPL licenses. This means that you can
choose the license that best suits your project, and u
Check out the revisions made to .load() and the new getScript feature
of 1.2: http://docs.jquery.com/Release:jQuery_1.2/Ajax
These may help you solve your problems!
peace,
Jt
On Sep 11, 3:05 am, Stamen Georgiev <[EMAIL PROTECTED]> wrote:
> I'm having the same problems here.
> And it looks the
Hi Wiz,
I am not sure why that would be relevant since, as stated previously,
this rounding error occurs with the same routine as above only on IE,
not on Firefox. The histars() routine simply iterates through 1
through 5 and uses rating as a limiter to re-src img tags with a
different image - t
5 matches
Mail list logo