jQuery.fnはグローバルjQueryオブジェクトのプロトタイプであり、jQuery.prototypeと同義である。
window.jQuery.fn
jQuery.fn
window.$.fn
$.fn
jQuery.fn.myFunc = function() { alert('My function'); } jQuery('#p1').myFunc();