MCPcopy Create free account

hub / github.com/DanWahlin/MasteringJavaScriptCourseCode / functions

Functions6,466 in github.com/DanWahlin/MasteringJavaScriptCourseCode

↓ 3,148 callersFunctionrequire
(module, callback)
Mastering JavaScript/js/ace/ace.js:161
↓ 2,142 callersMethodget
* 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 callersMethodadd
* 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 callersMethodslice
* 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 callersFunctionshift
(t)
Mastering JavaScript/js/ace/mode-xquery.js:1342
↓ 362 callersFunctionshift
(t)
Mastering JavaScript/js/ace/mode-jsoniq.js:1342
↓ 351 callersMethodon
* 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 callersMethodbind
* 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 callersMethodlog
(msg)
Mastering JavaScript/samples/es2015/classes.js:6
↓ 237 callersMethodunshift
(chunk: string)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:184
↓ 213 callersMethodmap
* 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 callersMethodaddListener
(event: string, listener: Function)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:166
↓ 190 callersFunctionwarning
(code, t, a, b, c, d)
Mastering JavaScript/js/ace/worker-javascript.js:2671
↓ 183 callersMethodtoString
(encoding?: string, start?: number, end?: number)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:347
↓ 169 callersMethodthen
* 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 callersMethodeach
* 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 callersMethodhas
* 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 callersMethodextend
* 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 callersMethodremove
* 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 callersFunctionadvance
(id, t)
Mastering JavaScript/js/ace/worker-javascript.js:3045
↓ 115 callersMethodisArray
* 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 callersFunctiona
(b, h)
Mastering JavaScript/js/libs/knockoutjs.js:67
↓ 106 callersMethodnext
* 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 callersMethodcompare
(otherBuffer: Buffer)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:351
↓ 99 callersMethoddetach
* 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 callersFunctionq
(b,a,c)
Mastering JavaScript/js/libs/angular.min.js:7
↓ 98 callersMethoderror
* 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 callersMethoddata
* 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 callersMethodresolve
* 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 callersFunctioncallback
()
Mastering JavaScript/js/ace/ace.js:1836
↓ 82 callersMethodtrigger
* 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 callersMethodisFunction
* 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 callersFunctionbindKey
(win, mac)
Mastering JavaScript/js/ace/ace.js:10301
↓ 78 callersMethodappend
* 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 callersFunctiona
(a, b,c)
Mastering JavaScript/js/libs/angular.min.js:20
↓ 75 callersMethodcss
* 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 callersFunctionid
(token)
Labs/Using Data Binding and Templates/End/js/handlebars.js:2543
↓ 72 callersMethodreject
* 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 callersFunction__webpack_require__
(moduleId)
Labs/Using Data Binding and Templates/Begin/js/handlebars.js:42
↓ 70 callersFunction__webpack_require__
(moduleId)
Labs/Using Data Binding and Templates/End/js/handlebars.js:42
↓ 70 callersMethodcontains
* 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 callersMethodfilter
* 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 callersFunctionnext
()
Labs/Working with ES2015/Begin/js/libs/traceur.js:11267
↓ 68 callersFunctionnext
()
Labs/Working with ES2015/End/js/libs/traceur.js:11267
↓ 67 callersFunctionnext
()
Mastering JavaScript/js/libs/traceur.js:8965
↓ 66 callersMethodread
(size?: number)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:178
↓ 65 callersFunctione
(a,b)
Mastering JavaScript/js/libs/angular.min.js:34
↓ 64 callersMethodfind
* 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 callersFunctionjQuery
(selector, context)
Mastering JavaScript/samples/jsLocalStorage/Scripts/jquery.js:25
↓ 62 callersFunctionerror
(m, t, a, b, c, d)
Mastering JavaScript/js/ace/worker-javascript.js:2725
↓ 61 callersFunctioncreateToken
(type, beginIndex)
Labs/Working with ES2015/Begin/js/libs/traceur.js:11068
↓ 61 callersFunctioncreateToken
(type, beginIndex)
Labs/Working with ES2015/End/js/libs/traceur.js:11068
↓ 60 callersFunctioncreateToken
(type, beginIndex)
Mastering JavaScript/js/libs/traceur.js:8766
↓ 59 callersFunctionb
(a, b)
Mastering JavaScript/js/libs/knockoutjs.js:17
↓ 59 callersFunctionparseExpression
()
Labs/Working with ES2015/Begin/js/libs/traceur.js:15608
↓ 59 callersFunctionparseExpression
()
Labs/Working with ES2015/End/js/libs/traceur.js:15608
↓ 58 callersFunctionpeekType
()
Labs/Working with ES2015/Begin/js/libs/traceur.js:10747
↓ 58 callersFunctionpeekType
()
Labs/Working with ES2015/End/js/libs/traceur.js:10747
↓ 57 callersFunctionw
(b)
Mastering JavaScript/js/libs/angular.min.js:9
↓ 55 callersFunctionexpression
(rbp, initial)
Mastering JavaScript/js/ace/worker-javascript.js:3123
↓ 54 callersFunctioncreateIdentifierExpression
(identifier)
Labs/Working with ES2015/Begin/js/libs/traceur.js:9610
↓ 54 callersFunctioncreateIdentifierExpression
(identifier)
Labs/Working with ES2015/End/js/libs/traceur.js:9610
↓ 54 callersFunctiond
()
Mastering JavaScript/js/libs/angular.min.js:17
↓ 52 callersFunctionc
(c,e)
Mastering JavaScript/js/libs/angular.min.js:31
↓ 52 callersFunctiongetResult
(tree)
Labs/Working with ES2015/Begin/js/libs/traceur.js:19470
↓ 52 callersFunctiongetResult
(tree)
Labs/Working with ES2015/End/js/libs/traceur.js:19470
↓ 52 callersFunctionparseStatement
()
Labs/Working with ES2015/Begin/js/libs/traceur.js:15611
↓ 52 callersFunctionparseStatement
()
Labs/Working with ES2015/End/js/libs/traceur.js:15611
↓ 51 callersFunctiongetResult
(tree)
Mastering JavaScript/js/libs/traceur.js:15170
↓ 51 callersMethodpreventDefault
()
Mastering JavaScript/samples/typescript/jquery.d.ts:530
↓ 48 callersMethodattr
* 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 callersFunctioncreateIdentifierExpression
(identifier)
Mastering JavaScript/js/libs/traceur.js:7482
↓ 48 callersMethodoff
* Remove an event handler.
Mastering JavaScript/samples/typescript/jquery.d.ts:2685
↓ 47 callersFunctionparseExpression
()
Mastering JavaScript/js/libs/traceur.js:12645
↓ 47 callersFunctionrequire
(id)
Labs/Working with ES2015/End/js/libs/traceur.js:24178
↓ 47 callersMethodupdate
(data: any, input_encoding?: string)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:1593
↓ 45 callersFunctionSyntaxError
(message, line, col)
Mastering JavaScript/js/ace/worker-css.js:1483
↓ 45 callersMethodaddClass
* 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 callersFunctiond
(a, b)
Mastering JavaScript/js/libs/knockoutjs.js:17
↓ 44 callersMethodclone
* 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 callersFunctionn
(a,b)
Mastering JavaScript/js/libs/jquery-2.1.1.min.js:2
↓ 43 callersFunctionparseStatement
()
Mastering JavaScript/js/libs/traceur.js:12648
↓ 43 callersMethodremoveListener
(event: string, listener: Function)
Mastering JavaScript/samples/es2015/Working with ES2015 Modules/typings/node/node.d.ts:169
↓ 43 callersMethodtrim
* 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 callersFunctionn
(name)
Mastering JavaScript/js/ace/mode-xquery.js:1944
↓ 42 callersFunctionn
(name)
Mastering JavaScript/js/ace/mode-jsoniq.js:1843
↓ 41 callersMethodfail
* 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 callersMethodremoveClass
* 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 callersFunctionQ
* 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 callersFunctionQ
* 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 callersFunctioncreateAssignmentExpression
(lhs, rhs)
Labs/Working with ES2015/Begin/js/libs/traceur.js:9508
↓ 39 callersFunctioncreateAssignmentExpression
(lhs, rhs)
Labs/Working with ES2015/End/js/libs/traceur.js:9508
↓ 39 callersFunctionrequire
(id)
Labs/Working with ES2015/Begin/js/libs/traceur.js:24178
↓ 38 callersFunctionpeek
(expectedType)
Labs/Working with ES2015/Begin/js/libs/traceur.js:10738
↓ 38 callersFunctionpeek
(expectedType)
Labs/Working with ES2015/End/js/libs/traceur.js:10738
↓ 38 callersFunctionz
(b)
Mastering JavaScript/js/libs/angular.min.js:8
↓ 37 callersFunctionQ
* 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 callersFunctionQ
* 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 callersFunctionQ
* 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 callersFunctionE
(b)
Mastering JavaScript/js/libs/angular.min.js:9
next →1–100 of 6,466, ranked by callers