zoukankan      html  css  js  c++  java
  • Jquery最实用的实例及源码

    1:窗口拖动
    http://jqueryui.com/resizable/#max-min

    2:导航条前后顺序拖动
    http://jqueryui.com/sortable/

    3:类似百度首页板块顺序拖动
    http://jqueryui.com/sortable/#portlets

    4:选择日期
    http://jqueryui.com/datepicker/#default

    5:不带遮罩的弹出框(官网上第3个例子中有带遮罩)
    http://jqueryui.com/dialog/#default

    6:百分比进度条
    http://jqueryui.com/progressbar/#default

    7:标签切换
    http://jqueryui.com/tabs/#default

    8:tip显示
    http://jqueryui.com/tooltip/#tracking

    9:动态添加css
    http://jqueryui.com/addClass/#default

    10:表单验证(国内高手开发滴)
    http://validform.rjboy.cn/demo/demo_normal_regexp.html

    11:用户名的实时验证(valid.php中验证后,返回“y”或“n”即可)
    http://validform.rjboy.cn/demo/demo_normal_username.html

    12:密码强度实时提示
    http://validform.rjboy.cn/demo/demo_usePlugin_strengthNeeded.html

  • 相关阅读:
    Mybatis插件开发入门,运行原理,例子
    ActiveMQ是什么,为什么使用MQ
    sql优化
    用户注册流程
    JMS入门Demo
    运维自动化之Ansible
    ceph安装部署
    ceph工作原理
    linux进程
    任务计划
  • 原文地址:https://www.cnblogs.com/kingfly/p/2802539.html
Copyright © 2011-2022 走看看