Код: Выделить всё
document.write($.constructor);
Я получил такой результат:
Код: Выделить всё
function Function() { [native code] }
Протестировано с помощью Google-Chrome
Подробнее здесь: https://stackoverflow.com/questions/112 ... -code-mean
Код: Выделить всё
document.write($.constructor);
Код: Выделить всё
function Function() { [native code] }