Creating popups with django form -


what best way of creating django form popups .i have search online not fine .please out .

there number of options ... easiest of course jquery: https://jqueryui.com/dialog/

 $( function() {     $( "#dialog" ).dialog();  } );  <div id="dialog" title="basic dialog"><p>message</p></div> 

Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -