Skip to content

Commit fbcdc60

Browse files
committed
Update README.md
1 parent 9ed2e8f commit fbcdc60

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1-
## Dom Selector
2-
### Version: 1.0.1
1+
# Dom Selector
2+
3+
## Version: 1.1.0
4+
35
Get `NodeName`, `classList`, and `id` of elements without opening Console.
46
Dependent on [jScript](https://github.com/shivamdevs/jScript) Library.
5-
### Usage
7+
8+
## Usage
9+
610
```html
711
<!-- Use Development CDN -->
812
<script src="https://cdn.jsdelivr.net/gh/shivamdevs/dom-selector/selector.js" defer></script>
913
<!-- or Use Production CDN -->
1014
<script src="https://cdn.jsdelivr.net/gh/shivamdevs/dom-selector/selector.min.js" defer></script>
1115
```
16+
1217
> Adding `defer` can help delay **Dom-Selector** loading, preventing it from increasing page load time.
13-
### Limitation
18+
19+
## Limitation
20+
1421
* Restricted to top window only
1522
* jScript Library dependency
16-
### Contribution
23+
24+
## Contribution
25+
1726
* [@Shivamdevs](https://github.com/shivamdevs)
1827
* [@shivamdewangan](https://github.com/shivamdewangan)

0 commit comments

Comments
 (0)