Shubham Vora has Published 957 Articles

How to remove “disabled” attribute from HTML input element using JavaScript?

Shubham Vora

Shubham Vora

Updated on 17-May-2023 12:07:38

4K+ Views

In HTML, we can use input elements to take input from the users by creating a form or in any other way. There are different types of input elements, such as checkboxes, radio buttons, text, numbers, etc. We can use the ‘disabled’ property with every element to disable the ... Read More

How to read all spans of a div dynamically?

Shubham Vora

Shubham Vora

Updated on 17-May-2023 12:02:03

1K+ Views

One HTML element can contain multiple nested HTML elements while creating web pages. In some cases, developers may require to read the particular HTML elements of one HTML element. In our case, we require to read all span elements of the div element and extract the content of them. In ... Read More

How to prevent Body from scrolling when a modal is opened using jQuery?

Shubham Vora

Shubham Vora

Updated on 17-May-2023 11:52:43

25K+ Views

A modal is a special user interface that we show on top of all the content of the web page. It is used to show some special information on the web page or move users out from the regular flow of the web page. For example, you may have seen ... Read More

How to play a notification sound on websites?

Shubham Vora

Shubham Vora

Updated on 17-May-2023 11:31:23

8K+ Views

Nowadays, web development continues to evolve and find new ways to improve the user experience. One way to improve the user's experience is by adding notifications to the website to notify users of any event. Before we start with the tutorial, let’s understand why we need notifications with sounds on ... Read More

How to place cursor position at end of text in text input field using JavaScript?

Shubham Vora

Shubham Vora

Updated on 17-May-2023 11:23:40

11K+ Views

In HTML, the input field is used to take input from the users. Sometimes, we require to take string or long text messages in the input. In these scenarios, users may need to go to the end of the input field to add more content or message. So, we should ... Read More

What are the different utility classes in Materialize CSS?

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:47:19

292 Views

In this article, we will learn the different utility classes in Materialize CSS, but before proceeding, let's know what Materialize CSS is. Materialize CSS is a popular front-end development framework that offers various features and utilities to create responsive and appealing web applications. One of the essential components of Materialize ... Read More

Role of ViewPort in Visual Formatting Model

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:43:15

159 Views

It is crucial to know about viewport in the visual formatting model for any web developer to develop a responsive website. The viewport is an area that is visible in the browser window or mobile device screen. In this tutorial, we will learn about the role of viewport in visual ... Read More

Progressive Enhancement

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:41:04

232 Views

In today's web development landscape, creating a website that works well across different devices and platforms is essential. This is where Progressive Enhancement comes in. Progressive Enhancement is a web design philosophy that focuses on building a website or application with a basic, functional version that works on all devices ... Read More

Prime CSS Marketing Link Colors

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:39:26

170 Views

The primer CSS is a framework allowing users to add pre-defined styles to the HTML elements. We can use primer CSS to style the various HTML elements such as buttons, links, forms, etc. In this tutorial, we will learn to style the HTML links with various colors using the primer ... Read More

Prime CSS Marketing Buttons Animated Arrow Symbol

Shubham Vora

Shubham Vora

Updated on 05-May-2023 16:36:38

229 Views

Let’s start the tutorial by understanding what is marking buttons and when we should use them. For a moment, think that you are an owner of the company and building a software product, and also, you don’t have any users or customers. Is it worth of product? The answer is ... Read More

Advertisements