Title: Input Focus on click
Last modified: August 30, 2016

---

# Input Focus on click

 *  [lumos](https://wordpress.org/support/users/lumos/)
 * (@lumos)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/input-focus-on-click-1/)
 * Hi, I have a website with a plugin that call a modal layer that contain the Ajax
   Search.
 * The layer come up when I click on the website menu that have a ID “#menu-item-
   686” and, when clicked, it call this layer shortcode:
 * `http://#ulp-WAfaX6HsaP1aniIW`
 * The Layer contain the Ajax Search that does not have the focus on the input field.
 * I need to focus the ajax search input field.
 * I’m not able to obtain this focus, please can someone help me?
 * Thank you
    -Enrico
 * [https://wordpress.org/plugins/ajax-search-lite/](https://wordpress.org/plugins/ajax-search-lite/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [wpdreams](https://wordpress.org/support/users/wpdreams/)
 * (@wpdreams)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/input-focus-on-click-1/#post-6491706)
 * Hi Enrico!
 * You can try to create a custom script to move the input focus on the search when
   clicking the menu item:
 *     ```
       jQuery(function($){
         $('#menu-item-686').click(function(){
            $('.probox input.orig').focus();
         });
       });
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Input Focus on click’ is closed to new replies.

 * ![](https://ps.w.org/ajax-search-lite/assets/icon-256x256.png?rev=3192672)
 * [Ajax Search Lite - Live Search & Filter](https://wordpress.org/plugins/ajax-search-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-search-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-search-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-search-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-search-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-search-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [wpdreams](https://wordpress.org/support/users/wpdreams/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/input-focus-on-click-1/#post-6491706)
 * Status: not resolved