Hello I wonder I have a page that has some spry validation assets and also a jquery datepicker.
this is the following code i have in the header
Code:
<script type="text/javascript" src="js/jquery.js"></script>
<link type="text/css" href="css/ui-lightness/jquery-ui-1.8.17.custom.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-ui-1.8.17.custom.min.js"></script>
<script type="text/javascript" src="js/date.format.js"></script>
with just this the datepicker script in place it works fine
however when i add the following
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"></script>
the datepicker css does kick in...
the trouble is i need all these scripts.
Bookmarks