/ Published in: PHP
Can also be used to load scriptaculous, or any js file in WP
Expand |
Embed | Plain Text
<?php wp_enqueue_script('jquery'); ?>
You need to login to post a comment.
davebowker on 11/20/08
2 people have marked this snippet as a favorite
Can also be used to load scriptaculous, or any js file in WP
<?php wp_enqueue_script('jquery'); ?>
You need to login to post a comment.