How do I display image in Alert/confirm box in Javascript?

前端 未结 7 2426
终归单人心
终归单人心 2020-12-06 01:27

How to display image in alert box or confirm box? I have been trying with below code but getting image url in the alert box. Please anybody help me to get solve or please gi

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 02:06

    Alert boxes in JavaScript can only display pure text. You could use a JavaScript library like jQuery to display a modal instead?

    This might be useful: http://jqueryui.com/dialog/

    You can do it like this:

    
    
    
    
      
      jQuery UI Dialog - Default functionality
      
      
      
      
      
    
    
    
    

    Image:

    Placeholder Image

提交回复
热议问题