VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: fabvincent on February 12, 2013, 18:52:30 PM

Title: conflict vmicon ratingbox and jquery.min.js
Post by: fabvincent on February 12, 2013, 18:52:30 PM
Hello,
I just realized that there is a conflict between theVM2 vmicon inside the ratingbox and jquery.min.js that I need to run for a sildeshow going on the same page. The stars inside the ratingbox won't change and my rating is stuck on 5/5.
Is there any way I could fix this without compromizing (getting rid of either or). I know there is a noconflict code for php, not so sure about js.
Thanks for any insight.
Title: Re: conflict vmicon ratingbox and jquery.min.js
Post by: fabvincent on February 12, 2013, 19:16:00 PM
$.noConflict();

does not seem to work.