Modal Dialog without jQuery

前端 未结 6 673
情书的邮戳
情书的邮戳 2020-11-30 01:29

I need to create a modal dialog on a webpage using javascript. Normally this would be easy as I could use something like jQueryUI or BlockUI, but the caveat here is that I\

6条回答
  •  长情又很酷
    2020-11-30 01:58

    I created a library called Msg that makes it easy to create modal windows. It has a lot of options and events to make your own different kinds of modal windows. Everything can be customized through css. It's also a single file, no need to import css files.

提交回复
热议问题