<span class="js-quantity-value">1</span>
$( "#mon" ).on( "date:changed", function( event ) {
var ms = ($(this).text());
window.onbeforeunload = function(){
return 'Are you sure you want to leave?';
};
if(ms == 0 ){
window.onbeforeunload=null;
};
//console.log(ms);
});