jQuery中的fn代表什么?

sha*_*ncs 0 jquery

我知道jQuery.fn只是jQuery.prototype的别名,但"fn"代表什么?它有全名吗?

例如,"正式名称"?"正式命名空间"?我不知道.

Esa*_*ija 5

fn如在˚F unctio Ñ.

它也是预期函数的形式参数的名称:

// Bind a function to a context, optionally partially applying any
// arguments.
proxy: function( fn, context ) {
Run Code Online (Sandbox Code Playgroud)