'<link href="css/base/jquery-ui.css" rel="stylesheet" type="text/css">
<link href="style2.css" rel="stylesheet" type="text/css">
<script src="js/jquery-1.8.3.min.js"></script>
<script>
$(function() {
$("#datepicker").datepicker();
});
</script>
Date:
I cant make the datepicker appear by clicking the textbox. Please help. how can i make it work without linking a UI? Can i just code it?? I mean, i want it to work even without internet connection.. How? please help meee. Thanks in Advance..