[Plugin: Easy Nivo Slider] title undefined?!
-
when trying to get the slider to work i ran into a little js error
Tijdstempel: 4/17/2012 2:35:30 PM
Fout: title is undefined
Bronbestand: /wp-content/plugins/easy-nivo-slider/3rd-party/jquery.nivo.slider.js?ver=2.5
Regel: 97the
if(vars.currentImage.attr('title') != '')
isn’t empty but undefinedso changed it to
if(vars.currentImage.attr('title') != '' && vars.currentImage.attr('title') != undefined)
error gone and slider workingor am i doing something wrong?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Easy Nivo Slider] title undefined?!’ is closed to new replies.