Commit e2317e7
Fix jQuery 3 deprecations
`focus` and `delegate` have been deprecated respectively in jQuery 3.3.0
and 3.0.0
This commit replaces `focus` with `trigger` (available since v1.0.0) and
`delegate` with `on` (available since v1.7.0)
Ref:
- https://api.jquery.com/category/deprecated/deprecated-3.0/
- jquery/api.jquery.com#9721 parent 5537c8b commit e2317e7
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
0 commit comments