标签:
jQuery.proxy (context.name, context)
jQuery.proxy (context, "name")
$.post(url, {}, $.proxy(this.function, this));//function指代函数名
$.post(url, {}, $.proxy(this, "function"));
jQuery.proxy()函数
原文地址:http://www.cnblogs.com/yangzhinian/p/4725916.html