Created
October 31, 2017 06:54
-
-
Save beatobongco/60f3d163d5e5aa774d57919b27d1ccfc to your computer and use it in GitHub Desktop.
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 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