Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery ui dialog live cdn

$( "#dialog" ).dialog({
  dialogClass: "no-close",
  buttons: [
    {
      text: "OK",
      click: function() {
        $( this ).dialog( "close" );
      }
    }
  ]
});
Source by api.jqueryui.com #
 
PREVIOUS NEXT
Tagged: #jquery #ui #dialog #live #cdn
ADD COMMENT
Topic
Name
8+9 =