How to code a JavaScript modal popup (to replace Ajax)?

后端 未结 4 574
傲寒
傲寒 2020-11-27 17:27

I need to replace our Ajax Modal Popup controls with a JavaScript equivalent. We use this as a simple context sensitive help type popup. I did a quick browse but didn\'t see

4条回答
  •  天命终不由人
    2020-11-27 17:54

    I developed a javascript library called Msg. It allows to easily create a modal window / popup. It creates an overlay behind it that darkens the background. It has no close button but it can be closed by clicking the background overlay.

提交回复
热议问题