JQuery

 view release on metacpan or  search on metacpan

lib/JQuery/jquery_js/plugins/heartbeat/heartbeat.js  view on Meta::CPAN

/*
 * JHeartbeat 0.1.1 Beta
 * By Jason Levine (http://www.jasons-toolbox.com)
 * A heartbeat plugin for the jquery library to help keep sessions alive.
 */
 
 $.jheartbeat = {

    options: {
		url: "heartbeat_default.asp",
		counter: 0,
		delay: 10000
    },
	



( run in 1.227 second using v1.01-cache-2.11-cpan-39bf76dae61 )