8 ms·
just a simple reminder: Top 1m 77.15% Top 100k 87.37% Top 10k 88.83% https://trends.builtwith.com/javascript/jQuery https://trends.builtwith.com/j
by localhostdotdev 7y ago
just a simple reminder:
Top 1m 77.15%
Top 100k 87.37%
Top 10k 88.83%
https://trends.builtwith.com/javascript/jQuery https://trends.builtwith.com/javascript/jQuery
- ehsankia 7y agoInterestingly enough, if you uncheck Top 1m and look at either 100k or 10k, you can see the start of the drop since 2017.
- vanderZwan 7y agoI wonder if the lack of updates affects that. No new exposure or new things to get excited about.
- PhilDunphy23 7y agoIf you have jQuery on your website alongside Google Analytics, you’re loading two jQuery libraries without you knowing due to Google using it too on their analytics script.
- joshstrange 7y agoDo you have a source on this? I can't believe this is true and my 2-3 google searches say it's not.
- PhilDunphy23 7y agohttps://www.googletagmanager.com/gtag/js https://www.googletagmanager.com/gtag/js Search “jQuery” in there, first result will be the copyright comment plus the version.
- localhostdotdev 7y agoit doesn't export to the global namespace though: <script src="https://www.googletagmanager.com/gtag/js"></script> <script>$</script> ReferenceError: $ is not defined <script>jQuery</script> ReferenceError: jQuery is not defined
- joshstrange 7y agoIs that the same JS used for Analytics? I think that's just for GTM. Here is the analytics script I see more often and it doesn't have jQuery: https://www.google-analytics.com/analytics.js https://www.google-analytics.com/analytics.js
- PhilDunphy23 7y agoIt’s the new snippet for analytics.