Answers for "clickable div"

5

make div clickable

<div onclick="location.href='#';" style="cursor: pointer;">
</div>
Posted by: Guest on March-15-2020
1

relode div

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

Browse Popular Code Answers by Language