Skip to content

Instantly share code, notes, and snippets.

@trodrigues
Created January 20, 2012 14:38
Show Gist options
  • Save trodrigues/1647631 to your computer and use it in GitHub Desktop.
Save trodrigues/1647631 to your computer and use it in GitHub Desktop.
Where does the before() content go?
$('.outer_class').addClass('status').find('.inner_class').html('some text goes here').before('some really really REALLY long piece of text and html');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment