Skip to content

Instantly share code, notes, and snippets.

@FGRibreau
Created November 30, 2010 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FGRibreau/721304 to your computer and use it in GitHub Desktop.
Save FGRibreau/721304 to your computer and use it in GitHub Desktop.
The simple way
$('#myIframe').contents().find('body #myElement').data('test', 'hello world');
//Will return {}
$('#myIframe').contents().find('body #myElement').data();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment