-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu-aim on mouseover event #37
Comments
I am also looking for the same mouseover event, can you please help? |
Hi Sanjay, sorry for the delay, Here the code i used to bring menu on Mouseover, $(document).ready(function () { #HTML // Add one extra REL in your menu link rel="pt" data-toggle="dropdown" class="dropdown-toggle" id="">Portugal |
Hi, you can also try to insert the following code in your script (to open the menu on mouse over, if its not opened): $(".dropdown-toggle").mouseover(function() { |
How to make it work with mouseout? |
. Please answer miki2020 question. I am waiting for the same answer. |
Here the code i used to bring menu on Mouseover, $(document).ready(function () {
|
Here's my vision to solve it: #67 |
I am using MarcoSt87 code. It is safe. When |
Sadly, there are two issues here - mouseover and mouseleave. I am referring to mouseleave as it is solved in my merge request. As to mouseover - it works in the original code. MarcoSt87 code does not include mouseleave so no wonder here. |
could you give me a complete exact replica of amazon.com when we hover over the mouse the on the Explore the Monkey. It should display the sub menu list and on hovering each sub menu the list of the sub menu will be show. My end goal is exact replica of amazon.com menu
I am not in practice in jquery for few months that is why I am a feeling uncomfortable while working with the code. Many Many thanks to u |
I just finished now coding option to set whether submenu opens on click and/or hover with ability to change behaviour on the fly - have to polish it and create examples - really hope to do it this week. |
You can check my fork here. |
thank you banesto but I have impelemented this behaviour using ''Bootstrap Hover Dropdown''. You can find detail also on the github as well as on his site http://cameronspear.com/blog/bootstrap-dropdown-on-hover-plugin/. One of very close example what I wanted to implement on my site naptol.com. If you mange to design vertical mega plugin and similar example to naptol.com there is a very good response comes from the open source community if you make your plugin like daraz.pk vertical mega menu plugin and like naptol.com because this is the two latest trend of mega menu on web now a days. thanks banesto |
Can you help me to get the Menu-aim working on mouseover event..
The text was updated successfully, but these errors were encountered: