hvaing problems getting datepicker to work, not quite sure why.
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/jquery-ui-1.8.17.custom.css">
<!--[if lte IE 7]>
<style type="text/css">
</style>
<![endif]-->
<script src="js/modernizr-2.0.6.js"></script>
<script src="js/jquery.js"></script>
<script src="js/jquery.ui.core.js"></script>
<script src="js/jquery.ui.widget.js"></script>
<script src="js/jquery.ui.datepicker.js"></script>
<script>
$(function() {
$( "#datepicker" ).datepicker();
});
</script>
<p>Date: <input type="text" id="datepicker"></p>
I checked and all .js and .css files are linked correctly, however nothing happens, any ideas?
some thing is wrong with your routes the
jqueryor theuijs is not loading, see it working HERE, check the firebug console or any other debugging tool for any javascript errors. Try using the cdn hosted jquery and jquery ui, removeand put these inplace