Say I display a div through using jQuery, but I want the rest of the window (everything except that div) be unaccessible for user - so all the controls are disabled and the user can only do something with the controls in that special div?
You can build a modal dialog from your <div>
element:
$("#yourDivID").dialog({ modal: true });
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With