Untested, but should work.

$.ajax({
  type: "POST",
  url: "/data/tags",
  data: "format=xhtml",
  success: function(data){
    $('#tags').html(data);
  }
});


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.
>
>


-- 
Joan Piedra || Frontend webdeveloper
http://joanpiedra.com/

Reply via email to