Tarun Singh has Published 104 Articles

How to set the background color for an element using jQuery?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 13:26:28

2K+ Views

jQuery- a very popular JavaScript tool that helps in simplifying the process of web development consists of various tools that can be used to manipulate the HTML elements, CSS properties, and even event handling. Adding new or modifying styles of an HTML element dynamically is one such task that requires ... Read More

How to set background color of a particular div in jQuery?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 13:14:44

2K+ Views

jQuery is a very popular and widely used JavaScript library used in the process of writing and manipulating HTML documents, handling events, and adding dynamic effects and animations to web pages. Sometimes we need to style a particular div in our web page but don’t know which method to use ... Read More

How to set a Variable to equal nothing in SASS?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 13:10:42

623 Views

SASS or Syntactically Awesome Style Sheets, is a very popular preprocessor scripting language among developers that are used to enhance the functionality of CSS. SASS allows the developers to use variables, nesting, mixins, and some other advanced features that are not available in CSS. One of the key features of ... Read More

How to select values from a JSON object using jQuery?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 13:01:39

6K+ Views

JSON or JavaScript Object Notation is a lightweight format used for data interchange between web applications and servers. It provides a simple and easy-to-read structure that can be parsed and generated easily by machines. JSON is often used as an alternative to XML because it is more compact and easier ... Read More

How to scroll the page up or down using anchor element in jQuery?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 12:58:20

4K+ Views

jQuery is a popular JavaScript library that simplifies the process of manipulating HTML documents, handling events, and creating animations. In this article, we'll see how to scroll the page up or down using the anchor elements in jQuery. We sometimes encounter large content pages on websites and to go to ... Read More

How to rotate shape loader animation using CSS?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 12:52:12

3K+ Views

In this article, we’ll see how to rotate shape loader animation using CSS. Loading animations of different shapes is an essential part of a web app as it helps the users stay engaged while they wait for a website to load. There are multiple animations that one can add to ... Read More

How to select the last row of a table using jQuery?

Tarun Singh

Tarun Singh

Updated on 10-May-2023 12:48:30

3K+ Views

jQuery is a widely used tool in JavaScript that simplifies the process of manipulating HTML documents and doing other tasks related to website development. In this article, we will see how to select the last row of a table using jQuery. Along with this, we’ll know different approaches to performing ... Read More

How to use .on and .hover in jQuery?

Tarun Singh

Tarun Singh

Updated on 04-May-2023 16:11:02

574 Views

jQuery- a popular JavaScript library used in simplifying web development tasks. It gives an easy-to-use syntax that simplifies coding and improves performance. Among the many features that jQuery provides, two of the most commonly used are .on() and .hover(). These methods allow to bind events to DOM elements and executing ... Read More

How to upload files using jQuery Dropzone Plugin?

Tarun Singh

Tarun Singh

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

5K+ Views

Uploading files on a website can be a challenging task, especially when you have to handle different types of files, such as images, videos, and documents. Fortunately, jQuery Dropzone Plugin makes it easy to handle file uploads with just a few lines of code. There are many more plugins available ... Read More

How to underline all words of a text using jQuery?

Tarun Singh

Tarun Singh

Updated on 04-May-2023 16:02:08

904 Views

Underlining text is a common requirement in web development, and it can be done easily with the help of jQuery. In this article, we will see how to underline all words of a text using jQuery and learn the different methods to perform this. Before we dive into the different ... Read More

Advertisements