When I write
$(\"#new_lang\").click(function(e) { alert(\"something\"); e.stopPropagation(); });
What is e here, and
It is event object.
http://api.jquery.com/category/events/event-object/