国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

php+jquery problem
PHP中文網(wǎng)
PHP中文網(wǎng) 2017-05-17 09:55:28
0
3
655

<input type="date">
How to get this value using jquery?

PHP中文網(wǎng)
PHP中文網(wǎng)

認(rèn)證高級PHP講師

reply all(3)
PHPzhong

$('input[type=date]').val()

某草草

For thisinput加一個(gè)id,比如<input type="date" id="id_date">,獲取值就直接這樣獲取$('#id_date').val();

淡淡煙草味

If you use the above type to get it, if there are multiple ones, you will get multiple ones at the same time. If you want to specify a certain one, use id

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template