he should be that way
- load other libraries and other scripts other than jQuery
- load jQuery library.
- call jQuery.noConflict.
- download jQuery plugins
- other jQuery files or codes.
such codes
<script type="text/javascript" src="http://mlep.com/~avalon/wordpress/wp-content/themes/twentyten/facebox/jquery14.js"></script>
<script type="text/javascript">
var ang = jQuery.noConflict();
</script>
<script type="text/javascript" src="http://mlep.com/~avalon/wordpress/wp-content/themes/twentyten/facebox/facebox.js"></script>
<script type="text/javascript">
</script>
source
share