How to use the javascript libraries included with WordPress.
07th
Dec–09
There is a better safer way to include you javascript files in your wordpress themes. Using the wp_enqueue() function will prevent problems and script clashes, you can even use it to automatically load your scripts at the bottom of your page.
Filed under Wordpress