How-to articles, tricks, and solutions about JAVASCRIPT ELEMENTS

How to Add Options to a Select Element using jQuery

Read this tutorial and find useful information about the multiple methods of adding options to a select element using jQuery. Choose the best one for you.

How to Change an Element’s Class with JavaScript

One of the most common issues in JavaScript is changing an element’s class. In this snippet, we are going to show you the efficient ways of achieving it.

How to Check if Element is Visible after Scrolling

Read the tutorial and find out one of the methods of checking whether the element is visible after scrolling with jQuery. Also, find about utility function.