Skip to content

Commit

Permalink
Added load method to $
Browse files Browse the repository at this point in the history
  • Loading branch information
alanev authored and jugglinmike committed Nov 28, 2015
1 parent 4e8483a commit fa70a84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Readme.md
Expand Up @@ -818,6 +818,9 @@ Checks to see if the `contained` DOM element is a descendant of the `container`
#### $.parseHTML( data [, context ] [, keepScripts ] )
Parses a string into an array of DOM nodes. The `context` argument has no meaning for Cheerio, but it is maintained for API compatability.

#### $.load( html[, options ] )
Load in the HTML.

### Plugins

Once you have loaded a document, you may extend the prototype or the equivalent `fn` property with custom plugin methods:
Expand Down

0 comments on commit fa70a84

Please sign in to comment.