Question about AJAX tabs and forms
Hi,
I am new to jQuery but I have been having some problems with Tabs.
My tabs nicely AJAXed and working excellently, however, on one of my
tabs I have a form which posts to itself.
The form doesn't work (in that if the user enters incorrect data the
server side checking isn't output) as the when the form is submit the
page refreshes and displays the first tab...
Any ideas on how I can submit the form, post the data, and then
display the output on the correct tab without the page disappearing?
Hope you can help,
Cheers,
Andrew