Line 139: | Line 139: | ||
$("fieldset legend").click(function() { | $("fieldset legend").click(function() { | ||
console.log('legend clicked', this) | console.log('legend clicked', this) | ||
− | + | $(this).parent().find(".tag-type").toggle(); | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
}); | }); | ||
} | } |
Revision as of 23:01, 30 October 2017