1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Make HTML select node point to Cheerio select docs.

This commit is contained in:
dceejay 2015-01-29 15:54:13 +00:00
parent cae755d948
commit 8c075bfde3

View File

@ -45,7 +45,8 @@
<script type="text/x-red" data-help-name="html">
<p>Extracts elements from an html document held in <b>msg.payload</b> using a selector.</p>
<p>The selector uses the <a href="http://api.jquery.com/category/selectors/" target="_new">jQuery syntax</a>.</p>
<p>The selector uses <a href=="https://github.com/cheeriojs/cheerio/blob/master/Readme.md" target="_new">Cheerio</a>
which is a <b>subset</b> of the <a href="http://api.jquery.com/category/selectors/" target="_new">jQuery syntax</a>.</p>
<p>The result is either a single message with a payload containing an array of the matched elements, or multiple
messages that each contain a matched element.</p>
</script>