JS
Update the core jQuery version that ships with WordPress
You can replace the default version that ships with WordPress like that:
Load a script after a web page is loaded
So I was writing an A/B testing and was looking for the default jQuery method for loading an external script. So using the jQuery.getScript, you can do exactly that; load a script after a web page is already loaded and perform actions once it is… Read More »Load a script after a web page is loaded