2
例子是或見下文:jQuery .change()事件沒有被觸發?
<select class="businessTypePullDown">
<option value="" disabled selected>Business Type</option>
<option value="1">General</option>
<option value="2">Lawyer</option>
<option value="3">Software Development</option>
<option value="4">Auto-repair</option>
</select>
function filterPullDown() {
alert('hello');
}
$("businessTypePullDown").change(filterPullDown);
重大,重大史詩捂臉。謝謝。 – ehabd
並非如此史詩般,可能會在8個工作小時後發生。 :) – fcalderan
昨天有一個我自己,拼寫可見錯誤... – Adam