jquery移动端日期插件

不说多的,直接看代码<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="gbk">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
    <title>Mobiscroll</title>
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css" />
    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script src="http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>
    <!--Includes-->
    <link href="css/mobiscroll.custom-2.5.0.min.css" rel="stylesheet" type="text/css" />
    <script src="js/mobiscroll.custom-2.5.0.min.js" type="text/javascript"></script>
    <script type="text/javascript">
  $(function(){
    var opt = {
        preset: ‘date‘, //日期
        theme: ‘sense-ui‘, //皮肤样式
        display: ‘modal‘, //显示方式
        mode: ‘scroller‘, //日期选择模式
        dateFormat: ‘yy-mm-dd‘, // 日期格式
        setText: ‘确定‘, //确认按钮名称
        cancelText: ‘取消‘,//取消按钮名籍我
        dateOrder: ‘yymmdd‘, //面板中日期排列格式
        dayText: ‘日‘, monthText: ‘月‘, yearText: ‘年‘, //面板中年月日文字
        endYear:2020 //结束年份
    };
    $("#scroller").mobiscroll(opt).date(opt);
    //之前给群里共享发错了。记得之前写过一个,估计丢了。现在重写一个。并完善一下,下面注释部分是上面的参数可以替换改变它的样式
    //希望一起研究插件的朋友加我个人QQ也可以,本人也建个群 291464597 欢迎进群交流。哈哈。这个不能算广告。
    // 直接写参数方法
    //$("#scroller").mobiscroll(opt).date();
    // Shorthand for: $("#scroller").mobiscroll({ preset: ‘date‘ });
    //具体参数定义如下
    //{
    //preset: ‘date‘, //日期类型--datatime,
    //theme: ‘ios‘, //皮肤其他参数【android-ics light】【android-ics】【ios】【jqm】【sense-ui】【sense-ui】【sense-ui】
                                //【wp light】【wp】
    //mode: "scroller",//操作方式【scroller】【clickpick】【mixed】
    //display: ‘bubble‘, //显示方【modal】【inline】【bubble】【top】【bottom】
    //dateFormat: ‘yyyy-mm-dd‘, // 日期格式
    //setText: ‘确定‘, //确认按钮名称
    //cancelText: ‘清空‘,//取消按钮名籍我
    //dateOrder: ‘yymmdd‘, //面板中日期排列格
    //dayText: ‘日‘,
    //monthText: ‘月‘,
    //yearText: ‘年‘, //面板中年月日文字
    //startYear: (new Date()).getFullYear(), //开始年份
    //endYear: (new Date()).getFullYear() + 9, //结束年份
    //showNow: true,
    //nowText: "明天",  //
    //showOnFocus: false,
    //height: 45,
    //width: 90,
    //rows: 3}
});
    </script>
</head>

<body>
<input id="scroller" name="scroller" />   

亲们,觉得日期界面不漂亮,看代码。我都写上每个参数的具体注释了。再看不懂,我也没办法了。
</body>
</html>

插件文档参考地址:https://docs.mobiscroll.com/2-5-2/calendar#opt-marked

附上代码:mobiscroll-2.5.2-IncreasedChineseSupport.zipPluginDatetime.zip
时间: 2024-09-29 03:01:31

jquery移动端日期插件的相关文章

jquery ui bootstrap日期插件

http://blog.csdn.net/php_897721669/article/details/7404527 搜索“jquery ui日期插件怎么显示年份”? $("#datepicker").datepicker({ dateFormat:'yy-mm-dd', //更改时间显示模式 showAnim:"slide", //显示日历的效果slide.fadeIn.show等 changeMonth:true, //是否显示月份的下拉菜单,默认为false

jquery mobile mobiscroll 日期插件使 用mobiscroll

官网网站: http://www.mobiscroll.com/ http://code.google.com/p/mobiscroll/ 1.精简版Demo: 查看Demo » 下载Demo » 2.年月日时分整合版Demo: 预览图: 查看Demo » 下载Demo » 以及的Demo: 1.精简出一个中文版本的Demo: 包括日期和时间共同选择等效果. 查看Demo » 2.修改官方Demo,并加入中文版本的可选项 此demo暂无在线预览,请下载完整包: 下载Demo » 昨天碰到使用日期

解决关于jquery mobile databox日期插件手机上失效的问题

不废话,直接上代码,修改前的代码: <span style="font-size: small;"><span style="font-size: small;"><span style="font-size: small;"><html> <head> <title>密码修改</title> <meta http-equiv="Content-T

jquery——移动端滚动条插件iScroll.js

官网:http://cubiq.org/iscroll-5 demo: 滚动刷新:http://cubiq.org/dropbox/iscroll4/examples/pull-to-refresh/ 'Carousel' demo iScroll功能很强大,目前我只用来 自定义滚动条 以下简单介绍一下iscrol在移动端自定义滚动条时的使用和注意事项. 一.用法 iScroll对要滚动的元素进行初始化,且不限制一个页面中使用iScroll的元素个数. 使用iScroll时,DOM树的结构要足够

Bootstrap日期插件中文实现

Bootstrap的相关JS和CSS直接跳过. <script type="text/javascript" src="static/js/jquery-1.9.1.min.js"></script> <script type="text/javascript" src="static/js/bootstrap.min.js"></script> <script type=

(转)jQuery Mobile 移动开发中的日期插件Mobiscroll 2.3 使用说明

(原)http://www.cnblogs.com/hxling/archive/2012/12/12/2814207.html jQuery Mobile 移动开发中的日期插件Mobiscroll 2.3 使用说明 近期在移动方面的开发,使用jQuery Mobile ,移动方面的插件不如Web 方面的插件多,选择的更少,有一些需要自己去封装,但功力尚不足啊. 日期插件JQM也提供了内置的,但样式方面不好看,只好百度.Google啦,找到了两款 jquery-mobile-datebox 和 

jQuery ui 利用 datepicker插件实现开始日期(minDate)和结束日期(maxDate)

使用jQuery ui首先需要引入jQuery类库,jQuery ui js脚本和jQuery ui css样式表.代码示例如下: <script src="js/jquery-1.7.1.js"></script> <script src="js/jquery-ui-1.8.18.custom.min.js"></script> <link rel="stylesheet" type=&qu

jQuery Mobile 移动开发中的日期插件Mobiscroll使用说明

近期在移动方面的开发,使用jQuery Mobile ,移动方面的插件不如Web 方面的插件多,选择的更少,有一些需要自己去封装,但功力尚不足啊. 日期插件JQM也提供了内置的,但样式方面不好看,只好百度.Google啦,找到了两款 jquery-mobile-datebox 和 mobiscroll-2.3 jqueryMobileDatebox 这个在板上的表现不好,性能方面有点卡 mobiscroll 性能方面比前者要好一些,效果更简洁 ,划动更流畅 放在一起对比下 各位看官,你们觉得哪个

基于zepto的移动端日期+时间选择插件

前段时间写了两个移动端的日期选择插件:轻量级移动端日期选择器,本来是为特定的场景中使用的,结果有同学反应不够灵活和强大.虽然我的看法是移动端的界面要尽可能简洁,功能要尽可能简单,但是难免还是会有各种各样的场景,有时候确实需要同时选择年.月.日.时.分.秒,日期的格式要能配置,要能显示“上午 下午”......诸如此类. 所以,一下狠心,索性写个全的吧,之前写的是mdater和mtimer俩兄弟,再来个合体的mdatetimer,意为可以同时选择日期和时间,当然你要只选择日期也是可以配置的.操作方