Skip to content

Instantly share code, notes, and snippets.

@etch-snippets
Created October 25, 2012 11:35
Show Gist options
  • Select an option

  • Save etch-snippets/3952112 to your computer and use it in GitHub Desktop.

Select an option

Save etch-snippets/3952112 to your computer and use it in GitHub Desktop.
[jQuery] Track mouse movement in an iframe
$('iframe').contents().mousemove( function(e) {
console.log( e.clientX, e.clientY );
});
@Goldenflamer
Copy link
Copy Markdown

Not working

@SusRedDev
Copy link
Copy Markdown

Thank you, this is very helpful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment