AngularJS中的ng-mousemove指令用于在特定HTML元素上发生mousemove事件时应用自定义行为。当鼠标移到特定的HTML元素上时,它可用于显示弹出警报。所有HTML元素都支持它。
句法:
Contents...
示例1:本示例使用ng-mousemove指令更改CSS样式。
ng-mousemove Directive
GeeksforGeeks
ng-mousemove Directive
Current position: {{X}}, {{Y}}
输出:
在鼠标移动元素之前:
鼠标移动元素后:
示例2:此示例使用ng-mousemove指令显示警报消息。
ng-mousemove Directive
GeeksforGeeks
ng-mousemove Directive
Input:
输出:
在鼠标移动输入元素之前:
鼠标移动输入元素后: