Tarun Singh has Published 103 Articles

How to rotate shape loader animation using CSS?

Tarun Singh

Tarun Singh

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

2K+ 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

2K+ 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

281 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

3K+ 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

585 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

How to translate an image or icon by hovering over it?

Tarun Singh

Tarun Singh

Updated on 04-May-2023 16:00:30

1K+ Views

In web development, interactivity is key to providing a memorable user experience. One common technique used to add interactivity is hovering over images or icons to reveal more information or change the appearance. Translating an image or icon by hovering over it is a great way to add some movement ... Read More

How to transform child elements preserve the 3D transformations?

Tarun Singh

Tarun Singh

Updated on 04-May-2023 15:53:27

104 Views

Being a web developer, it's important to have a solid understanding of 3D transformations and how to apply them to child elements. Transforming child elements can be a bit tricky, as we'll need to make sure that the transformations of the parent element are preserved. CSS 3D transforms create depth ... Read More

How to test CSS property of an element using Protractor?

Tarun Singh

Tarun Singh

Updated on 04-May-2023 08:34:09

213 Views

Testing CSS properties is crucial in ensuring the quality of a web application. CSS properties determine how elements are displayed on a webpage, such as font size, color, and layout. Testing CSS properties can help detect bugs and ensure that the application looks and functions as intended. A tool known ... Read More

How to submit a form on Enter button using jQuery?

Tarun Singh

Tarun Singh

Updated on 04-May-2023 08:29:35

4K+ Views

jQuery- a very popular JavaScript library that simplifies the process of HTML document manipulation, event handling, and animation. It consists of a set of functions that are used to traverse, manipulate, and modify HTML elements on the page. It is also cross-browser compatible and works seamlessly with most modern browsers. ... Read More

How to style scrollbar thumb for the webkit browsers and what are components of scrollbar?

Tarun Singh

Tarun Singh

Updated on 03-May-2023 18:02:22

607 Views

Scrollbars are an essential part of web browsing, allowing users to navigate through long pages of content. Webkit-based browsers such as Safari and Google Chrome offer several ways to style scrollbar thumbs, which are the draggable handles that move up and down the scrollbar track. Scroll bars are an essential ... Read More

Advertisements