I'm using jquery at work for some sites. Unfortunately, my new case is at the moment: * a CMS was sold * Back-end developers didn't set javascript files per templates. I was told it should be possible to reconfigure it but not enough time & motivation & money
From my point of view I have too much libraries. Nearly all are downloaded and half of them are used per page. I'm going to do this: for each page, I check some class names and if required, I append additional scripts to the head. I should avoid this in the future. Anyway is this a web standards practice ?