mercredi 1 juillet 2015

How do I make this code refresh every minute?

How do I make this code refresh every minute?

<script type="text/javascript">
$j(document).ready(function () { 
    $j('#left-box').load('pages/box.php'); 
});
</script>

I want it to refresh every 1 minute I've tried other stuff cant do it

Aucun commentaire:

Enregistrer un commentaire