当前路径: 星河码客 » 插件特效 » ClockPicker—时钟样式时间选择

ClockPicker—时钟样式时间选择

调用示例$('.clockpicker').clockpicker() .find('input').change(function(){ console.log(this.value); });var input = $('#single-input').clockpicker({ placement: 'bottom', align: 'left', autoclose: true, 'default': '20:48'});// Manually toggle to the minutes view$('#check-minutes').click(function(e){ // Have to stop propagation here e.stopPropagation(); input.clockpicker('show') .clockpicker('toggleView', 'minutes');});if (/mobile/i.test(navigator.userAgent)) { $('input').prop('readOnly', true);}

ClockPicker—时钟样式时间选择

在线演示        积分下载        6毛下载        砍两刀下载       

文件目录······
暂无数据
 猜你喜欢 更多»
 工具推荐 更多»