Blog posts with the keyword jQuery.  View All Posts

View: Default Post List
Share/Save/Bookmark

August 14, 2008

Wordpress and jQuery

jQuery is an intuitive, light-weight JavaScript Library that has quickly become popular, mostly due to its ease of use. Amongst many other things, jQuery provides the ability to make website content dynamic without reloading a page.

Using jQuery with WordPress affords many wonderful design and development opportunities. I thought I’d take the time to explain the steps necessary to start working with jQuery on a (self-hosted) WordPress installation, as it is under-documented and potentially confusing.

This post was updated on January 21, 2009 to reflect changes in the way the wp_enqueue_script tag is used in WordPress 2.6 and above.

Read More