在動態的傳播得到這個HTML
:jQuery的:),而不是活的()思考(,生成的東西
<div id="mother">
<select id="sel" name="sel">
<option value="1">Un</option>
<option value="2">Deux</option>
<option value="3">Trois</option>
</select>
<input id="in" name="in"/>
</div>
的mother
是網頁,但兩個孩子,是動態生成select
和input
試圖通過使用像打電話給他們:
$('body').on('blur change','#mother input, #mother select',function(){
alert($(this).attr('id'))
})
Javascript
是所有一言不發。
這怎麼能最好的使用on()
而不是live()
? ...因爲與live()
這是很容易弄清楚。
謝謝。
我覺得有點錯了'','(昏迷)和''(空間)...感謝提醒......完美的工作像VOODOO! – ErickBest