What's the .apply jQuery function?

前端 未结 2 2003
不思量自难忘°
不思量自难忘° 2020-12-07 14:01

I see that in different plugins and codes, but I don\'t understand what does that function... In the jQuery api isn\'t referenced!

2条回答
  •  暖寄归人
    2020-12-07 14:38

    Essentially, apply will call a function with the context being set to the object you apply the function to. This means that within the function, referencing this will refer to that object.

提交回复
热议问题