You are reading a single comment by @Emyr and its replies. Click here to read the full conversation.
  • As I understand it

    var doBar = function (index, element){....};
    jQuery('.foo').each(doBar);

    is more efficient than

    jQuery('.foo').each(function (index, element){....});

    because of compilation, scope and other things I never bothered to understand.

    @Velocio
    If we're doing better font sizing, are scalable icons on the roadmap?

About

Avatar for Emyr @Emyr started