jqueryの新機能です。 this
と$(this)
の違いを知りたい。私は放火犯を使用するとき、私はこの
$.fn.column = function() {
var $td = this;
var $td1 = $(this);
}; //end of $.fn.column = function()
$('#FaqGridForm\\:faqGrid tr td').column();
のような関数呼び出しを行ったと仮定し、その後、両方の変数が[td]
あります。では、これら2つの違いは何ですか?
の可能複製との間の違いは何ですかこれと$(これ)in jQuery?](http://stackoverflow.com/questions/6965979/what-is-the-difference-between-this-and-this-in-jquery) – adatapost
可能な複製[jQuery $ (これ)対これ](http://stackoverflow.com/questions/1051782/jquery-this-vs-this) –
@Dupes、正しい複製を見つけよう:プラグインのコンテキストで 'this' .. –