Dan the man!
If i understand you right, i have to 'DIV' the whole BODY so that the
whole page is updated? If i submit it without jQuery $.post, just
submitting it to the 'index.php?dir=hastbilder' (also the same
location where i'm at when submitting) as i have always submitted
forms before, and grabbing/handling the submitted vars through $_POST
in php before rendering the rest of the page, the script works just
fine.
But when submitting through jQuery $.post, it seems like (my temporary
alert()) recieves and handles the post just fine, but my page isn't
reloaded as it is during submission via <FORM
action="$same_url_as_this_form"...>.
So when submitting it to jQuery i have to .append or .insert the data
recieved to some #id?

Reply via email to