Jump to content

Number problem


Worqy

Recommended Posts

I can't really help, I was dealing with a similar problem yesterday and never got it to work.

This is what I have.

<html>
<head>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript">
function updateTable() {
  $("#ResTable").load('test.php');
}
setInterval("updateTable()",1000);
</script>

</head>
<body>

<div id="ResTable"></div>

</body>
</html>

 

Changed it in terms of the div id and stuff. Feel free to try it though. I was using it in a different way but that'll be the way you'll need it. So it may, or may not work.

I can't really help, I was dealing with a similar problem yesterday and never got it to work.

This is what I have.

<html>
<head>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript">
function updateTable() {
  $("#ResTable").load('test.php');
}
setInterval("updateTable()",1000);
</script>

</head>
<body>

<div id="ResTable"></div>

</body>
</html>

 

Changed it in terms of the div id and stuff. Feel free to try it though. I was using it in a different way but that'll be the way you'll need it. So it may, or may not work.

 

Works perfect, thank you  :D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.