[jQuery] JQuery countdown problom

2008-08-25 Thread Tobin
I have wirted a countdown code like this: jQuery.extend({ buildprocess: function(seconds,target,json) { var self=this; $("#"+target).append(""+json.t+json.l+"level") var ___timer=setInterval(CountDown,1000) function CountDown() { $("#bing_"+json.t+"_"+js

[jQuery] JQuery countdown problom

2008-08-25 Thread Tobin
I have writed a function like this jQuery.extend({ buildprocess: function(seconds,target,json) { var self=this; $("#"+target).append(""+json.t+json.l+"level ") var ___timer=setInterval(CountDown,1000) function CountDown() { $("#bing_"+json.t+"_"+json.c +

[jQuery] JQuery countdown problom

2008-08-25 Thread Tobin
I have wirted a countdown code like this: jQuery.extend({ buildprocess: function(seconds,target,json) { var self=this; $("#"+target).append(""+json.t+json.l+"level") var ___timer=setInterval(CountDown,1000) function CountDown() { $("#bing_"+json.t+"_"+js