samsono / Easy-Responsive-Tabs-to-Accordion

Easy responsive tabs - is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multi devices like: web, tablets, Mobile (IPad & IPhone). This plugin adapts the screen size and changes its action accordingly.
Other
603 stars 258 forks source link

Compatibility with Prototype.js #52

Open epiblue opened 10 years ago

epiblue commented 10 years ago

Hey,

I've just installed your tabs on my magento site, but I started getting error's such as: Uncaught TypeError: Cannot read property 'config' of undefined

and other with prototype.js

I tryed to add var $j = jQuery.noConflict();

To responsive tabs script and then replace all $ with $j, but still the problem remains.

Could you tell me what should I change so this error would dissapear??

Thanks,