Tag: jquery
-
How to enqueue the bundled jQuery in footer – The Right Way
WordPress comes with many bundles JavaScript libraries which can be enqueued in header or footer. This article shows a clean and nice way to register the bundled jQuery for the footer to speed up the page rendering.
-
Small Tips Using WordPress and jQuery
Inside of WordPress are several of JavaScript libraries available, you can use them easily and you don’t need an extra Theme or Plugins. Also, this is the recommended approach to enable libraries , so they won’t be loaded more than once. Some notes on these two topics can be found in the article Use JavaScript…