Sometimes you may need to use variable number of arguments in JS function. Here is how to do it.
JavaScript
How to Add 1 Day to Current Date
How to Sum Values of JS Object
Sometimes you may need to sum values of JS object. Here is how to create a JS function to do it regularly.
How to Detect Scroll Direction in JavaScript
Sometimes you may need to add functionality depending on direction of scrolling. Here is how to detect scroll direction in JavaScript.
How to Split String With Multiple Delimiters in JS
How to Clone Array in JavaScript
How to Create Please Wait Loading Animation in jQuery
Often web developers need to create please wait loading animation in jQuery. Here are the steps to do it.
How to Get Class List for DOM Element
How to Move Element into Another Element in jQuery
Often you may need to move one element into another element. Here is how to move element into another element in jQuery.
How to Automatically Scroll to Bottom of Page in JS
Sometimes you may need to provide Scroll to bottom feature on your web pages. Here is how to automatically scroll to bottom of page in JS.