switch from 1.7.1 to 1.11.1 (Bootstrap v3.3.4)
Hi,
I'm redesigning a site using Bootstrap. There are a few scripts and the jQuery used was 1.7.1.
Now, as jQuery that comes with the Bootstrap is 1.11.1, some script functionalities have gone away.
In particular, there's a product comparison script. It manipulates CSS and HTML code in order to populate a table with product images, links, and checkmarks that apply to specific features of products being compared.
If I use the old jQuery 1.7.1, Bootstrap is not working properly, dropdown navigation in particular. If I use the jQuery that came with the Bootstrap (1.11.1), the table is there, but elements that come via javascript are either in wrong place or missing. Plus, the navigation in the table itself stops working.
It's interesting for me that old jQuery makes Bootstrap navigation append "#" to URL instead of dropdown. Newer jQuery does the same to comparison table navigation.
I looked a bit into that .toggle thing, but could not find it within the script except for the initial comparison page which works fine.
How can I identify which part of code is failing with the new jQuery?
Thank you