Skip to content

Instantly share code, notes, and snippets.

@bee-san
Last active August 27, 2018 13:21
Show Gist options
  • Select an option

  • Save bee-san/bf2ffdccf459af55e980e275a95ed908 to your computer and use it in GitHub Desktop.

Select an option

Save bee-san/bf2ffdccf459af55e980e275a95ed908 to your computer and use it in GitHub Desktop.
// get all text from .story-body within p tags on a BBC news web article
let $article = $('.story-body').find('p').text();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment