How to call ajax request using jquery?
How to call ajax request using jquery?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shubham KumarPosted May 26, 2015, 11:45 PM
$.ajax({url: "demo_test.txt", success: function(result){
$("#div1").html(result);
}});
});
Upendra Pratap ShahiPosted May 27, 2015, 2:29 AM
Nanhe SiddiquePosted May 26, 2015, 11:47 PM