Example
<!DOCTYPE html>
<html>
<head>
<title>onmouseover and onmouseout</title>
</head>
<body>
<img src="http://placehold.it/350x150" onmouseover="this.src='http://placehold.it/200x200';"
onmouseout="this.src='http://placehold.it/350x150';" />
</body>
</html>
Most Helpful This Week
jQuery example of scroll to top
jQuery move multi select values from one to another multi select list
Get largest number from each sub-arrays
JavaScript HTML5 Validation for name and email field
Highlight and get the details of table row on click using JavaScript
How to the length of the longest word in the provided sentence?