Ajax - How refresh <DIV> after submit
- by user107712
Hi,
How refresh part of page ("DIV") after my application release a submit?
I'm use JQuery with plugin ajaxForm.
I set my target with "divResult", but the page repeat your content inside the "divResult".
Sources:
$(document).ready(function() {
$("#formSearch").submit(function() {
var options = {
…