html - Block UI, until jquery dialog dismissed -


i block ui background (not scrollable ...), until jquery dialog dimissed (which in dialog)

any ideas how can that?

this should you

$('div#selector').bind('open', function(event) {    // block });  $('div#selector').bind('dialogclose', function(event) {    // unblock }); 

Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

javascript - Chart.js - setting tooltip z-index -