Checkbox not checkable in dialog ui
- by Sable Foste
I am trying to solve a z-index problem with the jQuery UI Dialog, similar to question Can't select or deselect checkboxes inside jQuery UI Modal Dialog , knowing there is a bug report out there.
So in trying to up the z-index as recommended, I added the following code:
$('#interface').click(function(evform){
…