Hi there!
I have a question refering disable a SEBLOD™-Smple-Optionsfield (or basicly for any type of fields). In my case I have a simple-option-field which I want to disable ater user made a selection. How to do?
I tried yet:
$("#fieldid").disabled()
$("#fieldid").disabled = true
$("#fieldid").hidden = true
$("#fieldid").hidden()
$("#fieldid").prop('disabled', true)
$("#fieldid").attr('disabled', 'disabled')
But nothing happens.
I have those tryings in the Script (JS) area of the field like fellowing:
$('#fieldid').on('change', function (){
// some Code here
$("#fieldid").disabled = true
});
"#fieldid" is just a example. Not the real field-id I have on my page!
For answers thank you in advance.
regards
Michael