File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 1- ## Dom Selector
2- ### Version: 1.0.1
1+ # Dom Selector
2+
3+ ## Version: 1.1.0
4+
35Get ` NodeName ` , ` classList ` , and ` id ` of elements without opening Console.
46Dependent 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 )
You can’t perform that action at this time.
0 commit comments