Skip to content

callback while hovering through dropdown items #1932

Discussion options

You must be logged in to vote

It's not built-in but you can implement it easily on your own
See https://jsfiddle.net/lubber/9ez0ofm3/5/

$('.ui.dropdown').dropdown({});
$('.ui.dropdown .item ').hover(function(){
	console.log('You hovered over '+$(this).html())
})

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1839 on March 26, 2021 18:18.