[jQuery] Re: $.post not working with object arrays

2009-01-11 Thread Jolyon Terwilliger
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

[jQuery] Re: Hovering over jQuery retrieved HTML

2007-10-24 Thread Jolyon Terwilliger
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

[jQuery] Re: MIT Licence question very important for everyone

2007-10-24 Thread Jolyon Terwilliger
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

[jQuery] Re: $.load() javascript problems in IE and Safari

2007-09-11 Thread Jolyon Terwilliger
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

[jQuery] Re: Internet Explorer rounding numbers on data returned .getJSON request.

2007-09-10 Thread Jolyon Terwilliger
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