Difference between revisions of "Team:MIT/TestSite"

Line 1: Line 1:
{{{MIT-Header}}
+
{{MIT-Header}}
  
 
<html>
 
<html>
Line 44: Line 44:
 
}
 
}
 
#textbox{
 
#textbox{
 +
color: white;
 
width:80%;
 
width:80%;
 
margin:auto;
 
margin:auto;
Line 86: Line 87:
 
        $('#textbox').append($(this).siblings().find('.hidden div'));
 
        $('#textbox').append($(this).siblings().find('.hidden div'));
 
    }, function () {
 
    }, function () {
        $(this).find('.hidden').append('#textbox div');
+
        $(this).siblings().find('.hidden').append('#textbox div');
 
    });
 
    });
 
});
 
});
 
</script>
 
</script>

Revision as of 15:01, 22 June 2015

OUR TEAM