javascript

Make column, section and any widget clickable Elementor

On the right is a column > To make the colum or any widget clickable Set the ID of column > Advanced > CSS ID Set “click-column” Use the code below, and put AFTER the column <script> document.getElementById(“click-column”).onclick = function() {myFunction()}; function myFunction() { window.open(“https://www.jaybranding.com/code”, “_blank”); } </script> <style> /*You

Create simple load screen with jquery javascript

Simple code to help you create a loading div and disappear when the document loaded. You may not see the loading message when it’s on fast internet speed. So I add delay function to it (you dont need to add) Loading… Loading… If you want to make the loader full

en_US

© Copyright by JAYbranding – All rights reserved.