a javascript library :)
Direct link To latest JBezz Library
:
https://khaled-dev-loper.github.io/jbezz-library/jbezz.js
Use this code in Inspect Element Console
to load library :
if(typeof $$("body").watchAttr === 'undefined'){ bS = document.createElement("script"); bS.src = "https://khaled-dev-loper.github.io/jbezz-library/jbezz.js"; document.head.appendChild(bS); console.log("[LOG] Import J-bezz library"); }
Or using like this:
<script src='https://khaled-dev-loper.github.io/jbezz-library/jbezz.js'></script>