Page 1 of 1

Accordion & Bootstrap vs jQuery UI

Posted: Tue Jan 21, 2025 10:14 am
by VictorKrs
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!

Re: Accordion & Bootstrap vs jQuery UI

Posted: Tue Jan 21, 2025 11:05 am
by Pablo
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.

Re: Accordion & Bootstrap vs jQuery UI

Posted: Tue Jan 21, 2025 11:16 am
by VictorKrs
Thanks for the clarifications, Pablo!