<スクリプトタイプ="text/javascript">
$(関数() { $("#tops").submit(function () { 検索(); falseを返す; }); $("#topsb").click(function () { search(); }); 関数 search() { if ($(".txt").val() == "キーワード検索を入力" || $("txt").val() == "") { $(".txt").val(""); $(".txt").focus(); return false; } location.href = "http://www.chinalornes.com/product/search.html?keyword=" +エスケープ($(".txt").val()); false を返す; } $(".txt").bind({ "フォーカス": 関数 () { if ($(this).val() == "キーワード検索を入力") }、 「ぼかし」: 関数 () { if ($(this).val() == "") $(this).val( "検索にキーワードを入力する"); } }) }) スクリプト> |