💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# .focus() Categories: [Method Overrides](http://www.css88.com/jquery-ui-api/category/overrides/ "View all posts in Method Overrides") | [Methods](http://www.css88.com/jquery-ui-api/category/methods/ "View all posts in Methods") | [UI Core](http://www.css88.com/jquery-ui-api/category/ui-core/ "View all posts in UI Core") ## .focus( delay [, callback ] )Returns: [jQuery](http://api.jquery.com/Types/#jQuery) **Description:** 异步聚焦到一个元素。 * #### [.focus( delay [, callback ] )](#focus-delay-callback) * **delay**Type: [Integer](http://api.jquery.com/Types/#Integer)聚焦前等待的毫秒数。 * **callback**Type: [Function](http://api.jquery.com/Types/#Function)()元素被聚焦后要调用的函数。 该插件扩展自 jQuery 内置的 [`.focus()`](//api.jquery.com/focus) 方法。如果 jQuery UI 未加载,调用 `.focus()` 方法不会直接失败,因为该方法在 jQuery 中存在。但是不会发生预期的行为。