jQuery-menu-aim icon indicating copy to clipboard operation
jQuery-menu-aim copied to clipboard

Popup menu when mouse move over [Explore the monkey]

Open chinda opened this issue 10 years ago • 2 comments

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

chinda avatar Jun 12 '14 14:06 chinda

Use this code:

$('.dropdown').hover(function(){ 
    $('.dropdown-toggle', this).trigger('click'); 
});

iwillhappy1314 avatar Dec 11 '14 10:12 iwillhappy1314

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

raghavan2004 avatar Jan 23 '15 07:01 raghavan2004