jquery笔记 http://www.w3school.com.cn http://easonhan007.github.io/categories.html

1.  uncompressed development jquery 1.11.0 ,,,src="http://code.jquery.com/jquery-1.11.0.js"html

2.   $("ul li:first") :每一个ul的第一个li元素。  jquery

3.   toggle()方法可切换hide()和show()的关系。一样:fadeToggle()可切换fadeIn()和fadeOut()的关系。 fadeTo("slow",0-1之间半透明)。 slideDown()、slideUp()和slideToggle()上下滑动。ide

4.  class 属性是.     id属性是#        alert("sth");           attr("属性");显示出这个属性的值code

————————————————————————————————————————————————htm

jquery操做DOMinput

5.  text();文本内容          html();文本内容连同html标记一块儿      val();获取input表单的内容   (括号里面加内容,就能够修改了)class

 6.arguments[0]表示你的调用的方法的第一个参数???sed

相关文章
相关标签/搜索