jQuery
New Wave Javascript
discuss » Problem with new AJAX plugin
Posted: Wed Mar 1 07:09:40 EST 2006
From: Matthias Schroeder <
ms at soft-impulse.de
>
Hi,
first of all: you are doing a really great job - javascript starts getting
fun, thanks!
I just ran into a problem with the new ajax-plugin, for me post
parameters are not working. I'm using firefox 1.5.0.1 on debian
testing/unstable connected to a local apache 1.3.34-2.
With a simple function like
function TestLoad() {
$('#id1').load("/bla", { transid: '12' } );
}
the script bla did not get the cgi-param transid.
After changing the uppercase POST/GET in jquery.js to lowercase it seems to
work for me - but i'm not sure if that breaks anything else.
Somebody experienced a similar problem - or is it something totally
different?
Matthias