Skip to content Skip to sidebar Skip to footer

Flipclock.js Shooting Error Uncaught Typeerror: Cannot Call Method 'flipclock' Of Null

I'm trying to set-up flipclock.js on my site however it doesn't seem to be loading no matter what I do, chrome gives me the following error: Uncaught TypeError: Cannot call method

Solution 1:

Try to use:

jQuery('.clock')

instead of:

$('.clock')

Post a Comment for "Flipclock.js Shooting Error Uncaught Typeerror: Cannot Call Method 'flipclock' Of Null"