]> source.dussan.org Git - jquery-ui.git/commit
Selectmenu: Remove a call to the deprecated .focus() method
authorJames Hinderks <hinderks@gmail.com>
Thu, 14 Jul 2022 17:43:16 +0000 (13:43 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 17:43:16 +0000 (19:43 +0200)
commit1f467baaacf0f9927cb73482a9f3ac0253739c4a
tree9187f7daadec935e28f67b88b97079a3e1354e5e
parentac1866f20d0c333658ec180b09bb84445c3bb086
Selectmenu: Remove a call to the deprecated .focus() method

Replaces a call to the deprecated jQuery `.focus()` method
with `.trigger("focus")`.

Closes gh-2053
ui/widgets/selectmenu.js