alexmixaylov Posted November 20, 2011 Posted November 20, 2011 Как можно реализовать такую возможность в Prestashop Share this post Link to post Share on other sites More sharing options...
wagood Posted November 21, 2011 Posted November 21, 2011 Что это значит? Если Ajax поиск включить, то это в Настройка->Поиск Share this post Link to post Share on other sites More sharing options...
alexmixaylov Posted November 23, 2011 Posted November 23, 2011 Нет. Извиняюсь некорректно поставлен вопрос! В поле поиск должен находится приглушенный текст, например "введите название...." который должен исчезать, когда человек начинает вводить свой запрос Share this post Link to post Share on other sites More sharing options...
Ronaldo Perez Posted November 23, 2011 Posted November 23, 2011 <input type="text" id="search_query" name="search_query" value="мой текст" onfocus="if(this.value=='мой текст') this.value=''" onblur="if(this.value=='') this.value='мой текст'" /> Share this post Link to post Share on other sites More sharing options...
alexmixaylov Posted November 24, 2011 Posted November 24, 2011 <input type="text" id="search_query" name="search_query" value="мой текст" onfocus="if(this.value=='мой текст') this.value=''" onblur="if(this.value=='') this.value='мой текст'" /> Спасибо! Попробую Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now