You are here

Focus on search form when click on toggle

/*Focus on search form when click on toggle*/
        $('.toggle-header-index a').click(function () {
            $("#search-block-form .form-control").focus().attr("placeholder", "Enter the terms you wish to search for.");           
        });
code type: