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.