Hello!
I have two related questions for you.:
1. In the accordion, when installing the Bootstrap accordion type, the hover effect does not work (meaning changing the background color and/or text) when hovering the mouse over a menu item, but there is such an option in the settings. When switching the accordion type in the jQuery UI, everything works fine.
2. I always try to avoid using jQuery and use Bootstrap, which is why question #1 arose. Should I avoid using jQuery as much as possible and use Bootstrap? How justified is this in terms of performance, stability, possible conflicts, and so on?
I will be grateful for your help and clarifications!
Accordion & Bootstrap vs jQuery UI
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Re: Accordion & Bootstrap vs jQuery UI
Bootstrap was added later as an alternative for jQuery.
Bootstrap is a different script, so it has different features and a different structure.
Currently it does not support hover.
The object do share the same properties. Otherwise I have to make two different objects.
Bootstrap is a different script, so it has different features and a different structure.
Currently it does not support hover.
The object do share the same properties. Otherwise I have to make two different objects.
Re: Accordion & Bootstrap vs jQuery UI
Thanks for the clarifications, Pablo!