3
Hello, how do I get this gray bar off the modal ??
$(function()
{
var dialog, form,
dialog = $( "#painel_fazer_upload" ).dialog
({
autoOpen: false,
height: 520,
width: 500,
modal: true,
});
$( "#painel_upload" ).button().on( "click", function()
{
dialog.dialog( "open" );
});
});
Hello @Lucas-carezia! Which plugin to generate the modal you are using?
– MateusDemboski
code.jquery.com/jquery-1.10.2.js and code.jquery.com/ui/1.11.4/jquery-ui.js
– Lucas Caresia