亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

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

<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加一個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