I find that for most of my projects lately, we focus on HTML5 and there is less emphasis on supporting legacy browsers. The outcome is less of a reliance on jQ to abstract out browser inconsistencies. I basically only use jQ for selecting DOM elements and that can be handled with a microjs lib... So I tend to agree.