javascript - Uncaught TypeError: Object [object Object] has no method 'dropotron' in config.js:30 -


hope can me. assume have conflict between dropotron , slidesjs.

after setting slidesjs (http://www.slidesjs.com/) dropdown isn't working anymore. console giving me following error message:

uncaught typeerror: object [object object] has no method 'dropotron' in config.js:30

in config.js:30 says:

jquery('#nav > ul').dropotron({              offsety: -20,             offsetx: -1,             mode: 'fade',             noopenerfade: true,             alignment: 'center',             detach: false         }); 

i started jquery stuff... still kind of try-and-error-guy. ;) deactivate slidejs dropdown works again.

thanks lot, let me know if need else. alex


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -