How to make jQuery's modal overlays (deep transparent background) can be made 100% transparent so that it does not show at all
You can set the Opacity
option to 0.
$ ("# yourdialog"). Dialog ({Model: true, overlay: {opacity: 0, background: "black"}})
Kindness,
donation
No comments:
Post a Comment