Hi
I created a date picker with the code below
------------------
<input id="myDateField1" type="text" size="10" name="myDate" value=""
title="(Format: MM/DD/YYYY)" />
<script type="text/javascript">
    $('#myDateField1').datepicker(
        {
                showOtherMonths: true ,
                closeText: 'X'
        }
     );
 </script>
-----------
When the date is selected from the datepicker, its populating the date
field correctly, but hitting 'tab' button is not going to the next
field.
The tabbing works if I tab into date field, but just tab off it,
instead of selecting any date from datepicker.

Any suggestions please?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to