$(document).ready(function() {
  $('#btn-meniu').click(function() {
    $(this).next().slideToggle();
  });

   
});

