As far as I know, jQuery is being used in the admin section, but it
will only be used on your site if you include it through your theme or
a plugin.

Also, as of 2.3.2, they are using jQuery 1.1.4.

If you want to include jQuery in your site, you can just add it to the
header.php file in your theme, like:
<script type='text/javascript' src='<?php
bloginfo('stylesheet_directory'); ?>/js/
jquery.js'></script>

Or, you can create a functions.php file in your theme and use the
WordPress wp_enqueue_script() function to include it.

HTH

-Eric

On Jan 7, 10:49 am, Sean O <[EMAIL PROTECTED]> wrote:
> So I'm trying to use jQuery in Wordpress (2.3.2)...  Mostly for site
> design/effects now, eventually for posts too, if possible.  It looks like
> jQuery is in the WP core now, but when I Firebug a few $() functions, I get
> errors.
>
> Any trick to getting this going?  Googling provided sparse / old articles.
>
> Thanks,
>
> SEAN O
> _______________www.sean-o.com
> --
> View this message in 
> context:http://www.nabble.com/Using-jQuery-in-Wordpress-tp14672948s27240p1467...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to