zoomla
Version:
16年专业研发|中文alexa排名第一的CMS品牌-基于dotNET core、功能强大,集成站群、微信开发、小程序与ERP及OA办公系统,支持国际语言和多民族语言,世界五百强与大型门户专用高端网站内核CMS系统
9 lines • 332 B
JavaScript
$(function(){
$("#List1 a").click(function(){
$("#"+this.id).addClass("selected").siblings().removeClass("selected");
$('#skinCss').attr("href","/Template/blue/style/"+(this.id)+".css");
});
})
// The second line`s effect is finding the Dom tree "li".
// The third line:add selected.
// The forth line:change css.