Link to home
Start Free TrialLog in
Avatar of chaitu chaitu
chaitu chaituFlag for India

asked on

why datepicker is not selectable even though input types are having different ids

why datepicker is not selectable even though different ids

 $( "input[id^=effectivedate]" ).datepicker();


<input type="text" id="effectivedate1" name="employeeChange[1].effectiveDate" readonly=""  class="form-control input-md hasDatepicker">

<input type="text" id="effectivedate" name="employeeChange[0].effectiveDate" readonly=""  class="form-control input-md hasDatepicker">

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial