You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
233 B

// JavaScript Document
$(function(){var $xkgj_ul=$("ul.ptlist01,ul.ptlist02");$xkgj_ul.each(function(){var $colorful_li=$(this).children("li"),len=$colorful_li.length;for(i=0;i<len;i++){$colorful_li.eq(i).addClass("c" + i%6);}})});