$(function() { $('#searchbtn_wap').on('click',function(){ if($('#search').is(":hidden")){ $(this).html("") $('#search').slidetoggle('fast'); }else{ $(this).html("") $('#search').slidetoggle('fast'); } }); //搜索表单代码 if(document.url.indexof("m=search".tolowercase())!=-1){ window.location.hash = "#main";//直接定位到页面下部 } });