According to your description and code, it seems that is a JS library file. I think you add the mouse over event in someplace, you need find this event name, then replace it with click.
I am not clear you where get these code, I hope you could post the complete code for us to test!
Best Regards,
Eric Du
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
According to your description and code, I checked it in myside, I found these JS code is a jQuery plugin, also I found two events: mouse enter and mouse leave events. But if you want to modify plugin events, please contact the author.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
399 Points
1101 Posts
menu should show only on click
Jul 16, 2017 09:01 AM|asp.ambur|LINK
Hello
This is my style code
I want to show menu only on click not mouse over how to change the code
Thanking You
Contributor
6730 Points
2715 Posts
Re: menu should show only on click
Jul 17, 2017 09:03 AM|Eric Du|LINK
Hi asp.ambur,
According to your description and code, it seems that is a JS library file. I think you add the mouse over event in someplace, you need find this event name, then replace it with click.
I am not clear you where get these code, I hope you could post the complete code for us to test!
Best Regards,
Eric Du
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
399 Points
1101 Posts
Re: menu should show only on click
Jul 18, 2017 05:55 AM|asp.ambur|LINK
Hello Eric Du
Thanks for your reply
Please check that javscript copy and paste in your aspx page sure you will find lot of mouseover and please change and give me the new code
Thank You
Contributor
6730 Points
2715 Posts
Re: menu should show only on click
Jul 18, 2017 07:55 AM|Eric Du|LINK
Hi asp.ambur,
According to your description and code, I checked it in myside, I found these JS code is a jQuery plugin, also I found two events: mouse enter and mouse leave events. But if you want to modify plugin events, please contact the author.
Support for Jet - Responsive Megamenu:
https://codecanyon.net/item/jet-responsive-megamenu/5719593/support
Also if you want to realize this function, I think you could use BootStrap menu to replace it.
https://getbootstrap.com/examples/navbar/
Best Regards,
Eric Du
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
399 Points
1101 Posts
Re: menu should show only on click
Jul 18, 2017 08:07 AM|asp.ambur|LINK
Thank You