Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/priyanshu1011/jquery

Learning jQuery
https://github.com/priyanshu1011/jquery

Last synced: 7 days ago
JSON representation

Learning jQuery

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 `