[jQuery] Re: Switching params in $.post()

2007-05-23 Thread Jean Nascimento
How can i send ISO charset with .post function this is making me crazy On 5/23/07, Tom McGuire <[EMAIL PROTECTED]> wrote: Awesome. Thanks! I'm just a JS newb in general, and it's good to see people actually help us newbies out. ~ Tom On May 23, 11:52 am, "Daniel Hollocher" <[EMAIL PROTECTE

[jQuery] Re: Switching params in $.post()

2007-05-23 Thread Tom McGuire
Awesome. Thanks! I'm just a JS newb in general, and it's good to see people actually help us newbies out. ~ Tom On May 23, 11:52 am, "Daniel Hollocher" <[EMAIL PROTECTED]> wrote: > I think the param list is just an associative array. I google some pages > for ya: > > http://blog.persistent.in

[jQuery] Re: Switching params in $.post()

2007-05-23 Thread Tom McGuire
Awesome. Thanks! I'm just a JS newb in general, and it's good to see people actually help us newbies out. ~ Tom On May 23, 11:52 am, "Daniel Hollocher" <[EMAIL PROTECTED]> wrote: > I think the param list is just an associative array. I google some pages > for ya: > > http://blog.persistent.in

[jQuery] Re: Switching params in $.post()

2007-05-23 Thread Daniel Hollocher
I think the param list is just an associative array. I google some pages for ya: http://blog.persistent.info/2004/08/javascript-associative-arrays.html http://ajaxian.com/archives/javascript-associative-arrays-considered-harmful So, you should just calculate the array into a single variable, how