[jQuery] Problem using jQuery form plugin
Hi
I found http://malsup.com/jquery/ which is a form plugin based on
jQuery, maybe jQuery can do this by it self.
Anyway I have a little problem, I want to load a form in a div when
the page opens, thats no problem. but when i want to submit the form
the page opens the action file instead of updating the current page.
The way i want it to work:
Load form when you open the website
on the form you can type in username and then submit, response should
be a new form where you can enter a message.
i almost got it to work when i hardcoded the first form in html
instead of loading it with ajax, then it changed to the next form
"message" but when you try to submit that form it shows the action
file in the form
any ideas
Thanks in advanced
eXhaLe