Tag Archives: jQuery

WordPress: How to enqueue jQuery from Google’s CDN without a plugin

Prefer to load jQuery from Google rather than enqueue it from WordPress’ Core? Yeah, we do too. There are many benefits to loading jQuery from Google’s CDN (Content Delivery Network): It’s likely a user previously visited a site that relied on the jQuery version your calling, which means they’ll have it cached already. If they…