您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 超强JS表单验证1.0

  2. FormValid 1.0 加强功能版 简介:完全通过html不需要写JS验证程序就可以实现表单验证功能,可支持一个表单元件多条件验证, 同一页面多表单可同时使用,和服务端程序无关系,完全客户端方式。 Demo1 基本使用方法 Demo2 自定义错误信息显示方式1 Demo3 自定义错误信息显示方式2/FV_onBlur.js插件演示 Demo4 所有判断规则 Demo5 自定义正则规则 Demo6 自定义函数规则 Demo7 自定义验证成功后处理方式 Demo8 结合jquery实现AJAX
  3. 所属分类:Javascript

    • 发布日期:2009-08-26
    • 文件大小:31744
    • 提供者:zeusmc
  1. 省市区 js联动

  2. 数据从国家统计局爬的 调用: 福建
  3. 所属分类:Javascript

    • 发布日期:2013-01-03
    • 文件大小:105472
    • 提供者:xcs19405
  1. js form 验证通用函数

  2. js form 验证通用函数 例子 onsubmit="checkField(this)"
  3. 所属分类:Javascript

    • 发布日期:2013-05-18
    • 文件大小:4096
    • 提供者:herozhang2003
  1. 一个动态生成树形菜单的js框架

  2. Functions add() Adds a node to the tree. Can only be called before the tree is drawn. id, pid and name are required. Parameters Name Type Descr iption id Number Unique identity number. pid Number Number refering to the parent node. The value for the
  3. 所属分类:Javascript

    • 发布日期:2013-12-18
    • 文件大小:15360
    • 提供者:leilugang
  1. jquery.min.js

  2. /*! jQuery v1.7.2 jquery.com | jquery.org/license */ (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("").appendTo(b),e=d.css("display");d.remove();if(e==
  3. 所属分类:Javascript

    • 发布日期:2014-12-23
    • 文件大小:54272
    • 提供者:sinat_24735507
  1. JS前台框架.rar

  2. 01 bootstrap The most popular front-end framework for developing responsive, mobile first projects on the web. 02 angular.js AngularJS is an MVC framework for building web applications. The core features include HTML enhanced with custom component a
  3. 所属分类:Javascript

    • 发布日期:2015-05-07
    • 文件大小:2097152
    • 提供者:zhemeluana
  1. Grunt.js Cookbook(PACKT,2015)

  2. A web application can quickly turn into a complex orchestration of many smaller components, each one requiring its own bit of maintenance. Grunt allows you to automate all the repetitive tasks required to get everything working together by using Jav
  3. 所属分类:Javascript

    • 发布日期:2015-08-19
    • 文件大小:15728640
    • 提供者:vanridin
  1. Learning Less.js(PACKT,2015)

  2. Writing CSS styles can be very tedious–how many times have you written CSS styles that become difficult to read and manage, and frequently have to be duplicated? Less gives you a solid toolkit that can help streamline your code when developing style
  3. 所属分类:Javascript

    • 发布日期:2015-09-09
    • 文件大小:5242880
    • 提供者:vanridin
  1. Ember.js in Action(Manning,2014)

  2. Ember.js in Action is a crisp tutorial that introduces the Ember.js framework and shows you how to build production-quality web applications. You’ll begin with the basic architecture: client- and server-side MVC, integrating Ember.js with your favor
  3. 所属分类:Javascript

    • 发布日期:2016-03-20
    • 文件大小:10485760
    • 提供者:vanridin
  1. required.js使用文档(很全)

  2. required.js required.js required.js required.js required.js required.js
  3. 所属分类:Javascript

    • 发布日期:2017-11-27
    • 文件大小:61440
    • 提供者:sinat_27685281
  1. xtree 一个js树

  2. xtree 一个js树 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specif
  3. 所属分类:Javascript

  1. 通用FormValid1.0-js验证框架

  2. 简介:完全通过html不需要写JS验证程序就可以实现表单验证功能,可支持一个表单元件多条件验证, 同一页面多表单可同时使用,和服务端程序无关系,完全客户端方式。 Demo1 基本使用方法 Demo2 自定义错误信息显示方式1 Demo3 自定义错误信息显示方式2/FV_onBlur.js插件演示 Demo4 所有判断规则 Demo5 自定义正则规则 Demo6 自定义函数规则 Demo7 自定义验证成功后处理方式 Demo8 结合jquery实现AJAX自定义验证 特性: 使用方法:在要验证的
  3. 所属分类:Javascript

    • 发布日期:2009-04-17
    • 文件大小:31744
    • 提供者:zhrubin
  1. Vue.js 2.x by Example

  2. This book will cover the use of Vue.js 2. Vue can be used as both a frontend framework by including a JS file and also a backend framework with Node.js. The book was written using the frontend version of the framework—although it will be pointed out
  3. 所属分类:HTML5

    • 发布日期:2018-01-25
    • 文件大小:15728640
    • 提供者:seo2002
  1. Getting to Know Vue.js

  2. Learn how to render lists of items without repeating your code structure and how to work with conditional rendering items and event handling. Containing all you need to know to get started with Vue.js, this book will take you through using build too
  3. 所属分类:Javascript

    • 发布日期:2018-09-01
    • 文件大小:8388608
    • 提供者:demorngel
  1. Args.js.zip

  2. Args.js 可以让你轻松创建支持可选参数、带默认参数、参数分组和命名参数的函数。 示例代码: function addBook() {     var args = Args([         {title:       Args.STRING | Args.Required},         {descr iption: Args.STRING | Args.Optional},         {rating:      Args.INT    | Args.Optional}   
  3. 所属分类:其它

    • 发布日期:2019-07-19
    • 文件大小:236544
    • 提供者:weixin_39841856
  1. math.min.js

  2. /** * math.js * https://github.com/josdejong/mathjs * * Math.js is an extensive math library for Javascr ipt and Node.js, * It features real and complex numbers, units, matrices, a large set of * mathematical functions, and a flexible expressio
  3. 所属分类:Javascript

    • 发布日期:2020-06-29
    • 文件大小:559104
    • 提供者:ljs70924
  1. required Js Demo

  2. required Js Demo
  3. 所属分类:Web开发

    • 发布日期:2016-09-07
    • 文件大小:112640
    • 提供者:jianyueyouzhen
  1. treegrid+required.js

  2. treegrid+required.js
  3. 所属分类:Java

    • 发布日期:2016-09-04
    • 文件大小:114688
    • 提供者:jianyueyouzhen
  1. css3中检验表单的required,focus,valid和invalid样式

  2. HTML5的出现为我们提供一些属性,不用编写js和正则即可解决这个检验表单内容required,focus,valid和invalid样式,感兴趣的朋友可以了解下本
  3. 所属分类:其它

    • 发布日期:2020-09-25
    • 文件大小:29696
    • 提供者:weixin_38723192
  1. html5中valid、invalid、required的定义

  2. HTML5的出现为我们提供一些属性,不用编写js和正则即可解决这个检验表单内容,下面为大家介绍下valid、invalid、required的定义
  3. 所属分类:其它

    • 发布日期:2020-09-28
    • 文件大小:28672
    • 提供者:weixin_38747025
« 12 3 4 5 6 7 8 9 10 »