Conflict in jQuery libraries
I have the following, but something is interfering with each other. Any ideas.
I am trying to do three things: tabs, datepicker and tool tips.
Thanks, Jeff
<!--- jQuery StyleSheets --->
<link type="text/css" href="../../jquery/jquery.ui.accordion.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.autocomplete.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.button.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.core.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.datepicker.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.dialog.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.progressbar.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.resizable.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.slider.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.tabs.css" rel="stylesheet" />
<link type="text/css" href="../../jquery/jquery.ui.theme.css" rel="stylesheet" />
<link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" />
<link type="text/css" href="../../jQuery/jquery-ui.css" rel="stylesheet" />
<link type="text/css" href="../../jQuery/overlay-basic.css" rel="stylesheet" />
<!--- jQuery JavaScript --->
<script type="text/javascript" src="../../jquery/jquery-1.4.2.js"></script>
<script type="text/javascript" src="../../jquery/jquery.ui.core.js"></script>
<script type="text/javascript" src="../../jquery/jquery.ui.widget.js"></script>
<script type="text/javascript" src="../../jquery/jquery.ui.datepicker.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<!-- include the Tools -->
<script type="text/javascript" src="../../jquery/jquery.tools.min.js?select=full&debug=true"></script>