Guest User

Untitled

a guest
Jan 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <div onMouseOver="myFunc(this)">
  2. <!-- Other HTML code here -->
  3. </div>
  4. </body>
  5. <script>
  6. function myFunc(element){
  7. //Do stuff
  8. }
  9. </script>
Add Comment
Please, Sign In to add comment