How to disable a button inside a buttonset?
How to disable a button inside a buttonset?
$('#button-inside-buttonset').attr('disabled', 'disabled');
$('#the-buttonset').buttonset('refresh');
Isn't working. Any clues?
-- Jonas
Topic Participants
jonasgalvez