I hope this is not a duplicate question. I have searched enough on Stackoverflow to find an answer my simplest question.
I have a set of radiobox and based on the values of the radiobox I need to disable / enable the user from selecting a from combobox.
Whatever I do, I am not able to make the combobox ReadOnly or Disabled. I use the JQueryUI by directly linking it to http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js. The code to make the normal combobox to the jQuery is as follows:-
$('#cbCountry").combobox();
I tried different methods specified in different places on the net. Nothing seems to work.
Easy modification to combobox library to use:
In your combobox.js file add:
input = $("<input>")toinput = this.input = $("<input>").a = $("<a>")toa = this.a = $("<a>").—