To attatch to theme header:
<script src=”<?php bloginfo(’stylesheet_directory’); ?>/js/jquery.js” type=”text/javascript”></script>To redefine the $ shortType, more info here.
<script type=”text/javascript”> var $j = jQuery.noConflict(); </script>Modd your jquery script to use the new short eg. $j and embed:
<script src=”<?php bloginfo(’stylesheet_directory’); ?>/js/thickbox.js” type=”text/javascript”></script>
test via jtip
say what do you think