I have a form in a page where I have two inputs that accept dates. How can I automatically fill Input#2 using jQuery with a date based on Input#1 date? Basically, I would like Input#2 to be 1 Year from the date input into Input#1.
Thanks.
|
I have a form in a page where I have two inputs that accept dates. How can I automatically fill Input#2 using jQuery with a date based on Input#1 date? Basically, I would like Input#2 to be 1 Year from the date input into Input#1. Thanks. |
||||
|
Try this:
|
|||
|
|
|||
|
.val()+ using selectors is the most basic things one learn about when opens any jquery 101 article? – zerkms Sep 4 '12 at 0:19