How do I create a jQuery popup window without close button? Please see my code below.
$('#addNewRecord').dialog(
{
autoOpen: true,
width: 570,
bgiframe: true,
resizable: false,
height:490,
modal: true
}
);
Could anyone please help me ?