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

搜索资源列表

  1. jquery study hard

  2. 这个是不错的 web 框架技术jQuery技巧大放送 1、关于页面元素的引用 通过jquery的$()引用元素包括通过id、class、元素名以及元素的层级关系及dom或者xpath条件等方法,且返回的对象为jquery对象(集合对象),不能直接调用dom定义的方法。 2、jQuery对象与dom对象的转换 只有jquery对象才能使用jquery定义的方法。注意dom对象和jquery对象是有区别的,调用方法时要注意操作的是dom对象还是jquery对象。 普通的dom对象一般可以通过$()
  3. 所属分类:Javascript

    • 发布日期:2009-05-06
    • 文件大小:264192
    • 提供者:yuyaobing
  1. jquery+jstree

  2. 1.4 --- * Added changelog (this file) * Fixed tree control to search only for anchors, allowing images or other elements inside the controls, while keeping the control usable with the keyboard * Restructured folder layout: root contains plugin resou
  3. 所属分类:Javascript

  1. jQuery 1.3 API 参考文档中文版 html

  2. 2009-01-29 15:06:40 +0800 + 工具里新增merge和param两个函数 * unique和trim的返回值有误 2009-01-28 16:46:25 +0800 * bind的说明里多了个I * hide,toggle的callback参数类型为FunctionFunction * show,hide,toggle的callback参数为(Optional)改为(可选) 2009-01-24 00:55:18 +0800 * [attribute!=value] j
  3. 所属分类:Javascript

    • 发布日期:2009-07-16
    • 文件大小:119808
    • 提供者:ncwsky
  1. Jquery 手风琴式菜单效果

  2. jQuery简单易用,真的是越来越爱了,简单的hide和show函数,只要发挥创意,就可以实现很多的效果。
  3. 所属分类:Javascript

    • 发布日期:2009-11-06
    • 文件大小:5120
    • 提供者:wanglf_uit
  1. jQuery手册中文文档

  2. jQuery 1.3 速查表 -- Shawphy, 原作:G. Scott Olson 核心 jQuery 核心函数 jQuery(expr, [context]) jQuery(html, [ownerDoc]) jQuery(elements) jQuery(callback) jQuery 对象访问 each(callback) size() length selector context get() get(index) index(subject) 数据缓存 data(name ,
  3. 所属分类:Web开发

    • 发布日期:2009-11-30
    • 文件大小:109568
    • 提供者:yzqlee
  1. jquery-1.3.2

  2. jquery-1.3.2.js 框架 下面简单介绍一下jQuery的一些特性和用法: 1、精准简单的选择对象(dom): 以下为引用的内容: $('#element');// 相当于document.getElementById("element") $('.element');//Class $('p');//html标签 $("form > input");//子对象 $("div,span,p.myClass");//同时选择多种对象 $("tr:odd").css("backgr
  3. 所属分类:Javascript

    • 发布日期:2010-01-03
    • 文件大小:120832
    • 提供者:purists
  1. jQuery.Novice.to.Ninja.pdf

  2. If you’re a front-end web designer looking to add a dash of cool interactivity to your sites, and you’ve heard all the buzz about jQuery and want to find out what the fuss is about, this book will put you on the right track. If you’ve dabbled with J
  3. 所属分类:Javascript

    • 发布日期:2010-03-13
    • 文件大小:4194304
    • 提供者:bestchoice
  1. jQuery实现的Dialog(支持模态和拖动)

  2. /** * @author: selfimpr * @blog: http://blog.csdn.net/lgg201 * @email: lgg860911@yahoo.com.cn * 使用方法: * var dialog = new Dialog({ * target: '#dialog', * width: 800, * height: 600, * modal: false, * title: '标题', * draggabled: false * }); * 参数含义 * tar
  3. 所属分类:Javascript

    • 发布日期:2010-03-18
    • 文件大小:116736
    • 提供者:lgg201
  1. Jquery Novice to ninja

  2. If you’re a front-end web designer looking to add a dash of cool interactivity to your sites, and you’ve heard all the buzz about jQuery and want to find out what the fuss is about, this book will put you on the right track. If you’ve dabbled with J
  3. 所属分类:Javascript

    • 发布日期:2010-04-09
    • 文件大小:5242880
    • 提供者:xinying110
  1. Jquery 中文API

  2. Jquery 中文API核心 jQuery 核心函数 jQuery(expr, [context]) jQuery(html, [ownerDoc]) jQuery(html, props) jQuery(elements) jQuery() jQuery(callback) jQuery 对象访问 each(callback) size() length selector context get() get(index) index(subject) 数据缓存 data([name] , [
  3. 所属分类:Web开发

    • 发布日期:2010-04-15
    • 文件大小:239616
    • 提供者:chenyugang1988
  1. JQUERY 中文API

  2. jQuery 核心函数 jQuery(expr, [context]) jQuery(html, [ownerDoc]) jQuery(html, props) jQuery(elements) jQuery() jQuery(callback) jQuery 对象访问 each(callback) size() length selector context get() get(index) index(subject) 数据缓存 data([name] , [value]) data(ob
  3. 所属分类:Web开发

    • 发布日期:2010-04-19
    • 文件大小:239616
    • 提供者:AJ_2008
  1. Jquery 1.3 简体中文手册

  2. 核心 jQuery 核心函数 jQuery(expr, [context]) jQuery(html, [ownerDoc]) jQuery(elements) jQuery(callback) jQuery 对象访问 each(callback) size() length selector context get() get(index) index(subject) 数据缓存 data(name , [value]) removeData(name) queue(name ,[cb|qu
  3. 所属分类:Web开发

    • 发布日期:2010-04-22
    • 文件大小:109568
    • 提供者:henrylin8
  1. jQuery 1.4.1中文手册

  2. 2010-02-10 18:26:28 +0800 * 修复 chm 版中丢失的 focusin() 和 focusout() 2010-02-9 00:04:00 +0800 * 修改 add() 和 contents() 所在的分类。 2010-02-04 17:26:46 +0800 * 修复 issue 34 issue 37 提到的 toggleClass 问题 + CHM版中加入原先没有写入目录的 delay 函数 2010-02-02 13:12:43 +0800 * 修复原先
  3. 所属分类:Javascript

    • 发布日期:2010-05-14
    • 文件大小:239616
    • 提供者:vteipdx
  1. jquery (show,fadeOut,Animate)简单效果

  2. jquery (show,fadeOut,Animate)简单效果,需要的朋友可以参考下。
  3. 所属分类:其它

    • 发布日期:2020-10-29
    • 文件大小:27648
    • 提供者:weixin_38588592
  1. jquery实现的V字形显示效果代码

  2. 本文实例讲述了jquery实现的V字形显示效果代码。分享给大家供大家参考,具体如下: 这里介绍jquery实现的V字形小效果,希望大家喜欢。 运行效果截图如下: 在线演示地址如下: http://demo.jb51.net/js/2015/jquery-show-v-txt-style-codes/ 具体代码如下: <meta http-equiv="Content-Type" content="text/html; ch
  3. 所属分类:其它

    • 发布日期:2020-11-23
    • 文件大小:45056
    • 提供者:weixin_38518638
  1. jquery实现通用的内容渐显Tab选项卡效果

  2. 本文实例讲述了jquery实现通用的内容渐显Tab选项卡效果。分享给大家供大家参考。具体如下: 这是一款网页常用的TAB选项卡功能,无鼠标操作的时候它可以自动轮换,美化一般,看上去有些粗糙,有兴趣使用的朋友可以进行细致修饰,相信会更漂亮的。 运行效果如下图所示: 在线演示地址如下: http://demo.jb51.net/js/2015/jquery-show-info-tab-nav-codes/ 具体代码如下: <!DOCTYPE html PUBLIC "-//W3C//DTD
  3. 所属分类:其它

    • 发布日期:2020-11-22
    • 文件大小:60416
    • 提供者:weixin_38625442
  1. jQuery实现带渐显效果的人物多级关系图代码

  2. 本文实例讲述了jQuery实现带渐显效果的人物多级关系图。分享给大家供大家参考。具体如下: 这里演示jQuery实现带渐显效果的人物多级关系图,setQuestPose:function中的n代表共几个对象 r代表周长 i代表第几个对象 w代表外面对象的宽带 h代表外面对象的高度 d代表其实角度,测试时请注意,如果右下角提示有错误,请重新刷新页面即可。 运行效果截图如下: 在线演示地址如下: http://demo.jb51.net/js/2015/jquery-show-gxt-style-
  3. 所属分类:其它

    • 发布日期:2020-11-22
    • 文件大小:56320
    • 提供者:weixin_38514732
  1. 基于jQuery实现的向下滑动二级菜单效果代码

  2. 本文实例讲述了基于jQuery实现的向下滑动二级菜单效果代码。分享给大家供大家参考。具体如下: 这是一款使用jQuery制作向下滑动的二级菜单,本二级菜单带有动画效果,而且比较流畅,鼠标放在一级菜单上,就可以向下滑出二级子菜单,相对实用。 运行效果截图如下: 在线演示地址如下: http://demo.jb51.net/js/2015/jquery-show-down-style-menu-codes/ 具体代码如下: <!DOCTYPE html PUBLIC "-//W3C//DT
  3. 所属分类:其它

    • 发布日期:2020-11-22
    • 文件大小:95232
    • 提供者:weixin_38502915
  1. jquery实现点击向下展开菜单项(伸缩导航)效果

  2. 本文实例讲述了jquery实现点击向下展开菜单项(伸缩导航)效果。分享给大家供大家参考。具体如下: 这里演示基于jquery打造的向下展开的多级导航条效果,纵向垂直排列,风格非常的简洁,鼠标点击时候展开菜单的二级项,再次点击的时候又向上合拢,平时只显示一级菜单,二级菜单是隐藏不显示的,代码简洁,包括了完整的JS、css和jquery部分。 运行效果如下图所示: 在线演示地址如下: http://demo.jb51.net/js/2015/jquery-show-hidden-style-men
  3. 所属分类:其它

    • 发布日期:2020-12-07
    • 文件大小:66560
    • 提供者:weixin_38532629
  1. jquery (show,fadeOut,Animate)简单效果

  2. jquery show移上去看看 hello fadeout淡出效果 淡出效果淡出效果淡出效果淡出效果淡出效果 淡出效果淡出效果淡出效果淡出效果 [Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:16384
    • 提供者:weixin_38640794
« 12 3 4 5 6 7 8 9 10 ... 24 »