Skip to content

Commit 8347966

Browse files
committed
Improve README introduction
1 parent f83c154 commit 8347966

1 file changed

Lines changed: 26 additions & 28 deletions

File tree

README.md

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# jQuery 4 Cheat Sheet
22

3-
A practical, searchable jQuery 4 cheat sheet for selectors, DOM manipulation, traversal, events, Ajax, effects, forms, utilities, classic jQuery APIs still supported in jQuery 4, and removed API replacements.
3+
Fast jQuery lookup for real projects. This repo collects the jQuery 4 APIs developers reach for most often, plus the older jQuery patterns that still work in jQuery 4 and the removed APIs that need native JavaScript replacements.
44

5-
The project is designed for developers who need a fast reference while maintaining older jQuery code, updating jQuery 3 projects, or learning the jQuery API surface that still matters in jQuery 4.
5+
Use it when you need to maintain legacy jQuery code, update a jQuery 3 project, check a method signature, copy a short example, or confirm whether an old snippet still belongs in a jQuery 4 codebase.
6+
7+
Web version:
8+
9+
```text
10+
https://www.jqueryscript.net/jquery-cheat-sheet/
11+
```
612

713
## What Is Included
814

@@ -17,20 +23,12 @@ The project is designed for developers who need a fast reference while maintaini
1723

1824
## Live Page Target
1925

20-
Recommended public URL:
26+
Public URL:
2127

2228
```text
2329
https://www.jqueryscript.net/jquery-cheat-sheet/
2430
```
2531

26-
If the final URL changes, update these values in `index.html`:
27-
28-
- `canonical`
29-
- `og:url`
30-
- `og:image`
31-
- `twitter:image`
32-
- JSON-LD URLs
33-
3432
## Quick Start
3533

3634
Clone or download the repo, then run:
@@ -233,23 +231,23 @@ $(".steps li").last().addClass("is-final");
233231

234232
```text
235233
.
236-
鈹溾攢鈹€ index.html
237-
鈹溾攢鈹€ assets/
238-
鈹? 鈹溾攢鈹€ app.js
239-
鈹? 鈹溾攢鈹€ styles.css
240-
鈹? 鈹溾攢鈹€ favicon.svg
241-
鈹? 鈹斺攢鈹€ jquery-4-cheat-sheet-og.svg
242-
鈹溾攢鈹€ data/
243-
鈹? 鈹斺攢鈹€ jquery-4-cheatsheet.json
244-
鈹溾攢鈹€ scripts/
245-
鈹? 鈹斺攢鈹€ validate-data.js
246-
鈹溾攢鈹€ .github/
247-
鈹? 鈹溾攢鈹€ ISSUE_TEMPLATE/
248-
鈹? 鈹斺攢鈹€ workflows/
249-
鈹溾攢鈹€ CONTRIBUTING.md
250-
鈹溾攢鈹€ LICENSE
251-
鈹溾攢鈹€ package.json
252-
鈹斺攢鈹€ README.md
234+
|-- index.html
235+
|-- assets/
236+
| |-- app.js
237+
| |-- styles.css
238+
| |-- favicon.svg
239+
| `-- jquery-4-cheat-sheet-og.svg
240+
|-- data/
241+
| `-- jquery-4-cheatsheet.json
242+
|-- scripts/
243+
| `-- validate-data.js
244+
|-- .github/
245+
| |-- ISSUE_TEMPLATE/
246+
| `-- workflows/
247+
|-- CONTRIBUTING.md
248+
|-- LICENSE
249+
|-- package.json
250+
`-- README.md
253251
```
254252

255253
## Content Data Model

0 commit comments

Comments
 (0)