$(".navbar-nav .dropdown-item").click(function(){$.post(changelangUrl,{language:this.getAttribute("value")},function(){location.reload()})})