Difference between revisions of "Team:William and Mary/Database"

Line 139: Line 139:
 
           $("fieldset legend").click(function() {
 
           $("fieldset legend").click(function() {
 
             console.log('legend clicked', this)
 
             console.log('legend clicked', this)
             if ($(this).parent().children().length == 2)
+
             $(this).parent().find(".tag-type").toggle();
              $(this).parent().find("div").toggle();
+
            else {
+
              $(this).parent().wrapInner("<div>");
+
              $(this).appendTo($(this).parent().parent());
+
              $(this).parent().find("div").toggle();
+
            }
+
 
           });
 
           });
 
         }
 
         }

Revision as of 23:01, 30 October 2017

Outreach Database: select tags for search

DATABASE


Quick ID Jump: