How to remove all white spaces from a string Tutourial & Tips How to remove all white spaces from a string var copyText = document.getElementById("reg"); copyText.value.replace(/ /g,'') Dean Ha19th August 2021
Check if jQuery is installed Tutourial & Tips Check if jQuery is installed if (typeof jQuery == "undefined") { alert("jQuery is not installed"); (function () { var script…Dean Ha28th May 2021
Basic JavaScript MutationObserver API BlogTutourial & Tips Basic JavaScript MutationObserver API We can use the MutationObserver to listen to changes made to a target node. With…Dean Ha23rd June 2020
Great Web Technologies and Libraries to Try Out BlogResources Great Web Technologies and Libraries to Try Out Some really nice tools out there, that we as a developer, should try. It would…Dean Ha9th May 2019
Find all string within square brackets [string] – Regex Tutourial & Tips Find all string within square brackets [string] – Regex Regex Pattern: var regex = '/\/g'; Link: https://www.regextester.com/97589dha20th December 2018
JS – find currentClosetTo() Tutourial & Tips JS – find currentClosetTo() Scenario: For every minute that passes, we want to find the closest(current minute for example…dha27th August 2018
You don’t need jQuery for Selctors How toTutourial & Tips You don’t need jQuery for Selctors If you want to use the jQuery style to select elements you can add the…dha30th October 2017
How to hide anchor tag from URL using jQuery 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
Easy Car Check – Progressive Web App W.I.P Easy Car Check – Progressive Web App Easy Car Check A responsive web app made for mobile devices. This is an additional…Dean Ha10th January 2016