Skip to content
Home » JavaScript

JavaScript

Adding JavaScript Libraries to WordPress

WordPress includes a number of JavaScript libraries because it uses those libraries in the administration screens. They’re available for you to use in your themes and plugins as well. The libraries include jQuery, Prototype, Scriptaculous, and SWFUpload. See the wp_enqueue_script Codex page for a complete list of the scripts available, along with their handles. This code, added to your plugin or theme functions… Read More »Adding JavaScript Libraries to WordPress