asked on August 18, 2015
I create a form with date (id=q1,class name = calendardate) input. before the submit form, I have a javascript need this value. I try to use the code as
var minDate = $('.calendardate input').val();
var minDate = $('#q1 input').val();
to get the value. But I cannot get the value
Any help? Thanks a lot.
0
0