JavaScript / jQuery CSS Styles


jQuery vs JavaScript

jQuery was made in 2006 by John Resig. Its purpose is to deal with problems between different web browsers and make it easier to control and change things on web pages, like handling events, animations, and using Ajax.

For over a decade, jQuery has been the most widely used JavaScript library globally.

Since JavaScript Version 5 (2009), many of the features provided by jQuery can be accomplished using just a few lines of regular JavaScript code.


Hiding HTML Elements

Conceal an HTML element:


Showing HTML Elements

Display an HTML Element:


Styling HTML Elements

Adjust the size of a text in an HTML element: