Virtuemart 2 + Bootstrap = State Dropdown doesn't load.. and here's my fix

Started by veeco, September 27, 2012, 15:28:07 PM

Previous topic - Next topic

veeco

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 ?
Work On Doxa Web Developer Indonesia - http://doxadigital.com |

be

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