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
On 8/18/07, angelogladding <[EMAIL PROTECTED]> wrote:
>
>
> When I attempt to load into a ul (#tags) jQuery seems to be sending a `POST`
> request. Both my backend framework and Firebug seem to agree. Nowhere in the
> documentation does it specifically state whether it sends a GET or POST. Can
> anyone clarify?
>
> My code follows:
>
> $('#tags').load('/data/tags', {format: 'xhtml'});
>
> Thanks,
> Angelo
> --
> View this message in context:
> http://www.nabble.com/%24.load%28%29-POSTing-instead-of-GETing-tf4291429s15494.html#a12216857
> Sent from the JQuery mailing list archive at Nabble.com.
>
>