Ajax periodic refresh of page using jQuery

0
Categories: JavaScript, PHP
Posted on: 13th July 2009 by: Andrei
var refreshId = setInterval(function() {
     $('#some-content').load('/path/to/your.php');
}, 3000);

24 amazing web chart scripts

0
Categories: JavaScript, PHP
Posted on: 11th May 2009 by: Andrei

http://www.webappers.com/category/components/charts/

21 Fresh Ajax CSS Tables

0
Categories: CSS, JavaScript
Posted on: 8th May 2009 by: Andrei

http://www.noupe.com/javascript/21-fresh-ajax-css-tables.html