Right, that's because you're not supposed to pass in a string, you
pass in an options block. If you pass in a string it splits the string
up by character, which is not what you want.

--John

On 8/18/07, Pops <[EMAIL PROTECTED]> wrote:
>
>
>
> On Aug 18, 7:01 pm, "John Resig" <[EMAIL PROTECTED]> wrote:
> > Yes, a POST will be performed instead. I updated the docs to represent 
> > this:http://docs.jquery.com/Ajax#load.28_url.2C_params.2C_callback_.29
>
> John, I'm sure you read my recent new post regarding the DOC nit.
>
> You need to add, correct or clarify information on:
>
>    params (Object): (optional) A set of key/value pairs that will be
> sent as data to the server.
>
> As noted in my post, this does not send key/value pairs and you go
> directly to jQuery.param() to show it:
>
>   console.log($.param("k1=v1"));
>
> spits out:
>
>   0=k&1=1&2==&3=v&4=1&5=&&6=k&7=2&8==&9=v&10=2
>
> Thanks
>
> Oh btw, Great work!
>
> --
> HLS
>
>

Reply via email to