码迷,mamicode.com
首页 > 其他好文 > 详细

vue 判断两个时间插件结束时间必选大于开始时间

时间:2018-05-16 17:24:47      阅读:2031      评论:0      收藏:0      [点我收藏+]

标签:rtt   this   his   time   log   start   color   end   ndt   

 mounted () {
            $(function(){
                $(‘#startTime,#endTime‘).change(function () {
                    console.log(‘xx‘)
                    var _this = $(this);
                    if ($(‘#startTime‘).val() > $(‘#endTime‘).val() && $(‘#endTime‘).val() != ‘‘) {
                        _this.val(‘‘);
                        alert(‘结束时间请大于开始时间‘);
                    }
                })
            })
            this.getAjax()
            // this.pickadayTimeFun(‘startTime‘),
            // this.pickadayTimeFun(‘endTime‘)
        },

 

vue 判断两个时间插件结束时间必选大于开始时间

标签:rtt   this   his   time   log   start   color   end   ndt   

原文地址:https://www.cnblogs.com/SunShineM/p/9046827.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!