Hi guys,
I have a problem with buttons and combo boxes. I want to disable them(by clicking a button), but nothing works.
F.e I’ve tried $(‘select[name=”combobox1″]’).attr(‘disabled’, true) which works for toggles(change select->input), but not for combo.
Also, buttons are not reacting for similar code.
If somebody know, hot to do this, please help.
Thx.