I have small query about jqxmenu in mobile device, I see on mobile device menu will minimize, and once you touch it will open all menu, instead of this, is it possible to have ‘+’ symbol for multilevel menu, so that when you click it will expand, or else as soon as resize or use on mobile device, transform same menu to Jqxtree ? because with big list of multilevel menu I felt its really not user friendly.
For example this site when you resize it produces beautiful menu which one can expand : https://www.smartmenus.org/
Is it possible to get same effect with Jqxmenu as well, or else you have any other tool which will have same effect.
I would like to suggest you look at the options of the jqxNavigationBar.
Also, I would suggest an additional approach. Please, take a look at this demo.
In the last example, you could bind to the itemClick event of the jqxTree and change the content in the jqxPanel with the desired text.
I think this will look closer to the mentioned example.
You should choose a suitable for you approach.