i just lrned how to create template path for .js file-
<script type="text/javascript" src="<?php bloginfo( 'template_directory' ); ?>js/scripts.js" ></script>
but inside my 'scripts.js' file has included some .js files like below:
include('js/jquery.easing.1.3.js');
include('js/jquery-ui-1.8.11.custom.min.js');
include('js/jquery.transform-0.9.3.min.js');
include('js/jquery.animate-colors-min.js');
.....and so on
any1 pls help me how can i make path for those included .js file in easiest way. i'm vry new in wordpress.