Created
April 29, 2014 16:47
-
-
Save adamyeats-zz/11405822 to your computer and use it in GitHub Desktop.
For Oana
This file contains hidden or 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
var p = $('<p></p>').text(resource.title); | |
var div = $('<div></div>').addClass('title') | |
div.append(p).appendTo('#assertion-section'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment