MCPcopy Create free account
hub / github.com/aspnet/AzureSignalR-samples / jQuery

Function jQuery

aspnet-samples/ChatRoom/Scripts/jquery-3.7.1.js:155–160  ·  view source on GitHub ↗
( selector, context )

Source from the content-addressed store, hash-verified

153
154 // Define a local copy of jQuery
155 jQuery = function( selector, context ) {
156
157 // The jQuery object is actually just the init constructor 'enhanced'
158 // Need init if jQuery is called (just allow error to be thrown if not included)
159 return new jQuery.fn.init( selector, context );
160 };
161
162jQuery.fn = jQuery.prototype = {
163

Callers 5

dirFunction · 0.70
jquery-3.7.1.jsFile · 0.70
accessFunction · 0.70
onFunction · 0.70
manipulationTargetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected