jQuery Alerts

jQuery alert confirm buttons

The jQuery is a JavaScript library so you can use simple JavaScript alerts while using jQuery in your web projects.

jQuery $.each Method

jquery each

The $.each method of jQuery makesĀ it quite easier to iterate through different collection types in DOM.

jQuery $.toggle Method

jquery toggle easing

The toggle method of jQuery hides specified visible elements and display the hidden elements. See examples to learn in this tutorial.

jQuery $.on Method

jquery onclick change mouseleave

In a simple definition, you can say the $.on method is a longer version of event methods like click, dbclick, change, hover, keyUp, keyDown, and others. jQuery allows you to use the shorthand of events like click event and other events. However, theĀ .on method not only allows you to use these methods alone but you … Read more

jQuery $.click Method

jQuery $.click method demo with color div elements

A comprehensive guide about using jQuery click event and function with easy examples including div, buttons, form elements and others