Update CONTRIBUTING-JS.md
This commit is contained in:
parent
538d82f926
commit
7db7e20916
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ console.log(document.selectFirst("a").attr("href")); // https://github.com/kodjo
|
|||
console.log(document.selectFirst("td").text); // 1
|
||||
|
||||
```
|
||||
See [`dom_selector`](https://github.com/kodjodevf/mangayomi/blob/lib/eval/javascript/dom_selector.dart) to see available methods.
|
||||
See [`dom_selector`](https://github.com/kodjodevf/mangayomi/blob/main/lib/eval/javascript/dom_selector.dart) to see available methods.
|
||||
|
||||
|
||||
### String utils
|
||||
|
|
|
|||
Loading…
Reference in a new issue