Skip to content

Instantly share code, notes, and snippets.

@beatobongco
Created October 31, 2017 06:54
Show Gist options
  • Save beatobongco/60f3d163d5e5aa774d57919b27d1ccfc to your computer and use it in GitHub Desktop.
Save beatobongco/60f3d163d5e5aa774d57919b27d1ccfc to your computer and use it in GitHub Desktop.
var cool = null
$.get('https://beatobongco.com/book-highlights/book/shoe-dog', function(a) {
var el = document.createElement('html')
el.innerHTML = a
cool = el
})
$('#raw-notes', cool).text() // gets contentes of div with id raw-notes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment