Media Extreme

Development Notes

adding jquery to wordpress

without comments

jQuery is already in wordpress so if you need to use it, there is no need to pull it in from elsewhere.
Use:
wp_enqueue_script(‘jquery’);
to access jQuery. However, you will not be able to use $(). The right way is to

Written by chuck

December 22nd, 2011 at 8:12 pm

Posted in News