//add dynamic dot interval = window.setInterval(function(){ var text = status.html(); if (text.length < 13){ status.html(text + '.'); } else { status.html('Uploading'); } }, 200); Read More
posted @ 2009-11-09 15:53 Kimura Views(190) Comments(0) Diggs(0) Edit