manage-classifications.js 92 Bytes
$(function() {
  $('.value-name').click(function() {
    $(this).next().toggle();
  });
});