$ .ajaxSetup({cache:false}); $(document).ready(function(){var tree = $( "#tree li"); var contentContainer = $( "#contentContainer"); var content = $( "#content"); SyntaxHighlighter.config.clipboardSwf = 'syntaxhighlighter_2.0.320 / scripts / clipboard.swf'; SyntaxHighlighter.all(); // Treeview $( "#tree")。treeview({persist: "location"、折りたたみ:true}); tree.click(function(){if($(this).hasClass( "file"))){tree.removeClass( "selected"); $(this).addClass( "selected"); content.load( "content / "this.id" .html "、function(){contentContainer.effect(" highlight "); SyntaxHighlighter.all();});}}); ;));