Crusty wrote:
The parameters I pass to the .load function get encoded and turned
into a long GET string though, I believe because of the parameters
already in the URL. Is it possible for me to send those parameters
with POST as well as have the parameters in the URL that the CP needs?
jQuery is supposed to use post for load() when you specify parameters.
Assuming that, it should be possible to manually append the necessary
parameters to the url and let jQuery post the other parameters.
If jQuery doesn't post anything at all there is either a bug in your
code or in jQuery's ajax code. Posting your a test page would help a lot.
--
Jörn Zaefferer
http://bassistance.de