Sunday 15 March 2015

How to made jQuery modal overlay to 100% transparent? -


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