How jQuery detects the left and right mouse buttons
This article mainly shows you "jQuery how to detect the left and right mouse button", the content is easy to understand, clear, hope to help you solve doubts, the following let the editor lead you to study and learn "jQuery how to detect the left and right mouse button" this article.
Detect the left and right mouse button
$(document) .ready (function () {$("# xy") .mousedown (function (e) {alert (e.which) / / 1 = left button 2 = middle button 3 = right button})}); the above is all the content of the article "how to detect the left and right mouse buttons in jQuery". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!