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