<div class="sch_item basefix">
<span>行程類型</span>
<label> <input type="radio" name="type" value = "1" checked="true" id="ai rFrom" >機場出發</label>
<label><input type="radio" name="type" value = "0" id="airTo" >到達機場</l abel>
</div>
<ul class="searchbox">
<li>
<span>出發地</span>
<input type="text" tabindex="1" name="from" id="notice01" class="input_txt" autocomplete="off" onkeyup="autoComplete.start(event)"/>
<div class="auto_hidden" id="autoairportdiv"><!--自動完成 DIV--></div>
<script>
var autoComplete=new AutoComplete2('notice01','autoairportdiv',[]);
</script>
</li>
<br/>
<li>
<span>到達地</span>
<input type="text" tabindex="2" name="to" id="notice02" class="input_txt" autocomplete="off" onkeyup="autoComplete2.start(event)"/>
<div class="auto_hidden" id="autoairportdiv1"><!--自動完成 DIV--></div>
<script>
/* $$("#airTo").change(function() {
alert("checked"); */
var autoComplete2=new AutoComplete2('notice02','autoairportdiv1',[]);
/* });
*/
</script>
</li>
<!--
<li>
<span>出發日期</span>
<input type="text" tabindex="3" name="date" value="2015-07-23" id="dateObj" class="input_txt" readonly="readonly" placeholder="yyyy-mm-dd"/>
</li>-->
</ul>
要實現的就是根據label中的條件選擇,創建相應的實例來進行模糊匹配
表示看不懂。你直接一個js調用的Function。 你叫我們不知道的人怎麼看。 或者你給了一個VAR變量名。。 誰知道呀。你這個函數裡面寫的什麼都不知道 ;叫我們怎麼看哇; var autoComplete=new AutoComplete2('notice01','autoairportdiv',[]);
看了一下樓上的回復。 你無非就是要實現一下前台頁面的一些特效。 可以使用JS或者JQ。 你剛剛講的需求完全可以實現;