- demo loader using the jloads library
- aplication using the jloads library
- documentation
- blog, news
- logo
media loader for: + javscripts + media styles css + images + ...
<!-- Development: whichever you prefer -->
<script src="https://unpkg.com/jloads/jloads.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jloads/jloads.js"></script>
<!-- Production: whichever you prefer -->
<script src="https://unpkg.com/jloads/jloads.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/jloads/jloads.min.js"></script>
npm install jloads --save
The "Getting started" guide is a good place to start learning how to use jloads.
TypeScript type definitions are available from DefinitelyTyped. They can be installed with:
$ npm install @types/jloads --save-dev
Documentation lives on get.jloads.com.
You may be interested in the API Docs, a Simple Application, or perhaps some Examples.
jloads has an active & welcoming community on Gitter, or feel free to ask questions on Stack Overflow using the jloads.js
tag.
There's a Contributing FAQ on the jloads site that hopefully helps, but if not definitely hop into the Gitter Room and ask away!
Thanks for reading!
🎁
with jloads it's easy to swith between environments: local/live system
When the domain for environment is not defined, than the main domain is used by function
jloads.env("//localhost:8080/", "local", function () {
return window.location.hostname === 'localhost';
});
The callback function is checking if this domain environment is default.
// Configuration
var success = function (data) {
console.log('loaded', data);
};
var error = function (data) {
console.error('!loaded', data);
};
// Declaration
var jloads = new Load(document.body, success, error);
// Environment
jloads.env("//localhost:8080/", "local", function () {
return window.location.hostname === 'localhost';
});
jloads.env("//get.jloads.com/", "production", function () {
return window.location.hostname !== 'localhost';
});
// Load NOW
jloads.js([
"//code.jquery.com/jquery-git.min.js",
"//stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js",
]);
// Dynamic loading
document.addEventListener("DOMContentLoaded", function(event) {
loadDefaultCss();
});
function loadDefaultCss(){
jloads.cacheOff().css([
"//code.jquery.com/ui/1.12.1/jquery-ui.min.js",
"//stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css",
"css/default.css",
]);
}
function loadPinkCss(){
jloads.cacheOff().css([
"css/pink.css",
]);
}
function loadBlackCss(){
jloads.cacheOff().css([
"css/black.css",
]);
}
jloadsUrl({
"head": [
"jquery-3.2.1.min.js",
"codemirror/lib/codemirror.js",
"codemirror/addon/search/searchcursor.js",
"codemirror/addon/search/search.js",
"codemirror/addon/dialog/dialog.js",
"codemirror/addon/edit/matchbrackets.js",
"codemirror/addon/edit/closebrackets.js",
"codemirror/addon/comment/comment.js",
"codemirror/addon/wrap/hardwrap.js",
"codemirror/addon/fold/foldcode.js",
"codemirror/addon/fold/brace-fold.js",
"codemirror/mode/javascript/javascript.js",
"codemirror/keymap/sublime.js",
"codemirror/lib/codemirror.css",
"codemirror/addon/fold/foldgutter.css",
"codemirror/addon/dialog/dialog.css",
"codemirror/theme/monokai.css"
],
"#forms": [
"form/test.html",
"css/codemirror.css",
"form/inputs.css?6"
]
});
Project jLoads is an loader for media implementation
The next Step is to Create the integration between code and OpenApi to generate SDK for another languages and create any language mirror, to us it in another application, not depends language, version, environment
You can exercise all of the Foundation API methods through the API Console as well as view documentation and descriptions of the inputs and outputs of each API method.
We started in 2018 with few concepts but one idea: fastest development. Now, in 2020 we are giving solutions:
- APIexec - executor library for shell scripts
- APIcra - shell scripts libraries
- APIunit - definition of application, CI, CD
- APIbuild - build process definition, focused on quality, versioning
- APIsql - data bases, queries, models
- APIfunc - FaaS solutions
We are preparing cloud solution, a FaaS implementation of our current environment solutions:
For private, company private API with authorisation we preparing the FaaSapp platform