plaincopyprint?$(document).ready(function(){
//第一種寫法: $("tr:gt(0)") 第一行標題不起作用$("tr:gt(0)").click(function(){
$(this).addClass("height").siblings().removeClass("height").addClass("height").siblings().removeClass("height").end().find( ":radio").attr("checked",true);
})
//第二種寫法:$("tr:not(:first)") $("tr:not(:first)").click(function(){
$(this).addClass("height").siblings().removeClass("height").end)."height").siblings().removeClass("height").end). (":radio").attr("checked",true);
})*/
})
$(document).ready(function(){ //第一種寫法: $("tr:gt(0)") 第一行標題不起作用
$("tr: gt(0)").click(function(){
$(this).addClass("height").siblings().removeClass("height").end().find(":radio") .attr("checked",true);
})
//第二種寫法:$("tr:not(:first)")
/*$("tr: not(:first)").click(function(){
$(this).addClass("height").siblings().removeClass("height").end().find(":radio" ).attr("checked",true);
})*/
})