//代碼1
$('input').select(function(){alert('selected!')})//選中input里文字時并沒有執行alert
//代碼2
$('input').select(function(){console.log('selected!')})//選中input里文字時可以執行console.log這是為什么?
- 4 回答
- 0 關注
- 1715 瀏覽
添加回答
舉報
0/150
提交
取消