在作用域开头最好把以后要用的this指针存起来
a.click(function(){ var $this=$(this); $.get("/a").always( $this.val() )})
本文共 105 字,大约阅读时间需要 1 分钟。
在作用域开头最好把以后要用的this指针存起来
a.click(function(){ var $this=$(this); $.get("/a").always( $this.val() )})
转载地址:http://hiadx.baihongyu.com/