Skip to content

khaled-dev-loper/jbezz-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBezz

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>