Answers for "js reload specific div"

1

relode div

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

Browse Popular Code Answers by Language