KenLG wrote: > <input name="fStartDate" id="fStartDate" /> > <input name="fStartDate" id="fStartDate" /> > Any way to avoid this without having to change the IDs of the date > fields?
Id's must be unique on the page. You are creating invalid markup that cannot be expected to work correctly. You must create unique id's for each input. Matt Kruse --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
