Euro indicators – Eurostat
Search by keyword Skip to search results li > a”).click(function(){ var dropdownButton = $(this).parent().parent().parent().children(“.dropdown-toggle”); //change text of drop down list dropdownButton.text($(this).text()).append(” “); var btnGroup = $(this).parent().parent().parent(); //close the drop down menu btnGroup.toggleClass(“open”, false); //change url param and redirect var params = new URLSearchParams(location.search); if($(this).attr(‘id’).includes(“PER”)){ params.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_theme’, $(this).attr(‘id’)); } else { params.set(‘_estatsearchportlet_WAR_estatsearchportlet_INSTANCE_OaTpFrwlabNK_collection’, $(this).attr(‘id’)); } window.location.search = params.toString();…