function cityDateSearch(a,e){var t=$("#"+a).val();if(!(t.length>0))return alert("請填寫搜尋的內容!"),!1;$.ajax({type:"POST",url:"/ajax/search_from_index.php",data:{cityValue:t,sdateValue:"",edateValue:"",type:e},dataType:"json",cache:!1,success:function(a){location.href="search.php"}})}