Reputation: 99
(source: easycaptures.com)
HTML code
<div class="paddingTop30 height30">
<div class="width100 inline greyText">Lesson Date</div>
<div class="width110 inline">
<input type="text" name="dateTimePicker" id="dateTimePicker"/>
</div>
</div>
CSS
.inline {
float:left
}
JS
$('#dateTimePicker').datepicker();
Display of datepicker is not correct. Where I am going wrong ?
FYI: Create lesson is a jquery dialog
Upvotes: 1
Views: 422
Reputation: 89
Most display problems are due to corrupt or wrong jquery css files. Please ensure you have added the css files that came with jquery.
Hope I helped you.
Upvotes: 3