Created
January 20, 2012 14:38
-
-
Save trodrigues/1647631 to your computer and use it in GitHub Desktop.
Where does the before() content go?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.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