WordPress is a great CMS (Content Management System) is you want to get a site up and running very quickly. It’s themable and within the theming framework, WordPress includes the ability to include popular assets like JQuery. All it takes is a simple command. <?php wp_enqueue_script(‘jquery’); What if you don’t want to use the version of JQuery included in WordPress though? There are several reasons you would require a different version, compatibility for example.…
Read more »