> I have following requirement for doing submit using AJAX. > I have a form which contains 15-20 input fields/attributes, > user can enter special character in those fields. > Response HTML can contain SCRIPT(on load script call) and CSS, > Can JQuery AJAX Form submit can handle this?
The ajax response can include HTML, script and CSS. But your script my need to be modified since the onload events would not fire in the ajax case.