My Notebook
2012年12月10日 星期一
Alternate color row using CSS
Use jQuery
$
(
document
).
ready
(
function
()
{
$
(
"tr:even"
).
css
(
"background-color"
,
"#000000"
);
});
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言