, , .
jQuery - - .
jQuery :
function each(first,second)
{
array = (instanceOf this == Array) ? this : ((first instanceOf Array) ? first : second);
callback = (instanceOf second == Function) ? second : first;
}
first , this IE $([1,2,3,4]).each(callback), , first , second IE `$.each(array, callback );
. , .
, ,