just now i ask a question, and it creates a new question.
for example, when i wrote
$("#new_lang").click(function(e)
{
alert("something");
e.stopPropagation();
});
who is e here, and why it doesn't work without it? why can i write anything instead of e?
Thansk