In the following
var obj = { one:1, two:2, three:3, four:4, five:5 }; $.each(obj, function(i, val) { console.log(val); });
what
$ stands for jQuery function/object, you can find good discussion over here