Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devin87/Q.js
/ functions
Functions
633 in github.com/devin87/Q.js
⨍
Functions
633
◇
Types & classes
0
↓ 47 callers
Function
jQuery
( selector, context )
lib/jquery-1.11.3.js:70
↓ 32 callers
Function
extend
* 将源对象(source)的所有可枚举且目标对象(target)不存在的属性, 复制到目标对象 * @param {object} target 目标对象 * @param {object} source 源对象 * @param {boolean} force
src/Q.js:349
↓ 25 callers
Function
fire
* 触发指定函数,如果函数不存在,则不触发 eg:fire(fn,this,arg1,arg2) * @param {function} fn * @param {object} bind 要绑定的作用域
src/Q.js:595
↓ 23 callers
Function
extend
* 将源对象(source)的所有可枚举且目标对象(target)不存在的属性, 复制到目标对象 * @param {object} target 目标对象 * @param {object} source 源对象 * @param {boolean} forced 是
node/Q.js:349
↓ 23 callers
Function
isFunc
* 检测是否为函数 * @param {object} fn 要检测的数据
src/Q.js:71
↓ 21 callers
Function
isFunc
* 检测是否为函数 * @param {object} fn 要检测的数据
Q.js:71
↓ 17 callers
Function
extend
* 将源对象(source)的所有可枚举且目标对象(target)不存在的属性, 复制到目标对象 * @param {object} target 目标对象 * @param {object} source 源对象 * @param {boolean} forced 是
Q.js:349
↓ 16 callers
Function
get_value
(prop)
Q.js:4995
↓ 16 callers
Function
get_value
(prop)
src/Q.ajax.js:70
↓ 15 callers
Function
fire
* 触发指定函数,如果函数不存在,则不触发 eg:fire(fn,this,arg1,arg2) * @param {function} fn * @param {object} bind 要绑定的作用域
node/Q.js:595
↓ 15 callers
Function
getAll
( context, tag )
lib/jquery-1.11.3.js:5353
↓ 13 callers
Function
fire_http_complete
* 触发http完成事件 * @param {string|object} result 返回结果 * @param {number} errCode 错误代码 * @param {object} ops 请求配置项 * @param {Respons
src/node/http.js:56
↓ 13 callers
Function
fire_http_complete
* 触发http完成事件 * @param {string|object} result 返回结果 * @param {number} errCode 错误代码 * @param {object} ops 请求配置项 * @param {Response} r
node/Q.js:2421
↓ 13 callers
Function
getStyleFloat
(ele, key, styles)
Q.js:4042
↓ 13 callers
Function
getStyleFloat
(ele, key, styles)
src/Q.dom.js:181
↓ 13 callers
Function
makeArray
* 将类数组对象转为数组,若对象不存在,则返回空数组 * @param {Array|arguments|NodeList} obj 数组或类数组 * @param {number} from 开始索引,默认为0
Q.js:245
↓ 12 callers
Function
isObject
* 检测是否为对象 * @param {object} obj 要检测的数据
src/Q.js:82
↓ 11 callers
Function
fire
* 触发指定函数,如果函数不存在,则不触发 eg:fire(fn,this,arg1,arg2) * @param {function} fn * @param {object} bind 要绑定的作用域
Q.js:595
↓ 11 callers
Function
isFunc
* 检测是否为函数 * @param {object} fn 要检测的数据
node/Q.js:71
↓ 11 callers
Function
makeArray
* 将类数组对象转为数组,若对象不存在,则返回空数组 * @param {Array|arguments|NodeList} obj 数组或类数组 * @param {number} from 开始索引,默认为0
src/Q.js:245
↓ 10 callers
Function
assert
* Support testing using an element * @param {Function} fn Passed the created div and expects a boolean result
lib/jquery-1.11.3.js:929
↓ 10 callers
Function
markFunction
* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
lib/jquery-1.11.3.js:920
↓ 9 callers
Function
isObject
* 检测是否为对象 * @param {object} obj 要检测的数据
node/Q.js:82
↓ 9 callers
Function
setStyle
(ele, key, value)
Q.js:4161
↓ 9 callers
Function
setStyle
(ele, key, value)
src/Q.dom.js:300
↓ 9 callers
Function
walk
(ele, walk, start, all)
Q.js:4319
↓ 9 callers
Function
walk
(ele, walk, start, all)
src/Q.dom.js:458
↓ 8 callers
Function
checkSibling
* Check el has sibling * * @param {HTMLElement} el * @param {String} next * @param {Boolean} checkType * @param {String} name *
Q.js:3276
↓ 8 callers
Function
checkSibling
* Check el has sibling * * @param {HTMLElement} el * @param {String} next * @param {Boolean} checkType * @param {String} name *
lib/Q.query.js:548
↓ 8 callers
Function
checkSibling
* Check el has sibling * * @param {HTMLElement} el * @param {String} next * @param {Boolean} checkType * @param {String} name *
src/Q.query.js:501
↓ 8 callers
Function
forEach
(iterable, fn, bind)
speedTest/js/slickspeed.js:3
↓ 7 callers
Function
createPositionalPseudo
* Returns a function to use in pseudos for positionals * @param {Function} fn
lib/jquery-1.11.3.js:1015
↓ 7 callers
Function
getElData
* Get the data bind in HTMLElement * * @param {HTMLElement} el * @return {Object} Data bind in HTMLElement
Q.js:3118
↓ 7 callers
Function
getElData
* Get the data bind in HTMLElement * * @param {HTMLElement} el * @return {Object} Data bind in HTMLElement
lib/Q.query.js:390
↓ 7 callers
Function
getElData
* Get the data bind in HTMLElement * * @param {HTMLElement} el * @return {Object} Data bind in HTMLElement
src/Q.query.js:343
↓ 7 callers
Function
getWidth
(ele, level)
Q.js:4087
↓ 7 callers
Function
getWidth
(ele, level)
src/Q.dom.js:226
↓ 7 callers
Function
indexOf
( list, elem )
lib/jquery-1.11.3.js:653
↓ 7 callers
Function
isObject
* 检测是否为对象 * @param {object} obj 要检测的数据
Q.js:82
↓ 6 callers
Function
getHeight
(ele, level)
Q.js:4092
↓ 6 callers
Function
getHeight
(ele, level)
src/Q.dom.js:231
↓ 6 callers
Function
get_dom_fn
(name)
Q.js:5734
↓ 6 callers
Function
get_dom_fn
(name)
src/Q.$.js:363
↓ 6 callers
Function
isHidden
(ele)
Q.js:4214
↓ 6 callers
Function
isHidden
(ele)
src/Q.dom.js:353
↓ 5 callers
Function
ajax_simple_send
(url, data, success, error, settings)
Q.js:5326
↓ 5 callers
Function
ajax_simple_send
(url, data, success, error, settings)
src/Q.ajax.js:401
↓ 5 callers
Function
factory
* 简单通用工厂 * @param {function} init 初始化函数 * @param {function} Super 超类
Q.js:715
↓ 5 callers
Function
getOffset
(ele)
Q.js:4238
↓ 5 callers
Function
getOffset
(ele)
src/Q.dom.js:377
↓ 5 callers
Function
isUInt
* 检测是否为大于0的整数 * @param {number} n 数字
Q.js:159
↓ 5 callers
Function
isUInt
* 检测是否为大于0的整数 * @param {number} n 数字
src/Q.js:159
↓ 5 callers
Function
parseHTML
(html, all)
Q.js:4410
↓ 5 callers
Function
parseHTML
(html, all)
src/Q.dom.js:549
↓ 4 callers
Function
Sizzle
( selector, context, results, seed )
lib/jquery-1.11.3.js:788
↓ 4 callers
Function
add
( key, value )
lib/jquery-1.11.3.js:9506
↓ 4 callers
Function
computeStyleTests
()
lib/jquery-1.11.3.js:6351
↓ 4 callers
Function
condense
( unmatched, map, filter, context, xml )
lib/jquery-1.11.3.js:2204
↓ 4 callers
Function
cssShow
(ele)
Q.js:4219
↓ 4 callers
Function
cssShow
(ele)
src/Q.dom.js:358
↓ 4 callers
Function
defaultDisplay
* Try to determine the default display value of an element * @param {String} nodeName
lib/jquery-1.11.3.js:6058
↓ 4 callers
Function
delay
* 函数延迟执行,若fn未定义,则忽略 eg:delay(fn,this,10,[arg1,arg2]) * @param {function} fn * @param {object} bind 要绑定的作用域 * @param {number} time 要延迟的
Q.js:606
↓ 4 callers
Function
delay
* 函数延迟执行,若fn未定义,则忽略 eg:delay(fn,this,10,[arg1,arg2]) * @param {function} fn * @param {object} bind 要绑定的作用域 * @param {number} time 要
src/Q.js:606
↓ 4 callers
Function
delay
* 函数延迟执行,若fn未定义,则忽略 eg:delay(fn,this,10,[arg1,arg2]) * @param {function} fn * @param {object} bind 要绑定的作用域 * @param {number} time 要延迟的
node/Q.js:606
↓ 4 callers
Function
fire_ajax_complete
(xhr, ops, state)
Q.js:5312
↓ 4 callers
Function
fire_ajax_complete
(xhr, ops, state)
src/Q.ajax.js:387
↓ 4 callers
Function
fire_timeout
(err)
src/node/http.js:138
↓ 4 callers
Function
fire_timeout
(err)
node/Q.js:2503
↓ 4 callers
Function
genFx
(type, includeWidth)
Q.js:6603
↓ 4 callers
Function
genFx
( type, includeWidth )
lib/jquery-1.11.3.js:7107
↓ 4 callers
Function
genFx
(type, includeWidth)
src/Q.animate.js:747
↓ 4 callers
Function
getNthParam
* Get nth pseudo parameter after parsed * * @param {String} param * @param {Number} guid * @return {Array} Parsed parameter
Q.js:3170
↓ 4 callers
Function
getNthParam
* Get nth pseudo parameter after parsed * * @param {String} param * @param {Number} guid * @return {Array} Parsed parameter
lib/Q.query.js:442
↓ 4 callers
Function
getNthParam
* Get nth pseudo parameter after parsed * * @param {String} param * @param {Number} guid * @return {Array} Parsed parameter
src/Q.query.js:395
↓ 4 callers
Function
getType
* 获取数据类型(小写) undefined|null|string|number|array|function|date|regexp|window|node|list * @param {object} obj 要检测的数据
Q.js:38
↓ 4 callers
Function
getType
* 获取数据类型(小写) undefined|null|string|number|array|function|date|regexp|window|node|list * @param {object} obj 要检测的数据
src/Q.js:38
↓ 4 callers
Function
http_send_simplpe
* http请求,简化调用 * @param {string} url 请求地址 * @param {object} data 要提交的参数对象 * @param {function} cb 回调函数(data, errCode, ops, res, err)
src/node/http.js:251
↓ 4 callers
Function
http_send_simplpe
* http请求,简化调用 * @param {string} url 请求地址 * @param {object} data 要提交的参数对象 * @param {function} cb 回调函数(data, errCode, ops, res, err)
node/Q.js:2616
↓ 4 callers
Function
isArrayLike
* 检测是否为数组或类数组 * @param {object} obj 要检测的数据
Q.js:101
↓ 4 callers
Function
isArrayLike
* 检测是否为数组或类数组 * @param {object} obj 要检测的数据
src/Q.js:101
↓ 4 callers
Function
isHidden
( elem, el )
lib/jquery-1.11.3.js:4123
↓ 4 callers
Function
isNum
* 检测是否是符合条件的数字(n必须为数字类型) * @param {number} n 数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值 * @p
Q.js:123
↓ 4 callers
Function
isNum
* 检测是否是符合条件的数字(n必须为数字类型) * @param {number} n 数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值
src/Q.js:123
↓ 4 callers
Function
isTag
(str)
Q.js:5406
↓ 4 callers
Function
isTag
(str)
src/Q.$.js:35
↓ 4 callers
Function
query
* Get HTMLElement array by selector and context * * @param {String} selector * @param {String | HTMLElement | Array[HTMLElement] | NodeList} c
Q.js:3757
↓ 4 callers
Function
toSelector
( tokens )
lib/jquery-1.11.3.js:2118
↓ 4 callers
Function
to_string
* 转为字符串(用于排序) * undefined|null => "" * true|false => "true" | "false" * 0 => "0" * @param {object} v
Q.js:483
↓ 4 callers
Function
to_string
* 转为字符串(用于排序) * undefined|null => "" * true|false => "true" | "false" * 0 => "0" * @param {object} v
src/Q.js:483
↓ 4 callers
Function
to_string
* 转为字符串(用于排序) * undefined|null => "" * true|false => "true" | "false" * 0 => "0" * @param {object} v
node/Q.js:483
↓ 3 callers
Function
addCombinator
( matcher, combinator, base )
lib/jquery-1.11.3.js:2128
↓ 3 callers
Function
addHandle
* Adds the same handler for all of the specified attrs * @param {String} attrs Pipe-separated list of attributes * @param {Function} handler The met
lib/jquery-1.11.3.js:951
↓ 3 callers
Function
ajaxExtend
( target, src )
lib/jquery-1.11.3.js:8693
↓ 3 callers
Function
camelCase
(key)
Q.js:3888
↓ 3 callers
Function
camelCase
(key)
src/Q.dom.js:27
↓ 3 callers
Function
createCache
* Create key-value caches of limited size * @returns {Function(string, Object)} Returns the Object data after storing it on itself with * property n
lib/jquery-1.11.3.js:902
↓ 3 callers
Function
createEle
(tagName, className, html)
Q.js:4388
↓ 3 callers
Function
createEle
(tagName, className, html)
src/Q.dom.js:527
↓ 3 callers
Function
decode_url_param
(param)
Q.js:2247
↓ 3 callers
Function
decode_url_param
(param)
src/Q.core.js:40
next →
1–100 of 633, ranked by callers