首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

jQuery API 1.4.4 参考文档中文版 / jQuery API 手册 上载

2012-10-25 
jQueryAPI 1.4.4 参考文档中文版 / jQueryAPI 手册 下载jQuery? API?1.4.4 参考文档中文版/离线手册/CHM下

jQuery API 1.4.4 参考文档中文版 / jQuery API 手册 下载

jQuery? API?1.4.4 参考文档中文版/离线手册/CHM下载|在线浏览

?

?

jQuery1.4.4 最新中文参考手册在线浏览

http://docs.jayzou.com/docs/jquery/144/cheatsheet.html

?

jQuery1.4.4 最新中文参考手册电子书/CHM/离线版电子书/下载?

下载地址:http://docs.jayzou.com/docs/jquery/144/aboutXMLDoc.html

?

The Write Less, Do More?;?很好JS框架~?

?

前端开发之兼容问题解决必备良药~

?

jquery api 下载/jquery chm 中文API参考文档CHM下载/在线浏览?

?

jQuery api 1.4.4 中文速查手册!核心jQuery 核心函数/jQuery 函数使用jQuery(expr, [context]) jQuery(html, [ownerDoc]) jQuery(html, props) jQuery(elements) jQuery() jQuery(callback) jQuery 对象访问/jQuery 函数使用each(callback) size() length selector context get() get(index) index(subject) 数据缓存/jQuery 函数使用data([name] , [value]) data(obj) removeData(name) $.data([el], [key], [val]) 队列控制/jQuery 函数使用queue(name ,[cb|queue]) dequeue(name) clearQueue([queueName]) 插件机制/jQuery 函数使用jQuery.fn.extend(object) jQuery.extend(object) 多库共存/jQuery 函数使用jQuery.noConflict([ex]) 属性属性/jQuery 函数使用attr(name) attr(properties) attr(key, value) attr(key, fn) removeAttr(name) CSS 类/jQuery 函数使用addClass(class | fn) removeClass([class | fn]) toggleClass(class|fn [, sw]) HTML代码/文本/值/jQuery 函数使用html( [val | fn] ) text( [val | fn] ) val( [val | fn | arr] ) CSSCSS/jQuery 函数使用css(name) css(properties) css(name, value | fn) 位置/jQuery 函数使用offset([coordinates]) position() scrollTop( [val] ) scrollLeft( [val] ) 尺寸/jQuery 函数使用height( [val] ) width( [val] ) innerHeight() innerWidth() outerHeight(options) outerWidth(options) 选择器基本/jQuery 函数使用#id element .class * selector1,selector2,selectorN 层级/jQuery 函数使用ancestor descendant parent > child prev + next prev ~ siblings 基本/jQuery 函数使用:first :last :not :even :odd :eq :gt :lt :header :animated 内容/jQuery 函数使用:contains :empty :has :parent 可见性/jQuery 函数使用:hidden :visible 属性/jQuery 函数使用[attribute] [attribute=value] [attribute!=value] [attribute^=value] [attribute$=value] [attribute*=value] [attrSel1][attrSel2][attrSelN] 子元素/jQuery 函数使用:nth-child :first-child :last-child :only-child 表单/jQuery 函数使用:input :text :password :radio :checkbox :submit :image :reset :button :file :hidden 表单对象属性/jQuery 函数使用:enabled :disabled :checked :selected 文档处理内部插入/jQuery 函数使用append(content | fn) appendTo(content) prepend(content | fn) prependTo(content) 外部插入/jQuery 函数使用after(content | fn) before(content | fn) insertAfter(content) insertBefore(content) 包裹/jQuery 函数使用wrap(html) wrap(elem) wrap(fn) unwrap() wrapAll(html) wrapAll(elem) wrapInner(html) wrapInner(elem) wrapInner(fn) 替换/jQuery 函数使用replaceWith(content) replaceAll(selector) 删除/jQuery 函数使用empty() remove([expr]) detach([expr]) 复制/jQuery 函数使用clone() clone(true) 筛选过滤/jQuery 函数使用eq(index) first() last() hasClass(class) filter(expr | fn) is(expr) map(callback) has(expr) not(expr) slice(start, [end]) 查找/jQuery 函数使用children([expr]) closest([expr]) find(expr) next([expr]) nextAll([expr]) nextUntil([expr]) offsetParent() parent([expr]) parents([expr]) parentsUntil([expr]) prev([expr]) prevAll([expr]) prevUntil([expr]) siblings([expr]) 串联/jQuery 函数使用add(expr, [context]) andSelf() contents() end() 事件页面载入/jQuery 函数使用ready(fn) 事件处理/jQuery 函数使用bind(type, [data], fn) one(type, [data], fn) trigger(type, [data]) triggerHandler(type, [data]) unbind([type], [data]) 事件委派/jQuery 函数使用live(type, [data], fn) die([type], [fn]) delegate(selector, [type], [fn]) undelegate() 事件切换/jQuery 函数使用hover(over, out) toggle(fn, fn2, [fn3, fn4, ...]) 事件/jQuery 函数使用blur( [fn] ) change( [fn] ) click( [fn] ) dblclick( [fn] ) error( [fn] ) focus( [fn] ) focusin( [fn] ) focusout( [fn] ) keydown( [fn] ) keypress( [fn] ) keyup( [fn] ) mousedown(fn) mousemove(fn) mouseout(fn) mouseover(fn) mouseup(fn) resize(fn) scroll(fn) select( [fn] ) submit( [fn] ) unload(fn) 效果基本/jQuery 函数使用show() show(speed, [callback]) hide() hide(speed, [callback]) toggle() toggle(switch) toggle(speed, [callback]) 滑动/jQuery 函数使用slideDown(speed, [callback]) slideUp(speed, [callback]) slideToggle(speed, [callback]) 淡入淡出/jQuery 函数使用fadeIn(speed, [callback]) fadeOut(speed, [callback]) fadeTo(speed, opacity, [fn]) fadeToggle(speed, [easing), [callback] 自定义/jQuery 函数使用animate(param,[dur],[e],[fn]) animate(params, options) stop([clearQueue], [gotoEnd]) delay(duration, [queueName]) 设置/jQuery 函数使用jQuery.fx.off jQuery.fx.interval AjaxAjax 请求/jQuery 函数使用$.ajax([options]) load(url, [data], [callback]) $.get(url, [data], [fn], [type]) $.getJSON(url, [data], [fn]) $.getScript(url, [callback]) $.post(url, [data], [fn], [type]) Ajax 事件/jQuery 函数使用ajaxComplete(callback) ajaxError(callback) ajaxSend(callback) ajaxStart(callback) ajaxStop(callback) ajaxSuccess(callback) 其它/jQuery 函数使用$.ajaxSetup([options]) serialize() serializeArray() 工具浏览器及特性检测/jQuery 函数使用$.support $.browser $.browser.version $.boxModel 数组和对象操作/jQuery 函数使用$.each(object, [callback]) $.extend([d],tgt,obj1,[objN]) $.grep(array, fn, [invert]) $.makeArray(obj) $.map(array, callback) $.inArray(value, array) $.toArray() $.merge(first, second) $.unique(array) $.parseJSON(json) 函数操作/jQuery 函数使用$.noop $.proxy(function, scope) 测试操作/jQuery 函数使用$.contains(container, contained) $.isArray(obj) $.isFunction(obj) $.isEmptyObject(obj) $.isPlainObject(obj) $.isWindow(obj) $.type(obj) 字符串操作/jQuery 函数使用$.trim(str) URL/jQuery 函数使用$.param(obj, [traditional]) 插件编写/jQuery 函数使用$.error(message) 关于关于此jQuery中文文档 关于jQuery 1.4.4中文版 关于jQuery 1.4.1中文版 关于jQuery 1.3 版翻译 关于jQuery 1.2 版翻译 提交bug及获取更新 拓展ASP 参考手册 PHP 参考手册 SQL 参考手册 HTML 5 参考手册 CSS 参考手册 更多手册 >>

热点排行