Dear Ms. FEWD, I need to figure out how to distinguish between different mouse button clicks. I’ve been trying to use JavaScript with the jQuery lib. Is this even possible? Thanks! Three Blind Mice Clicks _____________ Absolutely! First, it’s not the click that you’re necessarily interested in, but which mouse key the user is pressing. The mousedown event fires when the mouse button is pressed, while mouseup fires when the mouse button is released. For this example, I used … [Read more...]
Dear Ms. FEWD: How Do You Distinguish Between Different Mouse Button Clicks?
