codehaven - php snippets - coding help
Generic filters
Exact matches only

Ajax Dynamic data with Justgage

22nd August 2013

Jquery - Ajax

jquery icon

This script will automatically update the webpage showing four dials, and will update them without refreshing the page. If new data appears in the database it will be updated in 2.5 seconds.
The page has a timer that is set at 2500 (2.5 seconds). It will call api.php and search the database, then update via ajax.

api.php

Was this code snippet helpful?