make a div work as a popup

前端 未结 4 585
情话喂你
情话喂你 2021-01-28 13:57

I am designing a simple webpage. I want to display a popup window in the same page just like the image attached below.\"ente

4条回答
  •  情话喂你
    2021-01-28 14:27

    I think you could try using jQuery Dialog (description here)... have you ever tried that?

    Here is a short example:

    
    
       
       jQuery UI Dialog - Default functionality
       
       
       
       
       
    
    
       

    This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

提交回复
热议问题