$(function() { $( "#dialog-message" ).dialog({ modal: true, width: 400, position: {my: "center top", at: "center top+100", of: window}, buttons: { "No Thanks": function() { $( this ).dialog( "close" ); } } }); });