1
BrightDawn 2016-07-12 16:52:28 +08:00
|
2
cxlxkin 2016-07-12 16:53:07 +08:00
学编程不能让别人帮你写,别人提供思路,自己去摸索写,这样才能学到东西的
|
3
b821025551b 2016-07-12 16:55:18 +08:00
|
4
cxbig 2016-07-12 17:03:48 +08:00 1
这题目也是奇葩,这年头还在折腾 HTML DOM Style 。
|
5
tester4 OP |
11
issuz 2016-07-12 17:17:44 +08:00
$('.post .postid').each(function(){
$(this).closest('.post').css('color',$(this).css('color')); }) |