Guest User

Untitled

a guest
May 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <a href="#" onmouseover="$('box').show();">Test-link</a>
  2. <div id="box" onmouseout="$('box').hide();" style="display: none; padding: 20px; width: 300px;">
  3. <div>test</div>
  4. </div>
Add Comment
Please, Sign In to add comment