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

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

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

 

$('input').live('input propertychange', function()
{
 // do something here
})
posted @ 2020-04-11 22:35  秃头代码侠  阅读(848)  评论(0编辑  收藏  举报