PHP Classes

File: docs/api/js/template.js

Recommend this page to a friend!
  Classes of Saeed Hubaishan   PHP Hijri Date Calendar   docs/api/js/template.js   Download  
File: docs/api/js/template.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Hijri Date Calendar
Convert and manipulate Hijri dates
Author: By
Last change:
Date: 10 days ago
Size: 440 bytes
 

Contents

Class file image Download
(function(){ window.addEventListener('load', () => { const el = document.querySelector('.phpdocumentor-on-this-page__content') if (!el) { return; } const observer = new IntersectionObserver( ([e]) => { e.target.classList.toggle("-stuck", e.intersectionRatio < 1); }, {threshold: [1]} ); observer.observe(el); }) })();