Answers for "refresh a certain part of the page js"

1

relode div

function updateDiv()
{ 
    $( "#here" ).load(window.location.href + " #here" );
}
Posted by: Guest on April-22-2020

Code answers related to "refresh a certain part of the page js"

Browse Popular Code Answers by Language