Find all URLs in a string except the URL inside a and img tag and make a link using JavaScript
Today we will show you how to find all URLs in a string except the URL inside a and img tag and make a link using JavaScript. Previously, we wrote...
Today we will show you how to find all URLs in a string except the URL inside a and img tag and make a link using JavaScript. Previously, we wrote...
In this short article, we’ll show you the list of the methods of Promises in JavaScript. Checkout more articles on JavaScript 7 JavaScript One-Liners that you should know Add days...
Today we’ll explain the various console methods in JavaScript and how to use it with examples. Checkout more articles on JavaScript 7 JavaScript One-Liners that you should know Add days...
Today we will share the 7 useful JavaScript One-Liners that you should know. Checkout more articles on JavaScript Encode and decode strings with base64 Remove all whitespace from a string...
Today we will show you how to prevent a website from being loaded in an iframe. The X-Frame-Options HTTP response header can be used to block a website from loading...
Today we will show you how to encode and decode strings with base64 in JavaScript. In this article, we will use the btoa() and atob() JavaScript methods to encode or...
Today, we’ll explain to you how to show and hide password field text using jQuery. In this toggle or show/hide password functionality, you can see the password during writing. Here...
Today we’ll explain to you how to implement international telephone input with country flags and dial codes using jQuery. It is common functionality to add auto country code in the...
Today, we’ll explain to you how to get the number of days between two dates using jQuery. Sometimes, we need to calculate the number of days between two dates. Using...
In this short article, we will show you how to trim string from the dynamic object in JavaScript. Sometimes we may need to remove the whitespace from the both ends...
Today, we’ll explain to you how to get day name of a date using JavaScript. Sometimes we need to display the name of the day according to the given date....
In this short article, we will show you how to add days to a date in JavaScript. Here, we will add the number of days to the given date using...
Today, we’ll explain to you how to show and hide a textbox using JavaScript and jQuery. Here, we will show/hide the div with a textbox depending on the selection of...
Today, we’ll discuss how to create a Modal Popup using jQuery. We may always need to open a popup in a web application to show information, feedback, contact form or...