Implement jQuery confirmation modal in a form submit?

后端 未结 2 1957
梦如初夏
梦如初夏 2021-01-24 05:37

I am using jQuery modal confirmation like this:

$(function() {
    $( \"#dialog-confirm\" ).dialog({
      resizable: false,
      height:190,
      width: 330,
         


        
2条回答
  •  無奈伤痛
    2021-01-24 06:20

    I have created Model popup by own no third party plugin.

    Could you please try given link.

    
    
    

    See Demo

    Hope it likes you.

提交回复
热议问题