次ã®ããã«æ¸ãæãã¦ã¿ã¾ãããã // function jQuery (selector, context) { return new init(selector, context, rootjQuery); } jQuery.prototype = jQuery.fn; // function init (selector, context, rootjQuery) { /* ...... this.length = 0; ...... */ } init.prototype = jQuery.fn; jQuery.fn.init = init; æ¬è³ªçã«ã¯ãããããã¨ã§ãï¼ç§ãæ¸ããªãããããªæãã«ããã¨æãã¾ãï¼ããããã£ã¦ãnew jQuery 㨠new init ã¯ãã©ã¡ãã jQuery.fn ããããã¿ã¤ãã¨ããæ°è¦ãªãã¸ã§ã¯ããçæãã¾ãã --- ãã¦ãNo.1 ã«ã¯
{{#tags}}- {{label}}
{{/tags}}