VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: veeco on September 27, 2012, 15:28:07 PM

Title: Virtuemart 2 + Bootstrap = State Dropdown doesn't load.. and here's my fix
Post by: veeco on September 27, 2012, 15:28:07 PM
Hello,
After few hours of debuging on why state dropdown is not working, i finally found out that it has conflict with bootstrap framework (bootstrap.min.js), i add bootstrap in template with $doc->addScript() method.

i have two solution for this:
1. Upgrade jquery version from 1.6.4 to 1.7.x-1.8.x (i alternate code in administrator/components/com_virtuemart/helpers/config.php)
2. or move the call of bootstrap.min.js to bottom (before </body>)

At the moment i choose solution no.1 but i would like to confirm if there there's incompatibility between virtuemart and latest jQuery

Any opinion ?
Title: Re: Virtuemart 2 + Bootstrap = State Dropdown doesn't load.. and here's my fix
Post by: be on November 02, 2012, 15:49:11 PM
Hi,
I have the same problem and the same question. is there a incompatibility of the VMart-scripts with the newest jquery-libary (1.8.2)?

BR