Earlier quoted context omitted.
>> “jQuery is not need anymore with modern browsers.” > Bull. Shit. Depends on the target environment(s). If you only want to support evergreen browsers then there is no reason you need jQuery; you're going to have the native DOM APIs and you don't care about compatability. jQuery's big win is two fold, in my opinion. One it has awesome, chain-able syntax and two (most important) it has awesome backwards compatibilit…
> If you only want to support evergreen browsers then there is no reason you need jQuery False. Read the first sentence of the document I linked to. “…developers should be aware that ditching libraries, like jQuery, can easily require large amounts of research on their end to avoid bugs ( even in modern browsers ).” Bear in mind it’s Paul Irish who wrote that.
> Read the first sentence of the document I linked to.
Oh I did. Look through many of the bugs they outline; many are incredibly minor and inconsequential unless you're doing things related (or semi related) to supporting older browsers.
> Bear in mind it’s Paul Irish who wrote that.
Yup; I don't see his posts being quite in conflict like many here seem to think. Plus his opinion has probably evolved overtime anyway (he wrote that document a year and a half ago).