<HTML><HEAD><!--Meta explanation: http://www.haorooms.com/post/html_meta_ds -<Metahttp-equiv= "content-type"content= "text/html;charset=utf-8"><TITLE>js Mouse move in and out effect</TITLE><style> *{margin:2;padding:0;}. Top{background:#5DF5FD;Height:20px;position:fixed;Z-index:8000;width:100%}. width99{width:99%;padding:0;}input{Background-color:Yellow;Border-style:Solid;Border-color:Red}</style><Scripttype= "text/javascript"src= "d:/old pc/d/html/jquery/jquery-3.1.0.js" ></Script><Scripttype= "text/javascript">$(function(){ varVVV= "Eee"; $("#mybutton"). mouseover (function(){ $("#mydiv"). Text (vvv); }) $("#mybutton"). mouseout (function(){ $("#mydiv"). Text (""); }) })</Script></HEAD><BODY> <ButtonID= "mybutton" >Aaaaaaaaaaaa</Button> <DivID= "mydiv"></Div> <inputtype= "image"ID= "imgbtn"src= "http://picm.photophoto.cn/015/037/003/0370031902.jpg"onmouseover= "this.src= ' http://picm.photophoto.cn/015/037/003/0370030833.jpg '"onmouseout= "this.src= ' http://picm.photophoto.cn/015/037/003/0370031902.jpg '"onmousedown= "this.src= ' http://picm.photophoto.cn/015/037/003/0370030688.jpg '" /></BODY></HTML>
JS Mouse in the move out effect "original"