jQuery Selector Reader
Extract data via one or more jQuery selectors
Demos & Screenshots
No screenshots provided yet. Have some video demos or screenshots of this
brick
in the wild?
Send them over to
[email protected]!
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. |
Details
ID | @pixiebrix/jquery-reader |
---|---|
Author |
@pixiebrix
|
Version | 1.6.3 |
Created | Sept. 16, 2021 |
Updated | Jan. 27, 2022 |
Related Bricks
- No related bricks