jQuery click on a inside of element and get it's attribute
$(document).on("click", "#nativeLang > ul > li > a", function( event ){ $('#Result').html( $(this).attr("id") ); });