.Net Timer Control LibraryCreated by maxtingle on Wed 14th Aug 2013 in category Javascript. 761 Views | Tags: Javascript, C#, .Net, timer, controlThis is something I wrote real quick while I was bored, it is pretty much an exact copy of the C# timer control made in JavaScript. It's pretty useful because you don't have to use the horrible setTimeout, setInterval and clearInterval functions. I don't know how cross browser compatible it is but I can say it will work on any browser that supports setTimeout, setInterval and clearInterval. Download with documentation.