0
votes
2answers
72 views
Shopping days till christmas counter jQuery
How to calculate shopping days till christmas counter in jQuery. need to add to website.
need quick and dirty. no partiaulcar date it needs to correspond to
needs to ignore weekends of course - or …
0
votes
1answer
42 views
PHP/SQL Cycle items every x minutes.
Hi all!
I have a friend who runs an online auction website. He currently has a featured items section on the homepage that he wants to have cycle an item every X amount of minute. The site runs off a …
0
votes
3answers
139 views
Animated numbers (semi-countdown) with JQuery?
I am trying to make a numerical value, say 5000, quickly change to another value, say 4000, using JQuery. Right now I do this fine using:
mod(".class",4000,"add");
function mod(id,value,type){
…
0
votes
1answer
232 views
C# - Countdown Timer Using NumericUpDown as Interval
I'm sure this has been asked before, but I cannot seem to find a solution that works. I have a NumericUpDown on my form and a label along with a timer and a button. I want the timer to start when …
2
votes
3answers
77 views
Strange problem with JavaScript code.
Hi Masters Of Web Development,
first I want to say that I did not believe in my eyes - I've got a piece of javascript that works just fine in IE7, and don't in Firefox!!! :)))) That was little joke. …
