jq监听input框的内容值的变化

做个笔记..........

jq监听 input 的输入内容的变化

$('input').live('input propertychange', function()
{
 // do something here
})

猜你喜欢

转载自www.cnblogs.com/feibiubiu/p/12682773.html