CjuiDatepicker and autocomplete didn't work

Hi guys, i want to add javascript in main.php like this




<!--  jquery core -->

<script src="js/jquery/jquery-1.4.1.min.js" type="text/javascript"></script>

 

<!--  checkbox styling script -->

<script src="js/jquery/ui.core.js" type="text/javascript"></script>

<script src="js/jquery/ui.checkbox.js" type="text/javascript"></script>

<script src="js/jquery/jquery.bind.js" type="text/javascript"></script>

<script type="text/javascript">

$(function(){

	$('input').checkBox();

	$('#toggle-all').click(function(){

 	$('#toggle-all').toggleClass('toggle-checked');

	$('#mainform input[type=checkbox]').checkBox('toggle');

	return false;

	});

});

</script>  




<![if !IE 7]>


<!--  styled select box script version 1 -->

<script src="js/jquery/jquery.selectbox-0.5.js" type="text/javascript"></script>

<script type="text/javascript">

$(document).ready(function() {

	$('.styledselect').selectbox({ inputClass: "selectbox_styled" });

});

</script>

 


<![endif]>




<!--  styled select box script version 2 --> 

<script src="js/jquery/jquery.selectbox-0.5_style_2.js" type="text/javascript"></script>

<script type="text/javascript">

$(document).ready(function() {

	$('.styledselect_form_1').selectbox({ inputClass: "styledselect_form_1" });

	$('.styledselect_form_2').selectbox({ inputClass: "styledselect_form_2" });

});

</script>


<!--  styled select box script version 3 --> 

<script src="js/jquery/jquery.selectbox-0.5_style_2.js" type="text/javascript"></script>

<script type="text/javascript">

$(document).ready(function() {

	$('.styledselect_pages').selectbox({ inputClass: "styledselect_pages" });

});

</script>


<!--  styled file upload script --> 

<script src="js/jquery/jquery.filestyle.js" type="text/javascript"></script>

<script type="text/javascript" charset="utf-8">

$(function() {

	$("input.file_1").filestyle({ 

	image: "images/forms/upload_file.gif",

	imageheight : 29,

	imagewidth : 78,

	width : 300

	});

});

</script>


<!-- Custom jquery scripts -->

<script src="js/jquery/custom_jquery.js" type="text/javascript"></script>

 

<!-- Tooltips -->

<script src="js/jquery/jquery.tooltip.js" type="text/javascript"></script>

<script src="js/jquery/jquery.dimensions.js" type="text/javascript"></script>

<script type="text/javascript">

$(function() {

	$('a.info-tooltip ').tooltip({

		track: true,

		delay: 0,

		fixPNG: true, 

		showURL: false,

		showBody: " - ",

		top: -35,

		left: 5

	});

});

</script> 







after i put that,my datepicker and autocomplete didnt work,any idea or solution for this?

It does not works without any error message ?

if you want to get real help, publish the link to this page, if you can’t then use something like http://jsfiddle.net/, in this case here will be more chance to get help

Looking some Confliction in JQuery because By default All JQuery js include and plz specify

URL for Problem solution

it still in my computer so i dont have url for show you my works,

hmhm,actually before i put that code i get the result for my datepicker and auto complete,

yah without report,i just didnt get result for autocomplet and date picker didnt show up when i try to input that