I have 2 text boxes with the class calendarSelectDate set on them. I
am using the following code to setup them up as Calendars:
<script type="text/javascript" language="javascript">
$(document).ready(function(){
$('.calendarSelectDate').datepicker();
});
</script>
<label class="label-date">Start </label> <input
class="calendarSelectDate" id="StartDate" name="StartDate" type="text"
value="1/20/2009" />
<label class="label-date">End </label> <input
class="calendarSelectDate" id="EndDate" name="EndDate" type="text"
value="1/28/2009" />
only the first textbox actually get selected and set to use as a
calendar control. Using jQuery 1.3.1 and the latest release of
jQuery. UI. This works fine with jQuery 1.2.6.
Anyone have any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---