清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | < link rel = "stylesheet" href = "http://yandex.st/highlightjs/6.2/styles/googlecode.min.css" > < script src = "http://code.jquery.com/jquery-1.7.2.min.js" ></ script > < script src = "http://yandex.st/highlightjs/6.2/highlight.min.js" ></ script > < script >hljs.initHighlightingOnLoad();</ script > < script type = "text/javascript" > $(document).ready(function(){ $("h2,h3,h4,h5,h6").each(function(i,item){ var tag = $(item).get(0).localName; $(item).attr("id","wow"+i); $("#category").append('< a class = "new'+tag+'" href = "#wow'+i+'" >'+$(this).text()+'</ a ></ br >'); $(".newh2").css("margin-left",0); $(".newh3").css("margin-left",20); $(".newh4").css("margin-left",40); $(".newh5").css("margin-left",60); $(".newh6").css("margin-left",80); }); }); </ script > < div id = "category" ></ div > |