+ 2
How to disable or blur background screen?
when dialog box appears on webpage how to disable or blur background window until dialog is open..is there any function?
6 Answers
+ 4
Raghavendra Mirashi,
Best way to acomplish this is to create a modal box.
This way you can make it totaly your design with your features.
Here is a snippet of a modal box that will disable the area around the modal box and give a nice opacity effect.
Hope this will helpđ
https://code.sololearn.com/W454f7IK92kq/?ref=app
+ 2
thanks
+ 1
when my popup window opens then it has to disable or blur the background window
+ 1
Is there any function to disable or blur entire window?
+ 1
using with condition in JavaScript
+ 1
thanks I will try to do so