|
Title: Extend disable / enable checkbox method Post by: Aod47 on December 20, 2019, 03:07:39 AM Hello,
I created panel that contain many checkbox, radio. I would like to disable / enable all checkbox in panel by extend panel method. I apply a code from this topic https://www.jeasyui.com/forum/index.php?topic=3038.0 (https://www.jeasyui.com/forum/index.php?topic=3038.0) but it does'n work. Here is modified code Code: $.extend($.fn.panel.methods, {Could your please advice where I missing? Thank you. Title: Re: Extend disable / enable checkbox method Post by: jarry on December 25, 2019, 11:37:01 PM Please use this code instead.
Code: $.extend($.fn.panel.methods, { |