简体   繁体   中英

Why change event of an input does not fire with jQuery?

I use jQuery with asp.net. I have an Input that its value will change after a process: first a button is clicked and a popup dialog is opened and an item is selected, then popup is closed and the value of my input is changed. i want to get the change event and do sth, but nothing happen. Thanks for help

当弹出窗口打开时,我在会话中设置参数,然后当焦点位于主页上时,我检查了会话是否具有值(使用ajax),然后得到了更改值!

Are you looking for something like this?

http://jsfiddle.net/rsarika/b9NTS/1/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM