$(document).ready(function(){
  $("#methoden").treeview({
    animated: "slow",
    unique: true,
    prerendered: true
  });
});


