jquery使用手冊:http://www.eduyo.com/doc/jquery/cheatsheet.html addClass 樣式: <style> .textRed { color:red; } </style> 使用: $("#th_1").addClass("textRed"); R ...
jquery使用手冊:http://www.eduyo.com/doc/jquery/cheatsheet.html
addClass
樣式:
<style>
.textRed
{
color:red;
}
</style>
使用:
$("#th_1").addClass("textRed");
Removeclass(“textRed”);
$(this)
$(this).attr("type")
$(this).hasClass("input_money")
$(this).attr("type")
parseInt(0)
Var nextObj = $(obj).next();