Skip to content
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

Popup menu when mouse move over [Explore the monkey] #58

Open
chinda opened this issue Jun 12, 2014 · 2 comments
Open

Popup menu when mouse move over [Explore the monkey] #58

chinda opened this issue Jun 12, 2014 · 2 comments

Comments

@chinda
Copy link

chinda commented Jun 12, 2014

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

@iwillhappy1314
Copy link

Use this code:

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

@raghavan2004
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants