[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/scripts/jquery/ -> jquery.js (summary)

(no description)

File Size: 9814 lines (258 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 69 functions

  isArrayLike()
  Sizzle()
  createCache()
  cache()
  markFunction()
  assert()
  addHandle()
  siblingCheck()
  createInputPseudo()
  createButtonPseudo()
  createPositionalPseudo()
  testContext()
  setFilters()
  toSelector()
  addCombinator()
  elementMatcher()
  multipleContexts()
  condense()
  setMatcher()
  matcherFromTokens()
  matcherFromGroupMatchers()
  winnow()
  sibling()
  createOptions()
  completed()
  Data()
  dataAttr()
  adjustCSS()
  getAll()
  setGlobalEval()
  buildFragment()
  returnTrue()
  returnFalse()
  safeActiveElement()
  on()
  manipulationTarget()
  disableScript()
  restoreScript()
  cloneCopyEvent()
  fixInput()
  domManip()
  remove()
  actualDisplay()
  defaultDisplay()
  computeStyleTests()
  curCSS()
  addGetHookIf()
  vendorPropName()
  setPositiveNumber()
  augmentWidthOrHeight()
  getWidthOrHeight()
  showHide()
  Tween()
  createFxNow()
  genFx()
  createTween()
  defaultPrefilter()
  propFilter()
  Animation()
  getClass()
  addToPrefiltersOrTransports()
  inspectPrefiltersOrTransports()
  inspect()
  ajaxExtend()
  ajaxHandleResponses()
  ajaxConvert()
  done()
  buildParams()
  getWindow()

Functions
Functions that are not part of a class:

isArrayLike( obj )   X-Ref
No description

Sizzle( selector, context, results, seed )   X-Ref
No description

createCache()   X-Ref
Create key-value caches of limited size

returns: {function(string, object)} Returns the Object data after storing it on itself with

cache( key, value )   X-Ref
No description

markFunction( fn )   X-Ref
Mark a function for special use by Sizzle

param: {Function} fn The function to mark

assert( fn )   X-Ref
Support testing using an element

param: {Function} fn Passed the created div and expects a boolean result

addHandle( attrs, handler )   X-Ref
Adds the same handler for all of the specified attrs

param: {String} attrs Pipe-separated list of attributes
param: {Function} handler The method that will be applied

siblingCheck( a, b )   X-Ref
Checks document order of two siblings

param: {Element} a
param: {Element} b
returns: {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b

createInputPseudo( type )   X-Ref
Returns a function to use in pseudos for input types

param: {String} type

createButtonPseudo( type )   X-Ref
Returns a function to use in pseudos for buttons

param: {String} type

createPositionalPseudo( fn )   X-Ref
Returns a function to use in pseudos for positionals

param: {Function} fn

testContext( context )   X-Ref
Checks a node for validity as a Sizzle context

param: {Element|Object=} context
returns: {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value

setFilters()   X-Ref
No description

toSelector( tokens )   X-Ref
No description

addCombinator( matcher, combinator, base )   X-Ref
No description

elementMatcher( matchers )   X-Ref
No description

multipleContexts( selector, contexts, results )   X-Ref
No description

condense( unmatched, map, filter, context, xml )   X-Ref
No description

setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector )   X-Ref
No description

matcherFromTokens( tokens )   X-Ref
No description

matcherFromGroupMatchers( elementMatchers, setMatchers )   X-Ref
No description

winnow( elements, qualifier, not )   X-Ref
No description

sibling( cur, dir )   X-Ref
No description

createOptions( options )   X-Ref
No description

completed()   X-Ref
The ready event handler and self cleanup method


Data()   X-Ref
No description

dataAttr( elem, key, data )   X-Ref
No description

adjustCSS( elem, prop, valueParts, tween )   X-Ref
No description

getAll( context, tag )   X-Ref
No description

setGlobalEval( elems, refElements )   X-Ref
No description

buildFragment( elems, context, scripts, selection, ignored )   X-Ref
No description

returnTrue()   X-Ref
No description

returnFalse()   X-Ref
No description

safeActiveElement()   X-Ref
No description

on( elem, types, selector, data, fn, one )   X-Ref
No description

manipulationTarget( elem, content )   X-Ref
No description

disableScript( elem )   X-Ref
No description

restoreScript( elem )   X-Ref
No description

cloneCopyEvent( src, dest )   X-Ref
No description

fixInput( src, dest )   X-Ref
No description

domManip( collection, args, callback, ignored )   X-Ref
No description

remove( elem, selector, keepData )   X-Ref
No description

actualDisplay( name, doc )   X-Ref
Retrieve the actual display of a element

param: {String} name nodeName of the element
param: {Object} doc Document object

defaultDisplay( nodeName )   X-Ref
Try to determine the default display value of an element

param: {String} nodeName

computeStyleTests()   X-Ref
No description

curCSS( elem, name, computed )   X-Ref
No description

addGetHookIf( conditionFn, hookFn )   X-Ref
No description

vendorPropName( name )   X-Ref
No description

setPositiveNumber( elem, value, subtract )   X-Ref
No description

augmentWidthOrHeight( elem, name, extra, isBorderBox, styles )   X-Ref
No description

getWidthOrHeight( elem, name, extra )   X-Ref
No description

showHide( elements, show )   X-Ref
No description

Tween( elem, options, prop, end, easing )   X-Ref
No description

createFxNow()   X-Ref
No description

genFx( type, includeWidth )   X-Ref
No description

createTween( value, prop, animation )   X-Ref
No description

defaultPrefilter( elem, props, opts )   X-Ref
No description

propFilter( props, specialEasing )   X-Ref
No description

Animation( elem, properties, options )   X-Ref
No description

getClass( elem )   X-Ref
No description

addToPrefiltersOrTransports( structure )   X-Ref
No description

inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR )   X-Ref
No description

inspect( dataType )   X-Ref
No description

ajaxExtend( target, src )   X-Ref
No description

ajaxHandleResponses( s, jqXHR, responses )   X-Ref
No description

ajaxConvert( s, response, jqXHR, isSuccess )   X-Ref
No description

done( status, nativeStatusText, responses, headers )   X-Ref
No description

buildParams( prefix, obj, traditional, add )   X-Ref
No description

getWindow( elem )   X-Ref
Gets a window from an element