Сообщение от Ruslan_xDD
|
В jQuery вроде как раз так и написано.
|
Фигня. Смотрим:
https://github.com/jquery/jquery/blo...rc/core.js#L23
var
jQuery = function( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
// Need init if jQuery is called (just allow error to be thrown if not included)
return new jQuery.fn.init( selector, context );
};