📜  AngularJS | ng-mouseover 指令

📅  最后修改于: 2022-05-13 01:56:34.482000             🧑  作者: Mango

AngularJS | ng-mouseover 指令

AngularJS 中的ng-mouseover 指令用于在特定 HTML 元素上发生 mouseover 事件时应用自定义行为。它可用于在鼠标移到特定元素上时显示弹出警报。所有 HTML 元素都支持它。

句法:

 Contents... 

示例 1:此示例使用 ng-mouseover 指令在鼠标移动到元素上时显示内容。



      

    ng-mouseover Directive
  
    
  
    

  

    
        

            GeeksforGeeks         

                   

ng-mouseover Directive

                   
                                                   

                           
                GeeksforGeeks is the computer                  science portal for geeks.             
        
    
  

输出:
在鼠标悬停元素之前:
ngmousedown
鼠标悬停元素后:
ngmousedown

示例 2:此示例使用 ng-mouseover 指令在鼠标移过元素时显示警告消息。



      

    ng-mouseover Directive
  
    

  

      
    

GeeksforGeeks

    

ng-mouseover Directive

        
        Input:     
              

输出:
在鼠标悬停元素之前:
ngmousedown
鼠标悬停元素后:
ngmousedown