I want to know what "e" (with the following source code) is and what element it has. Where can I find documentation for this kind of material? I would like to have "one" documentation for the entire jQuery API and all parameters. Google search is too time consuming ...
$("#idxy").mousedown(function(e) { ... });
Do you have any recommendations?
source share