[jQuery] jQuery Form Plugin ROOKIE in need of help :(
Hey everybody - I'm definitely an amateur, but I have a pretty good
understanding of PHP / MySQL / Firebug / FirePHP so I think we can
work through this.
If using the standard form plugin model - I have the callback:
function showResponse(responseText, statusText) {
$('#myForm').html('<h1>Submission was successful</h1>' +
responseText);
}
I do see the HTML change in the browser / firebug for this element:
<form id=myForm>
but when I view source (in Firefox) ---> I see the HTML that would of
existed before the AJAX submission.
Is this normal?
Thanks in advance
Brian Long