Re: [jQuery] form always goes to index.php

2009-11-26 Thread waseem sabjee
you dont need to you a form. set up the following html Somehow it always goes to the plain index.php adding the values behind > it like: index.php?myFormValue=value . > > I don't get any errors in the debug console (FF) or the Error Console. > How can I get this to work properly? > > When I mod

[jQuery] form always goes to index.php

2009-11-26 Thread Henjo
Hi, a form that has an action to an index.php?id=value is submitted through jquery with $('form').submit() . Somehow it always goes to the plain index.php adding the values behind it like: index.php?myFormValue=value . I don't get any errors in the debug console (FF) or the Error Console. How can