Commit 96f8e0b
docs(jsonp): modernize jQuery calls in example
Replace deprecated jQuery APIs in the JSONP client demo:
- $(document).ready(fn) -> $(fn)
- .click(fn) -> .on("click", fn)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b28a87c commit 96f8e0b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments