$(document).ready(function(){
    $("body").attr("onunload", "$('*').unbind();");
});