Nifty Modal - how to trigger a modal without a button

后端 未结 7 1834
有刺的猬
有刺的猬 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:27

    This worked for me (Nifty v2.6)

    $("#my-modal").modal("show");
    $("#my-modal").modal("hide");
    

提交回复
热议问题