get_browser()
This function has the alias get_client()….
lazy_iframe()
This is a convenient alias of lazy_load(). Note: this function does not need to use echo as it prints immediately. This uses JavaScript to load iframes after the page has…
lazyLoadHTML()
…the load function manually, use nebula_load event trigger: jQuery(document).trigger(‘nebula_load’); Once the load function is triggered, the listeners are removed (except for the force_load trigger) as they are no longer needed….
lazy_img()
This is a convenient alias of lazy_load(). Note: this function does not need to use echo as it prints immediately. This uses JavaScript to load images after the page has…
sw_location()
The default filename for the Nebula service worker is sw.js and typical Nebula installation instructs for this file to be moved to the root directory. However, all of this can…
set_global_session_cookie()
The setcookie() function will only be used if headers have not been sent….
isInView()
This will return true even if a sliver of the element is in the viewport. It will also work if the element extends both above and below the viewport (if…