allora non so come funzioni sto controllo cmq
function apri_mex()
{
$('#dialog').dialog({
autoOpen: true,
height: 280,
modal: true,
resizable: false,
buttons: {
OK: function() {
$(this).dialog('close');
}
}
});
}
apri_mex();
hai capito?
allora non so come funzioni sto controllo cmq
function apri_mex()
{
$('#dialog').dialog({
autoOpen: true,
height: 280,
modal: true,
resizable: false,
buttons: {
OK: function() {
$(this).dialog('close');
}
}
});
}
apri_mex();
hai capito?