Refresh&reload the content in Div using jquery&ajax

485 0 0 0

Last Updated : 2024-04-20 05:07:48

Refresh/reload the content in Div using jquery/ajax

setTimeout(function(){// wait for 5 secs(2)
//location.reload(); // then reload the page.(3)
//$("#admin_about_form").load(window.location.href + " #admin_about_form");
$("#admin_about_form").load(" #admin_about_form > *"); //this is the best working solution for me
}, 2000);

Mahmoud Anwar

Mahmoud Anwar

Back End Developer with a passion for developing innovative web applications that expedite the efficiency and effectiveness of organizational success. Well-versed in technology and writing code to create systems that are reliable and user-friendly. Also has the proven ability to motivate, educate, and collaborate effectively to build web applications and effectively track changes. Confident communicator, strategic thinker, and innovative creator to develop software that is customized to meet a company’s organizational needs, highlight their core competencies, and further their success.