Commit 72717f4
committed
refactor: use .on() for keyup event in search input handler
Update the search input's binding to use instead of the deprecated shorthand , aligning with our consistent event binding pattern.
This change keeps the codebase uniform with recent refactors (e.g., click, focus, keydown) and prepares for safe compatibility with jQuery 3.x now that we've upgraded.
No behavioral changes event logic and timing remain identical.
Part of ongoing effort to eliminate legacy jQuery patterns ahead of removing jQuery Migrate.1 parent ed238e3 commit 72717f4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
0 commit comments