How to make custom style in dialog control?

by barkkathulla 2013-11-15 10:00:36

JS style to make custom style in dialog control:




<div id="dialog" style="display: none;" title="text message">
<p>My pop up message.</p>
</div>



$( "#dialog" ).dialog({width:180, height:"auto",minWidth:0,minHeight:0,

});
1437
like
0
dislike
0
mail
flag

You must LOGIN to add comments