Hi Stackers :) I am trying to select the child input using by using selectors..I do not want to place an id or class onto the actual input element itself. Can somone tell me where i am going wrong?
Chris
<script type="text/javascript">
$(function() {
$(".ICS_MeetingSpaceHomeTableHeaderDateControl").children().datepicker();
});
</script>
<div class='ICS_MeetingSpaceHomeTableHeaderDateControl'>
<input type='text' />
</div>