It's reporting that $ function isn't set yet... And i'm not a pro for web building so I don't know how to fix it.<script type="text/javascript">
$(document).ready(function(){
if($('.subDropdown')[0]){
$('.subDropdown').click(function(){
$(this).toggleClass('plus');
$(this).toggleClass('minus');
$(this).parent().find('ul').slideToggle();
});
}
});
Page on Lamby theme is having problems when on IE and trying to open product page and category page...
Its disturbing because still a lot of companies uses IE....
I would be really happy If I could solve this problem, so good people of the internet, share your wisdom with me

