Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanWahlin/MasteringJavaScriptCourseCode
/ functions
Functions
6,466 in github.com/DanWahlin/MasteringJavaScriptCourseCode
⨍
Functions
6,466
◇
Types & classes
174
↓ 3,148 callers
Function
require
(module, callback)
Mastering JavaScript/js/ace/ace.js:161
↓ 2,142 callers
Method
get
* Retrieve one of the elements matched by the jQuery object. * * @param index A zero-based integer indicating which element to retrieve.
Mastering JavaScript/samples/typescript/jquery.d.ts:3511
↓ 730 callers
Method
add
* Add elements to the set of matched elements. * * @param selector A string representing a selector expression to find additional elements
Mastering JavaScript/samples/typescript/jquery.d.ts:3558
↓ 387 callers
Method
slice
* Reduce the set of matched elements to a subset specified by a range of indices. * * @param start An integer indicating the 0-based positi
Mastering JavaScript/samples/typescript/jquery.d.ts:3887
↓ 362 callers
Function
shift
(t)
Mastering JavaScript/js/ace/mode-xquery.js:1342
↓ 362 callers
Function
shift
(t)
Mastering JavaScript/js/ace/mode-jsoniq.js:1342
↓ 351 callers
Method
on
* Attach an event handler function for one or more events to the selected elements. * * @param events One or more space-separated event type
Mastering JavaScript/samples/typescript/jquery.d.ts:2715
↓ 284 callers
Method
bind
* Attach a handler to an event for the elements. * * @param eventType A string containing one or more DOM event types, such as "click" or "
Mastering JavaScript/samples/typescript/jquery.d.ts:2323
↓ 238 callers
Method
log
(msg)
Mastering JavaScript/samples/es2015/classes.js:6
↓ 237 callers
Method
unshift
(chunk: string)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:184
↓ 213 callers
Method
map
* Pass each element in the current matched set through a function, producing a new jQuery object containing the return values. * * @param c
Mastering JavaScript/samples/typescript/jquery.d.ts:3734
↓ 190 callers
Method
addListener
(event: string, listener: Function)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:166
↓ 190 callers
Function
warning
(code, t, a, b, c, d)
Mastering JavaScript/js/ace/worker-javascript.js:2671
↓ 183 callers
Method
toString
(encoding?: string, start?: number, end?: number)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:347
↓ 169 callers
Method
then
* Incorporates the functionality of the .done() and .fail() methods, allowing (as of jQuery 1.8) the underlying Promise to be manipulated. Refer to de
Mastering JavaScript/samples/typescript/jquery.d.ts:179
↓ 143 callers
Method
each
* Iterate over a jQuery object, executing a function for each matched element. * * @param func A function to execute for each matched eleme
Mastering JavaScript/samples/typescript/jquery.d.ts:3504
↓ 143 callers
Method
has
* Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element. * * @param selector A string
Mastering JavaScript/samples/typescript/jquery.d.ts:3691
↓ 142 callers
Method
extend
* Merge the contents of two or more objects together into the first object. * * @param target An object that will receive the new properties
Mastering JavaScript/samples/typescript/jquery.d.ts:1086
↓ 140 callers
Method
remove
* Remove the set of matched elements from the DOM. * * @param selector A selector expression that filters the set of matched elements to be
Mastering JavaScript/samples/typescript/jquery.d.ts:3327
↓ 139 callers
Function
advance
(id, t)
Mastering JavaScript/js/ace/worker-javascript.js:3045
↓ 115 callers
Method
isArray
* Determine whether the argument is an array. * * @param obj Object to test whether or not it is an array.
Mastering JavaScript/samples/typescript/jquery.d.ts:1127
↓ 107 callers
Function
a
(b, h)
Mastering JavaScript/js/libs/knockoutjs.js:67
↓ 106 callers
Method
next
* Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only
Mastering JavaScript/samples/typescript/jquery.d.ts:3741
↓ 102 callers
Method
compare
(otherBuffer: Buffer)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:351
↓ 99 callers
Method
detach
* Remove the set of matched elements from the DOM. * * param selector A selector expression that filters the set of matched elements to be
Mastering JavaScript/samples/typescript/jquery.d.ts:3186
↓ 99 callers
Function
q
(b,a,c)
Mastering JavaScript/js/libs/angular.min.js:7
↓ 98 callers
Method
error
* Bind an event handler to the "error" JavaScript event. (DEPRECATED from v1.8) * * @param handler A function to execute when the event is
Mastering JavaScript/samples/typescript/jquery.d.ts:2998
↓ 97 callers
Method
data
* Store arbitrary data associated with the matched elements. * * @param key A string naming the piece of data to set. * @param value Th
Mastering JavaScript/samples/typescript/jquery.d.ts:1823
↓ 92 callers
Method
resolve
* Resolve a Deferred object and call any doneCallbacks with the given args. * * @param value First argument passed to doneCallbacks. *
Mastering JavaScript/samples/typescript/jquery.d.ts:501
↓ 85 callers
Function
callback
()
Mastering JavaScript/js/ace/ace.js:1836
↓ 82 callers
Method
trigger
* Execute all handlers and behaviors attached to the matched elements for the given event type. * * @param eventType A string containing a
Mastering JavaScript/samples/typescript/jquery.d.ts:2894
↓ 81 callers
Method
isFunction
* Determine if the argument passed is a Javascript function object. * * @param obj Object to test whether or not it is a function.
Mastering JavaScript/samples/typescript/jquery.d.ts:1139
↓ 80 callers
Function
bindKey
(win, mac)
Mastering JavaScript/js/ace/ace.js:10301
↓ 78 callers
Method
append
* Insert content, specified by the parameter, to the end of each element in the set of matched elements. * * param content1 DOM element, ar
Mastering JavaScript/samples/typescript/jquery.d.ts:3070
↓ 76 callers
Function
a
(a, b,c)
Mastering JavaScript/js/libs/angular.min.js:20
↓ 75 callers
Method
css
* Get the value of style properties for the first element in the set of matched elements. * * @param propertyName A CSS property.
Mastering JavaScript/samples/typescript/jquery.d.ts:1554
↓ 74 callers
Function
id
(token)
Labs/Using Data Binding and Templates/End/js/handlebars.js:2543
↓ 72 callers
Method
reject
* Reject a Deferred object and call any failCallbacks with the given args. * * @param args Optional arguments that are passed to the failCa
Mastering JavaScript/samples/typescript/jquery.d.ts:486
↓ 70 callers
Function
__webpack_require__
(moduleId)
Labs/Using Data Binding and Templates/Begin/js/handlebars.js:42
↓ 70 callers
Function
__webpack_require__
(moduleId)
Labs/Using Data Binding and Templates/End/js/handlebars.js:42
↓ 70 callers
Method
contains
* Check to see if a DOM element is a descendant of another DOM element. * * @param container The DOM element that may contain the other ele
Mastering JavaScript/samples/typescript/jquery.d.ts:1055
↓ 70 callers
Method
filter
* Reduce the set of matched elements to those that match the selector or pass the function's test. * * @param selector A string containing
Mastering JavaScript/samples/typescript/jquery.d.ts:3642
↓ 68 callers
Function
next
()
Labs/Working with ES2015/Begin/js/libs/traceur.js:11267
↓ 68 callers
Function
next
()
Labs/Working with ES2015/End/js/libs/traceur.js:11267
↓ 67 callers
Function
next
()
Mastering JavaScript/js/libs/traceur.js:8965
↓ 66 callers
Method
read
(size?: number)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:178
↓ 65 callers
Function
e
(a,b)
Mastering JavaScript/js/libs/angular.min.js:34
↓ 64 callers
Method
find
* Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element. * * @param
Mastering JavaScript/samples/typescript/jquery.d.ts:3667
↓ 63 callers
Function
jQuery
(selector, context)
Mastering JavaScript/samples/jsLocalStorage/Scripts/jquery.js:25
↓ 62 callers
Function
error
(m, t, a, b, c, d)
Mastering JavaScript/js/ace/worker-javascript.js:2725
↓ 61 callers
Function
createToken
(type, beginIndex)
Labs/Working with ES2015/Begin/js/libs/traceur.js:11068
↓ 61 callers
Function
createToken
(type, beginIndex)
Labs/Working with ES2015/End/js/libs/traceur.js:11068
↓ 60 callers
Function
createToken
(type, beginIndex)
Mastering JavaScript/js/libs/traceur.js:8766
↓ 59 callers
Function
b
(a, b)
Mastering JavaScript/js/libs/knockoutjs.js:17
↓ 59 callers
Function
parseExpression
()
Labs/Working with ES2015/Begin/js/libs/traceur.js:15608
↓ 59 callers
Function
parseExpression
()
Labs/Working with ES2015/End/js/libs/traceur.js:15608
↓ 58 callers
Function
peekType
()
Labs/Working with ES2015/Begin/js/libs/traceur.js:10747
↓ 58 callers
Function
peekType
()
Labs/Working with ES2015/End/js/libs/traceur.js:10747
↓ 57 callers
Function
w
(b)
Mastering JavaScript/js/libs/angular.min.js:9
↓ 55 callers
Function
expression
(rbp, initial)
Mastering JavaScript/js/ace/worker-javascript.js:3123
↓ 54 callers
Function
createIdentifierExpression
(identifier)
Labs/Working with ES2015/Begin/js/libs/traceur.js:9610
↓ 54 callers
Function
createIdentifierExpression
(identifier)
Labs/Working with ES2015/End/js/libs/traceur.js:9610
↓ 54 callers
Function
d
()
Mastering JavaScript/js/libs/angular.min.js:17
↓ 52 callers
Function
c
(c,e)
Mastering JavaScript/js/libs/angular.min.js:31
↓ 52 callers
Function
getResult
(tree)
Labs/Working with ES2015/Begin/js/libs/traceur.js:19470
↓ 52 callers
Function
getResult
(tree)
Labs/Working with ES2015/End/js/libs/traceur.js:19470
↓ 52 callers
Function
parseStatement
()
Labs/Working with ES2015/Begin/js/libs/traceur.js:15611
↓ 52 callers
Function
parseStatement
()
Labs/Working with ES2015/End/js/libs/traceur.js:15611
↓ 51 callers
Function
getResult
(tree)
Mastering JavaScript/js/libs/traceur.js:15170
↓ 51 callers
Method
preventDefault
()
Mastering JavaScript/samples/typescript/jquery.d.ts:530
↓ 48 callers
Method
attr
* Get the value of an attribute for the first element in the set of matched elements. * * @param attributeName The name of the attribute to
Mastering JavaScript/samples/typescript/jquery.d.ts:1349
↓ 48 callers
Function
createIdentifierExpression
(identifier)
Mastering JavaScript/js/libs/traceur.js:7482
↓ 48 callers
Method
off
* Remove an event handler.
Mastering JavaScript/samples/typescript/jquery.d.ts:2685
↓ 47 callers
Function
parseExpression
()
Mastering JavaScript/js/libs/traceur.js:12645
↓ 47 callers
Function
require
(id)
Labs/Working with ES2015/End/js/libs/traceur.js:24178
↓ 47 callers
Method
update
(data: any, input_encoding?: string)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:1593
↓ 45 callers
Function
SyntaxError
(message, line, col)
Mastering JavaScript/js/ace/worker-css.js:1483
↓ 45 callers
Method
addClass
* Adds the specified class(es) to each of the set of matched elements. * * @param className One or more space-separated classes to be added
Mastering JavaScript/samples/typescript/jquery.d.ts:1331
↓ 45 callers
Function
d
(a, b)
Mastering JavaScript/js/libs/knockoutjs.js:17
↓ 44 callers
Method
clone
* Create a deep copy of the set of matched elements. * * param withDataAndEvents A Boolean indicating whether event handlers and data shoul
Mastering JavaScript/samples/typescript/jquery.d.ts:3179
↓ 44 callers
Function
n
(a,b)
Mastering JavaScript/js/libs/jquery-2.1.1.min.js:2
↓ 43 callers
Function
parseStatement
()
Mastering JavaScript/js/libs/traceur.js:12648
↓ 43 callers
Method
removeListener
(event: string, listener: Function)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:169
↓ 43 callers
Method
trim
* Remove the whitespace from the beginning and end of a string. * * @param str Remove the whitespace from the beginning and end of a string
Mastering JavaScript/samples/typescript/jquery.d.ts:1224
↓ 42 callers
Function
n
(name)
Mastering JavaScript/js/ace/mode-xquery.js:1944
↓ 42 callers
Function
n
(name)
Mastering JavaScript/js/ace/mode-jsoniq.js:1843
↓ 41 callers
Method
fail
* Add handlers to be called when the Deferred object is rejected. * * @param failCallbacks1 A function, or array of functions, that are cal
Mastering JavaScript/samples/typescript/jquery.d.ts:454
↓ 41 callers
Method
removeClass
* Remove a single class, multiple classes, or all classes from each element in the set of matched elements. * * @param className One or more
Mastering JavaScript/samples/typescript/jquery.d.ts:1460
↓ 39 callers
Function
Q
* Constructs a promise for an immediate reference, passes promises through, or * coerces promises from different systems. * @param value immediate
Labs/Using Data Binding and Templates/Begin/js/q.js:491
↓ 39 callers
Function
Q
* Constructs a promise for an immediate reference, passes promises through, or * coerces promises from different systems. * @param value immediate
Labs/Using Data Binding and Templates/End/js/q.js:491
↓ 39 callers
Function
createAssignmentExpression
(lhs, rhs)
Labs/Working with ES2015/Begin/js/libs/traceur.js:9508
↓ 39 callers
Function
createAssignmentExpression
(lhs, rhs)
Labs/Working with ES2015/End/js/libs/traceur.js:9508
↓ 39 callers
Function
require
(id)
Labs/Working with ES2015/Begin/js/libs/traceur.js:24178
↓ 38 callers
Function
peek
(expectedType)
Labs/Working with ES2015/Begin/js/libs/traceur.js:10738
↓ 38 callers
Function
peek
(expectedType)
Labs/Working with ES2015/End/js/libs/traceur.js:10738
↓ 38 callers
Function
z
(b)
Mastering JavaScript/js/libs/angular.min.js:8
↓ 37 callers
Function
Q
* Constructs a promise for an immediate reference, passes promises through, or * coerces promises from different systems. * @param value i
Labs/Working with Functions/Begin/js/q.js:449
↓ 37 callers
Function
Q
* Constructs a promise for an immediate reference, passes promises through, or * coerces promises from different systems. * @param value i
Labs/Working with Functions/End/js/q.js:449
↓ 37 callers
Function
Q
* Constructs a promise for an immediate reference, passes promises through, or * coerces promises from different systems. * @param value i
Mastering JavaScript/js/libs/q.js:449
↓ 36 callers
Function
E
(b)
Mastering JavaScript/js/libs/angular.min.js:9
next →
1–100 of 6,466, ranked by callers