” jQuery for theme designers @joelgoodman #wcatx #wpjquery WHAT IS JQUERY? “ jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript. jquery.com
jQuery for theme designers @joelgoodman #wcatx #wpjquery LET’S GET DOWN TO IT 2METHODS TO CORRECTLY INCLUDE JQUERY IN YOUR THEME wp_register_script(); wp_enqueue_script();
jQuery for theme designers @joelgoodman #wcatx #wpjquery • de-registers stock jquery • re-registers the script but with the google hosted version of the source NOW IN REVERSE.
jQuery for theme designers @joelgoodman #wcatx #wpjquery HOW ABOUT A DEMO? •defines a click/tap action •Adds/removes .hide-menu •CSS handles the animation
jQuery for theme designers @joelgoodman #wcatx #wpjquery SAY YOU WANT TO USE A JQUERY PLUGIN •select the .nav-bar menu •the local scroll plugin handles the rest.
jQuery for theme designers @joelgoodman #wcatx #wpjquery • safely de-registers stock jquery • re-registers the script but with the google hosted version of the source REMEMBER THIS?