Here is a link to the site: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerClickInput.html
I'm looking at the text box called date 1.
There is a little calendar icon next to the text box. When it's clicked, the datepicker opens. What makes this work? I can't seem to figure it out.
I understand how the text box works because it has a class called .date-pick which gets the datepicker function with the jquery.
But the calendar is applied with a class called dp-choose-date. No where in the source can I find this class.
I think I'm confused a little here.