Dynamically change a column's editable property with select box

后端 未结 2 1493
梦毁少年i
梦毁少年i 2020-12-22 00:02

I am using form editing. I would like to disable certain fields in my add and edit forms based on the selection from a drop down box. What event is best to use to trigger

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-22 00:07

    First of all dataEvents allows you to register callbacks on elements of edit elements. Inside of callbacks this will be initialized to the DOM element which will be bound. So $(this) inside of change handler it will be wrapper on

    提交评论

提交回复
热议问题