CSS + JQUERY Slider Errors -


i'm using slider , i'm getting error message in google chrome console. there way fix it?

here's demo:

slider.js:10 uncaught typeerror: cannot set property 'checked' of null slider.js:10 uncaught typeerror: cannot set property 'checked' of undefinedslider @ slider.js:10 slider.js:10 uncaught typeerror: cannot set property 'checked' of null slider.js:10 uncaught typeerror: cannot set property 'checked' of nullslider @ slider.js:10 slider.js:10 uncaught typeerror: cannot set property 'checked' of undefinedslider @ slider.js:10 slider.js:10 uncaught typeerror: cannot set property 'checked' of nullslider @ slider.js:10 slider.js:10 uncaught typeerror: cannot set property 'checked' of undefined

for sure better include code here not link .. anyway

the problem here setinterval(function slider(){.....})

just use setinterval(function(){ ...... });

you can take @ http://jsfiddle.net/ul50cqmw/ may need later


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -