I am using Dreamweaver for jQuery coding and it automatically completes the initial jquery selection as follows:
$(document).ready(function(e) {
});
What does the "e" mean in the function definition and what is the official documentation of this parameter? A link would be helpful to official documentation.