Weaving JavaScript Into WordPress

Weaving JavaScript Info WordPress covers the basic functions and hooks, and good practices for including JavaScript into themes and plugins. This includes when and how to include local scripts into one’s code, being aware of existing libraries that are already available, how to load non-local scripts and remove existing scripts, how to include javascript in the admin, and for the advanced user how to use localize script to make data from PHP available in javascript.