I want the message "Leaving page will cause loss of data" to be bold. could you please help me?
$(window).bind("beforeunload", function(e) {
return "Leaving page will cause loss of data";
}).unload(function() {
// what if they choose 'leave this page';
});