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.
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??
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,