Skip to content

Instantly share code, notes, and snippets.

@adamyeats-zz
Created April 29, 2014 16:47
Show Gist options
  • Save adamyeats-zz/11405822 to your computer and use it in GitHub Desktop.
Save adamyeats-zz/11405822 to your computer and use it in GitHub Desktop.
For Oana
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