Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://wiki.cmc.msu.ru/System/JQueryDebug?rev=3
Дата изменения: Unknown Дата индексирования: Sun Apr 10 05:11:39 2016 Кодировка: koi8-r |
Simple jQuery logger / debugger using firebug's console or a div of its own of the form. Useful for JavaScript developers.
$.log("message");
: will send the message to the console
$.log(object);
: will stringify the object
$("").debug();
will stringify the found objects