简体   繁体   English

事件不会触发jQuery单击事件

[英]event not fire on jquery click event

事件现在不会触发jquery click事件,我应该怎么做才能将on click事件触发。

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-change http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-change

change - Fired when the user selects a table row or cell in the grid. change -当用户选择在网格表格行或细胞触发。

I guess you need save event - Fired when a data item is saved ( http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-save ). 我猜您需要save事件-保存数据项时触发( http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-save )。

As per you code and screen Short i thought you need to alert on dropdown change. 根据您的代码和屏幕简短,我认为您需要提醒下拉更改。 if i am correct then please try to alert on dropdown change event. 如果我是正确的,那么请尝试提醒下拉更改事件。

Hope this helps you..... 希望这可以帮助您.....

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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