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
Post a Comment