In your web pages, you may add or remove CSS classes from the DOM elements on the fly. No jQuery or some other library is required but this Continue Reading
JavaScript
The light-weight parallax scrolling plug-in, only 1Kb JavaScript file, enables creating the parallax effect in the header with fading. This JavaScript based plug-in is simple to use where Continue Reading
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 Continue Reading
A JavaScript solution for device detection - OS, orientation, and type As more and more visitors are moving to smartphones / mobiles for visiting the websites, it Continue Reading
A hover on touch solution by using JavaScript The hover effect occurs as you bring the mouse over different elements in a web page like links, images, Continue Reading
What is input masking library? In certain scenarios, you may require enabling the visitors for entering only the specific data in certain format. For example, zip code or Continue Reading
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 Continue Reading
The jQuery countdown plug-in This jQuery countdown plug-in can be used for websites with “Coming Soon” or “Under construction” status for entirely or for a section of Continue Reading
The TouchSlider plug-in for sliding content The TouchSlider is a JS based plug-in that enables smooth sliding of the content. The TouchSlider is a responsive slider that Continue Reading
The datepickk plugin – A JavaScript date picker If you need to work with dates in your web projects and need a JavaScript based solution, there are Continue Reading
The setInterval method in JavaScript The setInterval method is used to repeat the execution of a function or code at the given duration. The duration is specified Continue Reading
The indexOf method in JavaScript If you are working with arrays in JavaScript, particularly with large arrays, there may be a scenario to find only the specific Continue Reading
The purpose of push and unshift methods in JavaScript In certain scenarios, you need to add elements in existing arrays of JavaScript. The push and unshift methods Continue Reading
The array length property in JavaScript The array length property of JavaScript is used to set or return total length or number of elements in the specified Continue Reading
The for loop in JavaScript The for loop is used to execute the given code to the given number of times in JavaScript. Structure of for loop Continue Reading