$(function () { $('body').on('click', 'body', function ( e ) { ... }) })
$(document).ready(function(){ });