Question

I'm newbie in JQuery, asking if i can reveal some modal but still can access some div. because when i fire modal, the hole background become freezed and i want a specific div not freezed.

Was it helpful?

Solution

try to use

 $( "selector" ).dialog({
  modal:false
 });

when you use modal:true the background freezed.If it is false background not freezed.

try to use selector that is not covered your div.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top