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

Function getjQuery

aspnet-samples/AspNetForm/Scripts/bootstrap.esm.js:209–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207 element.offsetHeight; // eslint-disable-line no-unused-expressions
208};
209const getjQuery = () => {
210 if (window.jQuery && !document.body.hasAttribute('data-bs-no-jquery')) {
211 return window.jQuery;
212 }
213 return null;
214};
215const DOMContentLoadedCallbacks = [];
216const onDOMContentLoaded = callback => {
217 if (document.readyState === 'loading') {

Callers 2

defineJQueryPluginFunction · 0.70
triggerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected