Tutourial & Tips How to remove all white spaces from a string var copyText = document.getElementById("reg"); copyText.value.replace(/ /g,'') Dean Ha19th August 2021
Tutourial & Tips Check if jQuery is installed if (typeof jQuery == "undefined") { alert("jQuery is not installed"); (function () { var script…Dean Ha28th May 2021
Tutourial & Tips How to encrypt a string with a private key/salt in PHP Its useful to encrypt a certain string and and then unlock the message by decryption…Dean Ha31st July 2019
Tutourial & Tips JS – find currentClosetTo() Scenario: For every minute that passes, we want to find the closest(current minute for example…dha27th August 2018
How toTutourial & Tips How to hide anchor tag from URL using jQuery A useful script that will prevent the anchor tag showing on the URL when jumping…Dean Ha21st March 2016