Try it
Javascript
Jquery
Angular
Learn Angular
Learn Javascript
Learn Bootstrap
Learn jQuery
Ng-Mouseenter
<!DOCTYPE html> <html lang="en-US"> <head> <title>Welcome in the Angular JS</title> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.0-rc.1/angular.min.js"></script> </head> <body ng-app> <div> <button ng-mouseenter="count=count+1" ng-init="count=0">Enter Mouse to increment</button> Count is :{{count}} </div> </body> </html>
Output
×
Save This try
Title
Description