function alertPop(content){
    
     $.dialog({
            title:"提示",
           width:400,  
           height:100,
           padding:'5px',  
           content:content,
           lock:true,
           ok: function () {
             
               
           },
           cancel:  function () {
              
           },
           okValue:"确定",
           cancelValue:"取消"
       });
    
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-07-01
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-15
  • 2021-10-17
  • 2021-09-19
  • 2022-12-23
  • 2021-11-14
  • 2021-08-22
相关资源
相似解决方案