html5 - jquery 如何获取h5 date 选择后的时间
ringa_lee
ringa_lee 2017-04-17 13:29:48
0
1
380

jquery 如何获取原生h5 date 选择后的时间

<input type="date" id="start" />

选择日期如何console.log()输出,不需要再点其它按钮,
原生的h5 date有这个方法不

ringa_lee
ringa_lee

ringa_lee

모든 응답(1)
伊谢尔伦

$('input').on('input propertychange',function(){

console.log($(this).val());

})

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿