Sometimes, we want to validate digits, including floats, in JavaScript. In this article, we’ll look…
Coding
Sometimes, we want to disable Ctrl + F of find in page with JavaScript. In…
Sometimes, we want to check for strings with only numbers and dot with JavaScript. In…
Sometimes, we want to get a fraction portion of a float number with JavaScript. In…
Sometimes, we want to validate number of days in a given month with JavaScript. In…
Sometimes, we want to use the hover and class selector with jQuery. In this article,…
Sometimes, we want to force the download of a link with JavaScript. In this article,…
Sometimes, we want to expand a text area when clicked on with JavaScript. In this…
Sometimes, we want to detect if we’re in the home page with JavaScript. In this…
Sometimes, we want to return reference to array item when searching an array of objects…