文档库 最新最全的文档下载
当前位置:文档库 › jQuery bootstrap jQuery 2.1.0 bootstrap 3.1.1 拓扑图, 对阅读源码和使用都有帮助

jQuery bootstrap jQuery 2.1.0 bootstrap 3.1.1 拓扑图, 对阅读源码和使用都有帮助

jQuery==$ : function == function( selector, context ) {return new jQuery.fn.init( selector, context, rootjQuery );}
|-- prototype == jQuery.fn
|-- fn : object
| |-- jquery : string == "2.1.0"
| |-- constructor : function == window.jQuery
| |-- selector : string == ""
| |-- length : number == 0
| |-- toArray : function
| |-- get : function
| |-- pushStack : function
| |-- each : function
| |-- map : function
| |-- slice : function
| |-- first : function
| |-- last : function
| |-- eq : function
| |-- end : function
| |-- push : function
| |-- sort : function
| |-- splice : function
| |-- extend : function
| |-- find : function
| |-- filter : function
| |-- not : function
| |-- is : function
| |-- init : function
| | |-- prototype == jQuery.fn //所有$(...)对象其实就是jQuery.fn
| |-- has : function
| |-- closest : function
| |-- index : function
| |-- add : function
| |-- addBack : function
| |-- parent : function
| |-- parents : function
| |-- parentsUntil : function
| |-- next : function
| |-- prev : function
| |-- nextAll : function
| |-- prevAll : function
| |-- nextUntil : function
| |-- prevUntil : function
| |-- siblings : function
| |-- children : function
| |-- contents : function
| |-- ready : function
| |-- data : function
| |-- removeData : function
| |-- queue : function
| |-- dequeue : function
| |-- clearQueue : function
| |-- promise : function

| |-- on : function
| |-- one : function
| |-- off : function
| |-- trigger : function
| |-- triggerHandler : function
| |-- text : function
| |-- append : function
| |-- prepend : function
| |-- before : function
| |-- after : function
| |-- remove : function
| |-- empty : function
| |-- clone : function
| |-- html : function
| |-- replaceWith : function
| |-- detach : function
| |-- domManip : function
| |-- appendTo : function
| |-- prependTo : function
| |-- insertBefore : function
| |-- insertAfter : function
| |-- replaceAll : function
| |-- css : function
| |-- show : function
| |-- hide : function
| |-- toggle : function
| |-- fadeTo : function
| |-- animate : function
| |-- stop : function
| |-- finish : function
| |-- slideDown : function
| |-- slideUp : function
| |-- slideToggle : function
| |-- fadeIn : function
| |-- fadeOut : function
| |-- fadeToggle : function
| |-- delay : function
| |-- attr : function
| |-- removeAttr : function
| |-- prop : function
| |-- removeProp : function
| |-- addClass : function
| |-- removeClass : function
| |-- toggleClass : function
| |-- hasClass : function
| |-- val : function
| |-- blur : function
| |-- focus : function
| |-- focusin : function
| |-- focusout : function
| |-- load : function
| |-- resize : function
| |-- scroll : function

| |-- unload : function
| |-- click : function
| |-- dblclick : function
| |-- mousedown : function
| |-- mouseup : function
| |-- mousemove : function
| |-- mouseover : function
| |-- mouseout : function
| |-- mouseenter : function
| |-- mouseleave : function
| |-- change : function
| |-- select : function
| |-- submit : function
| |-- keydown : function
| |-- keypress : function
| |-- keyup : function
| |-- error : function
| |-- contextmenu : function
| |-- hover : function
| |-- bind : function
| |-- unbind : function
| |-- delegate : function
| |-- undelegate : function
| |-- ajaxStart : function
| |-- ajaxStop : function
| |-- ajaxComplete : function
| |-- ajaxError : function
| |-- ajaxSuccess : function
| |-- ajaxSend : function
| |-- wrapAll : function
| |-- wrapInner : function
| |-- wrap : function
| |-- unwrap : function
| |-- serialize : function
| |-- serializeArray : function
| |-- offset : function
| |-- position : function
| |-- offsetParent : function
| |-- scrollLeft : function
| |-- scrollTop : function
| |-- innerHeight : function
| |-- height : function
| |-- outerHeight : function
| |-- innerWidth : function
| |-- width : function
| |-- outerWidth : function
| |-- size : function
| |-- andSelf : function == window.jQuery.fn.addBack
| |-- emulateTransitionEnd : function
| |-- alert : function
| | |-- Constructor : functio

n
| | |-- noConflict : function
| |-- button : function
| | |-- Constructor : function
| | | |-- DEFAULTS : object
| | | | |-- loadingText : string == "loading..."
| | |-- noConflict : function
| |-- carousel : function
| | |-- Constructor : function
| | | |-- DEFAULTS : object
| | | | |-- interval : number == 5000
| | | | |-- pause : string == "hover"
| | | | |-- wrap : boolean == true
| | |-- noConflict : function
| |-- collapse : function
| | |-- Constructor : function
| | | |-- DEFAULTS : object
| | | | |-- toggle : boolean == true
| | |-- noConflict : function
| |-- dropdown : function
| | |-- Constructor : function
| | |-- noConflict : function
| |-- modal : function
| | |-- Constructor : function
| | | |-- DEFAULTS : object
| | | | |-- backdrop : boolean == true
| | | | |-- keyboard : boolean == true
| | | | |-- show : boolean == true
| | |-- noConflict : function
| |-- tooltip : function
| | |-- Constructor : function
| | | |-- DEFAULTS : object
| | | | |-- animation : boolean == t

rue
| | | | |-- placement : string == "top"
| | | | |-- selector : boolean == false
| | | | |-- template : string == "
"
| | | | |-- trigger : string == "hover focus"
| | | | |-- title : string == ""
| | | | |-- delay : number == 0
| | | | |-- html : boolean == false
| | | | |-- container : boolean == false
| | |-- noConflict : function
| |-- popover : function
| | |-- Constructor : function
| | | |-- DEFAULTS : object
| | | | |-- animation : boolean == true
| | | | |-- placement : string == "right"
| | | | |-- selector : boolean == false
| | | | |-- template : string == "
"
| | | | |-- trigger : string == "click"
| | | | |-- title : string == ""
| | | | |-- delay : number == 0
| | | | |-- html : boolean == false
| | | | |-- container : boolean == false
| | | | |-- content : string == ""
| | |-- noConflict : function
| |-- scrollspy : function
| | |-- Constructor : function
| | | |-- DEFAULTS : object

| | | | |-- offset : number == 10
| | |-- noConflict : function
| |-- tab : function
| | |-- Constructor : function
| | |-- noConflict : function
| |-- affix : function
| | |-- Constructor : function
| | | |-- RESET : string == "affix affix-top affix-bottom"
| | | |-- DEFAULTS : object
| | | | |-- offset : number == 0
| | |-- noConflict : function
|-- extend : function == window.jQuery.fn.extend
|-- expando : string == "jQuery2100673421134473756"
|-- isReady : boolean == false
|-- error : function
|-- noop : function
|-- isFunction : function
|-- isArray : function
|-- isWindow : function
|-- isNumeric : function
|-- isPlainObject : function
|-- isEmptyObject : function
|-- type : function
|-- globalEval : function
|-- camelCase : function
|-- nodeName : function
|-- each : function
|-- trim : function
|-- makeArray : function
|-- inArray : function
|-- merge : function
|-- grep : function
|-- map : function
|-- guid : number == 16
|-- proxy : function
|-- now : function
|-- support : object
| |-- checkClone : boolean == true
| |-- noCloneChecked : boolean == true
| |-- focusinBubbles : boolean == false
| |-- clearCloneStyle : boolean == true
| |-- pixelPosition : function
| |-- boxSizingReliable : function
| |-- reliableMarginRight : function
| |-- checkOn : boolean == true
| |-- optSelected : boolean == true
| |-- optDisabled : boolean == true
| |-- radioValue : boolean == true
| |

-- cors : boolean == true
| |-- ajax : boolean == true
|-- find : function
| |-- support : object
| | |-- sortStable : boolean == false
| | |-- detectDuplicates : boolean == false
| | |-- attributes : boolean == true
| | |-- getElementsByTagName : boolean == true
| | |-- getElementsByClassName : boolean == true
| | |-- getById : boolean == true
| | |-- qsa : boolean == true
| | |-- matchesSelector : boolean == true
| | |-- disconnectedMatch : boolean == true
| | |-- sortDetached : boolean == true
| |-- isXML : function
| |-- setDocument : function
| |-- matches : function
| |-- matchesSelector : function
| |-- contains : function
| |-- attr : function
| |-- error : function
| |-- uniqueSort : function
| |-- getText : function
| |-- selectors : object
| | |-- cacheLength : number == 50
| | |-- createPseudo : function
| | |-- match : object
| | | |-- ID : regexp == /^#((?:\\.|[\w-]|[^\x00-\xa0])+)/
| | | |-- CLASS : regexp == /^\.((?:\\.|[\w-]|[^\x00-\xa0])+)/
| | | |-- TAG : regexp == /^((?:\\.|[\w*-]|[^\x00-\xa0])+)/
| | | |-- ATTR : regexp == /^\[[\x20\t\r\n\f]*((?:\\.|[\w-]|[^\x00-\xa0])+)[\x20\t\r\n\f]*(?:([*^$|!~]?=)[\x20\t\r\n\f]*(?:(['"])((?:\\.|[^\\])*?)\3|((?:\\.|[\w#-]|[^\x00-\xa0])+)|)|)[\x20\t\r\n\f]*\]/
| | | |-- PSEUDO : regexp == /^:((?:\\.|[\w-]|[^\x00-\xa0])+)(?:\(((['"])((?:\\.|[^\\])*?)\3|((?:\\.|[^\\()[\]]|\[[\x20\t\r\n\f]*((?:\\.|[\w-]|[^\x00-\xa0])+)[\x20\t\r\n\f]*(?:([*^$|!~]?=)[\x20\t\r\n\f]*(?:(['"])((?:\\.|[^\\])*?)\8|((?:\\.|[\w#-]|[^\x00-\xa0])+)|)|)[

\x20\t\r\n\f]*\])*)|.*)\)|)/
| | | |-- CHILD : regexp == /^:(only|first|last|nth|nth-last)-(child|of-type)(?:\([\x20\t\r\n\f]*(even|odd|(([+-]|)(\d*)n|)[\x20\t\r\n\f]*(?:([+-]|)[\x20\t\r\n\f]*(\d+)|))[\x20\t\r\n\f]*\)|)/i
| | | |-- bool : regexp == /^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$/i
| | | |-- needsContext : regexp == /^[\x20\t\r\n\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\([\x20\t\r\n\f]*((?:-\d)?\d*)[\x20\t\r\n\f]*\)|)(?=[^-]|$)/i
| | |-- attrHandle : object
| | | |-- checked : function
| | | |-- selected : function
| | | |-- async : function
| | | |-- autofocus : function
| | | |-- autoplay : function
| | | |-- controls : function
| | | |-- defer : function
| | | |-- disabled : function
| | | |-- hidden : function
| | | |-- ismap : function
| | | |-- loop : function
| | | |-- multiple : function
| | | |-- open : function
| | | |-- readonly : function
| | | |-- required : function
| | | |-- scoped : function
| | |-- find : object
| | | |-- ID : function
| | | |-- TAG : function
| | | |-- CLASS : function
| | |-- relative : object
| | |

|-- > : object
| | | | |-- dir : string == "parentNode"
| | | | |-- first : boolean == true
| | | |-- : object
| | | | |-- dir : string == "parentNode"
| | | |-- + : object
| | | | |-- dir : string == "previousSibling"
| | | | |-- first : boolean == true
| | | |-- ~ : object
| | | | |-- dir : string == "previousSibling"
| | |-- preFilter : object
| | | |-- ATTR : function
| | | |-- CHILD : function
| | | |-- PSEUDO : function
| | |-- filter : object
| | | |-- TAG : function
| | | |-- CLASS : function
| | | |-- ATTR : function
| | | |-- CHILD : function
| | | |-- PSEUDO : function
| | | |-- ID : function
| | |-- pseudos : object
| | | |-- not : function
| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- has : function
| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- contains : function
| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- lang : function

| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- target : function
| | | |-- root : function
| | | |-- focus : function
| | | |-- enabled : function
| | | |-- disabled : function
| | | |-- checked : function
| | | |-- selected : function
| | | |-- empty : function
| | | |-- parent : function
| | | |-- header : function
| | | |-- input : function
| | | |-- button : function
| | | |-- text : function
| | | |-- first : function
| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- last : function
| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- eq : function
| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- even : function
| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- odd : function
| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- lt : function
| | | | |-- sizzle-1397875840735 : boolean == true
| | | |-- gt : function
| |

| | |-- sizzle-1397875840735 : boolean == true
| | | |-- nth : function == window.jQuery.find.selectors.pseudos.eq
| | | |-- radio : function
| | | |-- checkbox : function
| | | |-- file : function
| | | |-- password : function
| | | |-- image : function
| | | |-- submit : function
| | | |-- reset : function
| | | |-- hidden : function
| | | |-- visible : function
| | | |-- animated : function
| | |-- filters : object == window.jQuery.find.selectors.pseudos
| | |-- setFilters : object == window.jQuery.find.selectors.pseudos
| | |-- : : object == window.jQuery.find.selectors.pseudos
| |-- compile : function
|-- expr : object == window.jQuery.find.selectors
|-- unique : function == window.jQuery.find.uniqueSort
|-- text : function == window.jQuery.find.getText
|-- isXMLDoc : function == window.jQuery.find.isXML
|-- contains : function == window.jQuery.find.contains
|-- filter : function
|-- dir : function
|-- sibling : function
|-- Callbacks : function
|-- Deferred : function
|-- when : function
|-- readyWait : number == 1
|-- holdReady : function
|-- ready : function
| |-- promise : function
|-- access : function
|-- acceptData : function
|-- hasData : function
|-- data : function
|-- removeData : function
|-- _data : function
|-- _removeData : function
|-- queue : function
|-- dequeue : function
|-- _queueHooks : function
|-- event : object
| |-- global : object

| | |-- click : boolean == true
| | |-- load : boolean == true
| | |-- keydown : boolean == true
| | |-- show : boolean == true
| | |-- hidden : boolean == true
| |-- add : function
| |-- remove : function
| |-- trigger : function
| |-- dispatch : function
| |-- handlers : function
| |-- props : array
| | |-- 0 : string == "altKey"
| | |-- 1 : string == "bubbles"
| | |-- 2 : string == "cancelable"
| | |-- 3 : string == "ctrlKey"
| | |-- 4 : string == "currentTarget"
| | |-- 5 : string == "eventPhase"
| | |-- 6 : string == "metaKey"
| | |-- 7 : string == "relatedTarget"
| | |-- 8 : string == "shiftKey"
| | |-- 9 : string == "target"
| | |-- 10 : string == "timeStamp"
| | |-- 11 : string == "view"
| | |-- 12 : string == "which"
| |-- fixHooks : object
| |-- keyHooks : object
| | |-- props : array
| | | |-- 0 : string == "char"
| | | |-- 1 : string == "charCode"
| | | |-- 2 : string == "key"
| | | |-- 3 : string == "keyCode"
| | |-- filter : function
| |-- mouseHooks : object
| | |-- props : array
| | | |-- 0 : string == "button"
| | | |-- 1 : string == "buttons"
| | | |-- 2 : string == "clientX"
| | |

|-- 3 : string == "clientY"
| | | |-- 4 : string == "offsetX"
| | | |-- 5 : string == "offsetY"
| | | |-- 6 : string == "pageX"
| | | |-- 7 : string == "pageY"
| | | |-- 8 : string == "screenX"
| | | |-- 9 : string == "screenY"
| | | |-- 10 : string == "toElement"
| | |-- filter : function
| |-- fix : function
| |-- special : object
| | |-- load : object
| | | |-- noBubble : boolean == true
| | |-- focus : object
| | | |-- trigger : function
| | | |-- delegateType : string == "focusin"
| | |-- blur : object
| | | |-- trigger : function
| | | |-- delegateType : string == "focusout"
| | |-- click : object
| | | |-- trigger : function
| | | |-- _default : function
| | |-- beforeunload : object
| | | |-- postDispatch : function
| | |-- mouseenter : object
| | | |-- delegateType : string == "mouseover"
| | | |-- bindType : string == "mouseover"
| | | |-- handle : function
| | |-- mouseleave : object
| | | |-- delegateType : string == "mouseout"
| | | |-- bindType : string == "mouseout"
| | | |-- handle : function

| | |-- focusin : object
| | | |-- setup : function
| | | |-- teardown : function
| | |-- focusout : object
| | | |-- setup : function
| | | |-- teardown : function
| |-- simulate : function
|-- removeEvent : function
|-- Event : function
|-- clone : function
|-- buildFragment : function
|-- cleanData : function
|-- swap : function
|-- cssHooks : object
| |-- opacity : object
| | |-- get : function
| |-- height : object
| | |-- get : function
| | |-- set : function
| |-- width : object
| | |-- get : function
| | |-- set : function
| |-- marginRight : object
| | |-- get : function
| |-- margin : object
| | |-- expand : function
| |-- padding : object
| | |-- expand : function
| | |-- set : function
| |-- borderWidth : object
| | |-- expand : function
| | |-- set : function == window.jQuery.cssHooks.padding.set
| |-- top : object
| | |-- get : function
| |-- left : object
| | |-- get : function
|-- cssNumber : object
| |-- columnCount : boolean == true
| |-- fillOpacity : boolean == true
| |-- fontWeight : boolean == true
| |-- lineHeight : boolean == true
| |-- opacity : boolean == true
| |-- order : boolean == true

| |-- orphans : boolean == true
| |-- widows : boolean == true
| |-- zIndex : boolean == true
| |-- zoom : boolean == true
|-- cssProps : object
| |-- float : string == "cssFloat"
|-- style : function
|-- css : function
|-- Tween : function
| |-- propHooks : object
| | |-- _default : object
| | | |-- get : function
| | | |-- set : function
| | |-- scrollLeft : object
| | | |-- set : function
| | |-- scrollTop : object == window.jQuery.Tween.propHooks.scrollLeft
|-- easing : object
| |-- linear : function
| |-- swing : function
|-- fx : function
| |-- step : object
| |-- tick : function
| |-- timer : function
| |-- interval : number == 13
| |-- start : function
| |-- stop : function
| |-- speeds : object
| | |-- slow : number == 600
| | |-- fast : number == 200
| | |-- _default : number == 400
|-- Animation : function
| |-- tweener : function
| |-- prefilter : function
|-- speed : function
|-- timers : array
|-- attr : function
|-- removeAttr : function
|-- attrHooks : object
| |-- type : object
| | |-- set : function
|-- propFix : object
| |-- for : string == "htmlFor"
| |-- class : string == "className"
| |-- tabindex : string == "tabIndex"
| |-- readonly : string == "readOnly"
| |-- maxlength : string == "maxLength"
| |-- cellspacing : string == "cellSpacing"


| |-- cellpadding : string == "cellPadding"
| |-- rowspan : string == "rowSpan"
| |-- colspan : string == "colSpan"
| |-- usemap : string == "useMap"
| |-- frameborder : string == "frameBorder"
| |-- contenteditable : string == "contentEditable"
|-- prop : function
|-- propHooks : object
| |-- tabIndex : object
| | |-- get : function
|-- valHooks : object
| |-- select : object
| | |-- get : function
| | |-- set : function
| |-- radio : object
| | |-- set : function
| |-- checkbox : object
| | |-- set : function
|-- parseJSON : function
|-- parseXML : function
|-- active : number == 0
|-- lastModified : object
|-- etag : object
|-- ajaxSettings : object
| |-- url : string == "file:///D:/cxh/doc/it/javascript/javascript%E9%81%8D%E5%8E%86%E5%AF%B9%E8%B1%A1.htm"
| |-- type : string == "GET"
| |-- isLocal : boolean == true
| |-- global : boolean == true
| |-- processData : boolean == true
| |-- async : boolean == true
| |-- contentType : string == "application/x-www-form-urlencoded; charset=UTF-8"
| |-- accepts : object
| | |-- * : string == "*/*"
| | |-- text : string == "text/plain"
| | |-- html : string == "text/html"
| | |-- xml : string == "application/xml, text/xml"
| | |-- json : string == "application/json, text/javascript"
| | |-- script : string == "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
| |-- contents : object
| |

|-- xml : regexp == /xml/
| | |-- html : regexp == /html/
| | |-- json : regexp == /json/
| | |-- script : regexp == /(?:java|ecma)script/
| |-- responseFields : object
| | |-- xml : string == "responseXML"
| | |-- text : string == "responseText"
| | |-- json : string == "responseJSON"
| |-- converters : object
| | |-- * text : function
| | |-- text html : boolean == true
| | |-- text json : function == window.jQuery.parseJSON
| | |-- text xml : function == window.jQuery.parseXML
| | |-- text script : function
| |-- flatOptions : object
| | |-- url : boolean == true
| | |-- context : boolean == true
| |-- xhr : function
| |-- jsonp : string == "callback"
| |-- jsonpCallback : function
|-- ajaxSetup : function
|-- ajaxPrefilter : function
|-- ajaxTransport : function
|-- ajax : function
|-- getJSON : function
|-- getScript : function
|-- get : function
|-- post : function
|-- _evalUrl : function
|-- param : function
|-- parseHTML : function
|-- offset : object
| |-- setOffset : function
|-- noConflict : function

相关文档