Hover, mouseover and mouse out

前端 未结 3 2198
自闭症患者
自闭症患者 2020-12-16 16:39

I\'m learning and using jQuery and want to display a delete icon for some elements.

I have an outer main div, which contains number of wrappers for elements. Inside

3条回答
  •  旧巷少年郎
    2020-12-16 17:14

    You can apply style on the jQuery event onmouseover and onmouseout. When the user hovers over the menu this event will trigger there you can set effects.

    
        
    

    for more details

提交回复
热议问题