Here is my code.
What's wrong with my code. it does not show demo_test.txt content in div1.
Please help me.
$(document).ready(function(){
$("button").click(function(){
$("#div1").load("demo_test.txt");
});
});
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.
Ravishankar NPosted Sep 17, 2019, 11:31 PM
Gowtham RamarPosted Aug 11, 2019, 11:24 PM
Chittaranjan SwainPosted Aug 11, 2019, 10:32 PM