forked from vkiryukhin/Smartupdater
-
Notifications
You must be signed in to change notification settings - Fork 0
jQuery plugin performs periodical updating functionality and can be used in all sorts of applications which need polling mechanisms.
redips/PeriodicUpdater
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The only file you need to download and use in your project is smartupdater.js The rest stuff is demo, which you can see and play with at http://www.eslinstructor.net/smartupdater3/ /** * smartupdater - jQuery Plugin * * Version - 3.1.00.beta * Copyright (c) 2011 Vadim Kiryukhin * vkiryukhin @ gmail.com * * http://www.eslinstructor.net/smartupdater3/ * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * USAGE: * * $("#myObject").smartupdater({ * url : "foo.php" * }, function (data) { * //process data here; * } * ); * * Public functions: * $("#myObject").smartupdaterStop(); * $("#myObject").smartupdaterRestart(); * $("#myObject").smartupdaterSetTimeout(); * $("#myObject").smartupdaterAlterUrl(); * $("#myObject").smartupdaterAlterCallback(); * * Public Attributes: * var smStatus = $("#myObject")[0].smartupdaterStatus.state; * var smTimeout = $("#myObject")[0].smartupdaterStatus.timeout; * **/
About
jQuery plugin performs periodical updating functionality and can be used in all sorts of applications which need polling mechanisms.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 99.1%
- PHP 0.9%