-- HikaShop version -- : 2.3.2
-- Joomla version -- : 3
Dear Nicolas et al,
Reading the HTML source of my website, I found that multiple versions of jQuery are loaded by various components and modules. I hope that for Joomla 3.x sites, this is no longer necessary. For my template I already replaced the call to include some local version of jQuery by the more generic
JHtml::_('bootstrap.framework');
I was about to do the same thing in hikashop helper, but then I learned (the hard way) that the hikashop version uses a hkjQuery object in several subsequent scripts.
Would you have any thoughts on replacing the hikashop hkjQuery by the bootstrap framework?
Thanks and regards, Paul