设置搜索关键字字段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置搜索关键字字段相关的知识,希望对你有一定的参考价值。
function setSearchKeywordField(selector, string){ var selector = $(selector); selector.attr({ value: string }).focus(function(){ if ($(this).val() == string) { $(this).val(""); } }).blur(function(){ if ($(this).val()=="") { $(this).val(string); } }); } setSearchKeywordField("#header .right form input.textfield", "Search");
以上是关于设置搜索关键字字段的主要内容,如果未能解决你的问题,请参考以下文章
使用 PDO 准备语句从搜索字段中使用多个关键字进行 LIKE 查询
php 活动日历:从Tribe栏中删除“搜索”/“关键字”字段。