jQuery-menu-aim
jQuery-menu-aim copied to clipboard
Popup menu when mouse move over [Explore the monkey]
Dear sir,
I really love you code but I want to ask you that how can I do when I want menu drop down when I move mouse over the word called [Explore the money] without click on it.
Thanks
Use this code:
$('.dropdown').hover(function(){
$('.dropdown-toggle', this).trigger('click');
});
tried to use the above script but dont know where to put so it didnt work because i am a novice . so tried with https://github.com/CWSpear/bootstrap-hover-dropdown/ the above link , not working.it will be easy for novice to use the above link and just call the function. please advice.
thanks and regards, raghavan2004