- Markdown rendering for Softreck.Dev - md.softreck.dev
- Markdown rendering for Softreck.Dev - on github
just copy index.html, and he take README.md and render it in your project
<!-- Use external markdown resource, separate slides by three newlines; vertical slides by two newlines -->
<section data-markdown="README.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
pobieranie pliku json z URL możliwość kontroli procesu poprzez funkcję succes w przypadku poprawnego pobrania oraz error, gdy plik nie istnieje, lub nie ma odpowiedniego formatu
letJson( String url, Function success, Function error)
try{
letJson( String url, Function json, Function item)
}catch(){
}
letJson(
"get.domain.com/file.json",
function(name, value, json) {
},
function(error) {
}
);