Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created August 2, 2011 13:16
Show Gist options
  • Select an option

  • Save austinbv/1120158 to your computer and use it in GitHub Desktop.

Select an option

Save austinbv/1120158 to your computer and use it in GitHub Desktop.
<p>foo<span>bar</span></p>
<div></div>
$(document).ready(function() {
var x = $('p').text()
$('div').html(x)
})
span {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment