<script type="text/javascript"> $(document).ready(function(){ document.onbeforeunload = function { content = $('#content').html(); $.post(url, {jsonData: JSON.stringify(content) }, function(response){$('#changelist').text(response);