Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cacing69 committed Sep 16, 2023
1 parent 1669a0c commit 1d47680
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,24 +130,6 @@ For example, you have a simple HTML element as shown below.

</details>

### List method Cquery

Lists of method you are can used for query in html
| method | example | description |
| --------- | ------------- | ------------------ |
| `from($selector)` | `from('.content')` | Used to set the source of the main element that will be used for querying |
| `define(...$string)` | `define()` | - |
| `first()` | `first()` | To retrieve first item query results. |
| `get()` | `get()` | To retrieve collection from query results. |
| `raw(string)` | `raw('from... define... filter...')` | To get data based on raw cquery. |
| `filter()` | `filter()` | - |
| `getSource()` | `getSource()` | - |
| `orFilter()` | `orFilter()` | - |
| `onContentLoaded(function($browser))` | `onContentLoaded()` | - |
| `eachItem(function($item, $index))` | `eachItem()` | - |
| `onObtainedResult(function($results))` | `onObtainedResult()` | - |


### List definer expression available

Below are the expressions you are can use, they may change over time.
Expand Down

0 comments on commit 1d47680

Please sign in to comment.