From fa70a84baefb50ffbd04dedc30269ea793c3147b Mon Sep 17 00:00:00 2001 From: alanev Date: Thu, 1 Oct 2015 11:03:28 +0300 Subject: [PATCH] Added load method to $ --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.md b/Readme.md index 52b24bf0da..05ded93379 100644 --- a/Readme.md +++ b/Readme.md @@ -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: