I've tried using blockUI jQuery plugin to block the UI on a page. blockUI works fine but it seems there is no option to block everything except one element. I want ...
I'm blocking a select list with a dynamic action(after refresh with a jquery command ('#P987_X').attr("disable", true);) after adding a value to a table so i have a button with a submit ...