Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priyanshu1011/jquery
Learning jQuery
https://github.com/priyanshu1011/jquery
Last synced: 7 days ago
JSON representation
Learning jQuery
- Host: GitHub
- URL: https://github.com/priyanshu1011/jquery
- Owner: Priyanshu1011
- Created: 2022-07-28T07:54:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T07:51:03.000Z (over 2 years ago)
- Last Synced: 2024-11-06T09:15:37.638Z (about 2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery
*Learning jQuery*
- `document.querySelector("h1")` <=> `document.querySelectorAll("button")` <=> `jQuery("h1")` <=> `$("h1")`
- Either put jQuery CDN script and JS script before `