you are in: codestackercodes [RSS] → tag: jquery cript [RSS]

listening changes Delicious Email

show/hide lines
   1  var html = $('#events').html();
   2  setInterval(function(){ if($('#events').html() != html){ tooltip(); html = $('#events').html() } }, 3000);
created by leozera — 21 January 2011 — get a short url — tags: jquery jquery cript embed