I personally tested a few routines to find out if the extension in a url is one of the searched and…
Tag: programming
Scroll <ul> or <ol> list when a key is pressed. The list is scrolled where an element that starts with the…
Below you have two useful functions when you want to periodically delete the contents of a folder, especially when working with…
The first solution : var onReadyDomElement = function(element) { return new Promise(function(callback, reject) { function checkAgain() { setTimeout(function() { if(jQuery(element) !==…
How to recover MySQL database files accidentally deleted if someone accidentally deleted all the table files from a MySQL Server data…