PragmaticMates / jquery-final-countdown

GNU General Public License v2.0
76 stars 39 forks source link

CountDown is not working #1

Closed imadeelnazar closed 10 years ago

imadeelnazar commented 10 years ago

I almost pulled my hairs out this can you please tell me what i am doing wrong here?

    Working with this date    
    data-start  =   "1362139200"
data-end    =   "1388461320"
data-now    =   "1387461319"

not working with this
data-start  =   "1397741640"
data-end    =   "1397773260"
data-now    =   "1397652893"

Having this weird error!!

TypeError: callbackFunction is undefined

callbackFunction.call(this); // brings the scope to the callback

PragmaticMates commented 10 years ago

Hi,

thanks for report. New updated version 1.1.1 is available. Try to use it.

Cheers