Fork me on GitHub
摘要: 使用这个方法,把身份证号码传进去。就可以判断你的身份证是否合法了。 var c = '130981199312253466';//这个是待验证的身份证号码var res= IdentityCodeValid(c);//这里是调用验证的方法 欢迎关注下面的公众号,进一步技术交流: 阅读全文
posted @ 2017-10-30 17:22 广东靓仔-啊锋 阅读(9330) 评论(1) 推荐(0)
摘要: 不多说,直接上代码 阅读全文
posted @ 2017-10-26 17:34 广东靓仔-啊锋 阅读(4157) 评论(0) 推荐(0)
摘要: CSS代码: HTML代码: JS代码: 阅读全文
posted @ 2017-10-25 15:57 广东靓仔-啊锋 阅读(5273) 评论(0) 推荐(1)
摘要: 前言: 此样板面向大型,严肃的项目,并假定您对Webpack和vue-loader有些熟悉。 请务必阅读vue-loader的常见工作流配方的文档。 如果您只想尝试vue-loader或者鞭打一个快速原型,请改用webpack-simple模板。 快速开始: 要使用这个模板,可以用vue-cli来支 阅读全文
posted @ 2017-10-19 11:59 广东靓仔-啊锋 阅读(76743) 评论(4) 推荐(14)
摘要: 首先我们需要引入4个js包(这4个包总共106.6KB) html: css: 阅读全文
posted @ 2017-09-27 17:13 广东靓仔-啊锋 阅读(732) 评论(0) 推荐(0)
摘要: 要解决这个问题,我们可以伪造一个placehoder,通过css跟js来解决这个问题。 为什么要用js的原因是因为当你选择了时间之后,placehoder的文字没有清除掉,所以我们就需要把这个伪造的placehoder清除掉。 html: CSS js: 阅读全文
posted @ 2017-09-27 17:07 广东靓仔-啊锋 阅读(357) 评论(0) 推荐(0)
摘要: // 上传目标触发点 <input type="file" class="upvideo" name="upvideo" id="fileupload1" /> // 引入插件 <script type="text/javascript" src="{$IMG}/bstage/js/jquery.f 阅读全文
posted @ 2017-09-21 14:32 广东靓仔-啊锋 阅读(7581) 评论(0) 推荐(0)
摘要: Environment Variables Sometimes it is practical to have different config values according to the environment that the application is running in. As an 阅读全文
posted @ 2017-09-19 14:44 广东靓仔-啊锋 阅读(382) 评论(0) 推荐(0)
摘要: Linter Configuration This boilerplate uses ESLint as the linter, and uses the Standard preset with some small customizations. If you are not happy wit 阅读全文
posted @ 2017-09-19 14:42 广东靓仔-啊锋 阅读(244) 评论(0) 推荐(0)
摘要: Introduction This boilerplate is targeted towards large, serious projects and assumes you are somewhat familiar with Webpack and vue-loader. Make sure 阅读全文
posted @ 2017-09-19 14:39 广东靓仔-啊锋 阅读(484) 评论(0) 推荐(0)