How to Add a Class in an Element by JavaScript?
In your web pages, you may add or remove CSS classes from the DOM elements on the fly. No JQuery is or some other library is required but this can be done easily by raw JavaScript.
In your web pages, you may add or remove CSS classes from the DOM elements on the fly. No JQuery is or some other library is required but this can be done easily by raw JavaScript.
The light-weight parallax scrolling plug-in, only 1Kb JavaScript file, enables creating the parallax effect in the header with fading.
The sticky-sidebar is a smooth and light-weight pure JavaScript based plug-in. The sticky sidebar created by using this plug-in does not calculate all dimensions but just the necessary ones.
We are going to share a simple and light-weight JavaScript plug-in that detects user device; whether it is a desktop, mobile or tablet?
The hover-on-touch is a JavaScript plug-in that enables an alternative hover function in smaller screens. See live demos and code.
The input-masking library enables you making an input field masked with a specific data entry format. Learn how in this tutorial.
A one stop solution for slider, carousel, gallery component In this tutorial, I am going to share a one stop solution for the carousel, slider, slideshow or gallery component for your web site. Generally, you may require different plug-ins for different purposes. For example, if you need to have a carousel component then go for … Read more
This jQuery countdown plug-in can be used for websites with “Coming Soon” or “Under construction” status entirely or for a section of the website.
TouchSlider is a JS based plug-in that enables smooth sliding of the content. Learn how to use it with examples @ jQuery-az.com
In this tutorial, I am going to show you a cool datepicker plug-in, which is also based in JavaScript with plenty of options.
Boost your developer efficiency: Learn how to automate repetitive tasks with setInterval for smoother JavaScript logic.
Dive deep into efficient element search: This tutorial explores the secrets of the indexOf method in JavaScript.
Mastering element addition in JavaScript Arrays: This tutorial dives deep into push and unshift usage
Explore the JavaScript array length property with our comprehensive tutorial. Learn how to leverage this essential feature to efficiently determine the size of arrays.
Learn the ins and outs of JavaScript for loop syntax, initialization, conditions, and iterations. Explore practical examples and advanced techniques at jquery-az.com