jquery最常用的几个方法。

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();

你可能感兴趣的:(jquery最常用的几个方法。)