You Are Viewing Posts Under Category: JavaScript Codes

Add Simple Basic Tags HTML Input Field In Vanilla JavaScript
| December 31st, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesA tags input is a user interface (UI) component that allows the user to add or insert multiple entries as tags into an input field. In this project (Tags Input in JavaScript), as you can see on the webpage, there is an input box with some tags, buttons, and tags counters. You can remove each [&helli...
JavaScript MD5 Function To Encrypt Your Strings Using Vanilla JavaScript
| December 30th, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesDo you want to encrypt your text strings on your browser at the client-side then you can use the javascript md5 hash function? So get a javascript md5 function to encrypt your strings using vanilla javascript. The MD4, MD5 and SHA-1 calculations are altogether secure hash capacities. They accept a s...
Modify The Browser Address Bar URL Without Reloading Using JavaScript
| December 29th, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesIn this article, We will explain with an example, how to change the URL in the browser address bar without reloading or refreshing the page using HTML5 History API in JavaScript. HTML5 History API allows browsers to change the URL in the browser address bar without reloading or refreshing the page u...
How To Make Resizable Columns Of Your HTML Table Using JavaScript?
| November 17th, 2021 | 4 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesA lightweight and easy to use vanilla javascript to make any HTML table columns resizable. The resizable columns is a jquery and CSS based plugin that lets you make resizeable columns of tables. How we can create a flexible table in which columns are resizable? Solution: See this Resizable Table col...
How To Detect If Caps Lock Is On Using Pure JavaScript?
| November 15th, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesThere are quite a few scripts out there for checking whether the Caps Lock key is on. However, the top searches for a helpful JavaScript function turn up a lot of dated, obsolete code that usually doesn’t work or uses techniques that are frowned upon, such as obtrusive JavaScript. This technique i...
Pretty Print JSON Data In HTML In Color Code Using JavaScript
| November 8th, 2021 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesSo many times we are required to print the JSON in pretty format because it is easy to read and understood. As we know JSON (JavaScript object notation) is a lightweight data-interchange format. It is easy for humans to read and write. This tutorial shows how to pretty print JSON data in HTML in col...










