Nifty Modal - how to trigger a modal without a button

后端 未结 7 1910
有刺的猬
有刺的猬 2021-01-03 14:55

This script provides awesome modal transitions and I want to use them instead of a standard alert message.

Now the demo of the script shows how to trigger them by pr

7条回答
  •  太阳男子
    2021-01-03 15:25

    Probably, there are bug near "overlay.off('click');". This line should be "close.off('click');"

提交回复
热议问题