Response title
This is preview!




url/index.php#&ui-state=dialog#&ui-state=dialog&ui-state=dialog$(function(){ $("#form").submit(function(e){ e.preventDefault(); var dataString = $("#form").serialize(); $.ajax({ type: "GET", url: "formHandler.php", data: dataString, dataType: "text", success: function(data){ $(".ui-dialog").dialog("close"); location.href="index.php"; }, error:function (xhr, ajaxOptions, thrownError){ alert(thrownError); } }); }); });© 2012 jQuery Foundation
Sponsored by
and others.
