$(function(){ $('.bbs-html img').each(function(){ if( this.width > 300 ){ //$(this).addClass('board-picture').css('cursor', 'pointer'); } }); if( location.hash != '#u' ) { history.pushState(null, null, "#u"); } $.window.on("hashchange", function(){ if( location.hash == '' ){ location.href = '/contract/index/page/1'; } }); });