Title: [SOLVED] dynamically change option 'required' Post by: Coder on March 31, 2017, 12:06:18 AM in html:
Code: <input id="iCheck" Code: function iCheckChange(aChecked){ Code: https://jsfiddle.net/0dbog4of/4/ How change style dynamically? Title: Re: Change option 'required' dynamically didnt redraw visual style of component Post by: jarry on April 01, 2017, 05:52:06 AM Please try this code.
Code: function iCheckChange(aChecked){ Title: [SOLVED] Change option 'required' dynamically - redraw visual style of component Post by: Coder on April 01, 2017, 04:56:50 PM Thnx, its worked!
Title: Re: [SOLVED] dynamically change option 'required' Post by: y.bykov on May 29, 2019, 05:40:34 AM Who wants to use required dynamically it's better to use combobox methods extensension.
Code: Object.assign($.fn.combobox.methods, { |