Image Upload with Reset Button

<div class=”form-row”> <div class=”container”> <label class=”ants-label-light” >Club Emblem</label> </div> <div class=”input-group mb-6 container justify-content-center”> <div...

Javascript Prevent Page Hot Reload

document.onkeydown = function() { switch (event.keyCode) { case 116 : //F5 button event.returnValue = false; event.keyCode = 0; return false; case 82 : //R button if (event.ctrlKey) { event.returnValue = false; event.keyCode = 0; return false; } }...

Javascript Cron Job

Create a page and add this to it. It will run the page every time someone loads the page or for whatever duration you set yourself. setTimeout(function() { location.reload(); }, 5000);

Owl Carousel Docs

Documentation can be found hereOwl Carousel https://owlcarousel2.github.io/OwlCarousel2/Add font awesome as well because font awesome is awesome. wp_enqueue_style(‘fontawesome’, ‘https://use.fontawesome.com/releases/v5.2.0/css/all.css’);...

Outsystems Including External Libraries

View – Forum Discussion. View – Including external CSS in outsystems. View – Including external javascript in outsystems MOBILE application. View – Including external javascript in outsystems WEB application View – Javascript links...

Pin It on Pinterest