[jQuery] SimpleModal problem in IE7

2009-12-17 Thread CommandoS
Hi My question about Contact Form http://www.ericmmartin.com/projects/simplemodal-demos/ When I try Contact Form with IE6, Its work on this site. I downloaded it and try it doesn`t work with IE6. Like in my website, How Can I Fix this problem in my website ? www.ctuchicago.com Left-sidebar in

[jQuery] live stats + setinterval

2008-12-31 Thread Commandos
is there a better way to write this code to avoid server problem if the site gets a lot of visitors ? (keeping the "live" stats) // the call for the update (it just change an entry in the db total = total + 1; function autoupdate() { $.post("count.php", {count:1}, function(d

[jQuery] Re: live stats + setinterval

2008-12-31 Thread Commandos
well it's not exactly a user counter ... but for the explanation i made it a visitor counter in reality it's a button , whenever someone click that button the numbers goes up

[jQuery] - Enable then Disable buttons

2009-01-03 Thread Commandos
How can i disable a button for 3 seconds then after that enable it when a use click a button (to avoid the user clicking without stopping) Button Enabled -> user click the button -> button is disabled for 3 seconds -> button is enabled .