by Garth | Jul 26, 2018 | Javascript, Snippets, Tools
print();
by Garth | Jul 26, 2018 | Javascript, Jquery, Snippets
let timer = setInterval(function() { // The dispatch date is just the variable name. You can change it wo whatever. As long as you change it where ever else it is been used as well. // the format for dispatch_date is (‘2018-10-17 17:00:00′) which is been...
by Garth | Jul 23, 2018 | HTML, Javascript, Jquery, Snippets, Tools
<a href=”javascript:history.go(-1)” class=”custom_back_button”><i class=”fas fa-chevron-left”></i> Back</a> This example uses Font Awesome. Don’t forget to include Font Awesome lib in your...
by Garth | Jul 23, 2018 | Javascript, Jquery
jQuery(document).ready(function($) { // Test console.log( “ready!” ); });