Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery mousedown() Method

jQuery mousedown() Method

 

 

The mousedown event is used to occur when the mouse button is pressed down over the selected element. The mousedown() function triggers the mousedown event. We can attach a function to this event. It is used together with mouseup() method.

 

Syntax:-

 

Its syntax is:- $(selector).mousedown(function)

 

Further Explanation:-

 

Parameter Description
function Optional. Specifies the function to run when the mousedown event is triggered

Code Explanation

All Tutorials related to jQuery Events

All Sections related to Jquery