jQuery Selector Reader
by @pixiebrix
Extract data via one or more jQuery selectors
How to Use
This brick allows you to read the data associated with a certain jQuery selector
You can use any jQuery selector and the supported selector extensions (i.e. https://api.jquery.com/category/selectors/content-filter-selector/)
By passing a selector into this brick you will return its associated content
Note: This brick does not support multiple selectors. If a page has 3 div
tags and you try to select div
you will return an error
Use Case
- Grab the content of a certain element
- Use the advanced selector to select elements based on their inputs i.e. :contains, :nth-child
Inputs
Name | Required | Type | Description |
---|---|---|---|
selectors |
object
|
Outputs
Name | Required | Type | Description |
---|---|---|---|
No outputs for this brick defined. |