For more details, please refer to the original: http://www.gbtags.com/gb/share/5823.htm
the challenge for this issue:
The initial HTML code is as follows:
- <select Name=' year ' id=' year '>
- <option value="0">--</option>
- <option value="1999">1999</option>
- <option value=">"</option>
- <option value="2001">2001</option>
- </select> Year
- <select name="month" id="month">
- <option value="0">--</option>
- <option value="1">1</option>
- <option value="2">2</option>
- <option value="3">3</option>
- <option value="4">4</option>
- <option value="5">5</option>
- <option value="6">6</option>
- <option value="7">7</option>
- <option value="8">8</option>
- <option value="9">9</option>
- <option value="Ten"></option>
- <option value="One"></option>
- <option value=">"</option>
- </select> Month
- <select name="Date" id="Date">
- <option value="0">--</option>
- </select> Day
as follows:
The requirements are as follows:
When the year or month changes and is a valid value, the day drop-down selection box displays the number of days in the corresponding month.
When the year drop-down selection box is the initial state (that is, the value is 0), the month, day drop-down selection box must be the initial state (that is, the value is 0).
When the month drop-down selection box is the initial state (that is, the value is 0), the day drop-down selection box must be the initial state (that is, the value is 0).
Please write the implementation code for the above requirements
How to submit:
- Recording code writing process or final code: Click to start
- Post Code preview address (use GB button to embed post reply directly): Presentation address
- "strongly remind" join QQ Group: 157757552, award-winning users and express contact information
- "strongly remind" please add QQ number in personal information, convenient for us to contact people to get the courier address
Sponsors [Graphite] Introduction:
The
graphite document is a simple, lightweight document collaboration tool that gives you a new experience with online documentation. It is like an infinite stretch of paper, paper on the movement of ink, from the mountains, from the field, like water like smoke, heart without distractions. It to the simple, refined the past user the highest use rate of the function, through the pleasing interface, smooth flow of the operation, one go writing, smoother and smooth interaction, so that people unknowingly return to the most pristine state of mind. This is the graphite document, your quietest text companion.
official website : https://shimo.im | Service number: graphite documentation
Gift Sponsorship:
Gift 5 Set (Lamy Pen + ink)
We will draw five people most agree with the answer to the award, Welcome to participate!
Bask in the award-winning gift of the past period
Click here to bask in the present
For more details, please refer to the original: http://www.gbtags.com/gb/share/5823.htm
"Graphite" geek programming Small Challenge #26: Implementing a Date Cascade dropdown selection Box