Advertisement
jrrewers

Untitled

Jan 22nd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(document).ready(function () {
  2.     var $dt = $('dt');
  3.  
  4.     $dt.on('mousemove', function (e) {
  5.         console.log(e.target);
  6.     })
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement