Difference between revisions of "Team:MIT/TestSite"

Line 1: Line 1:
{{MIT-Header}}
+
{{{MIT-Header}}
  
 
<html>
 
<html>
Line 84: Line 84:
 
$(document).ready(function(){
 
$(document).ready(function(){
 
    $('.picture').hover(function () {
 
    $('.picture').hover(function () {
        $('#textbox').append($(this).siblings().find('.hidden'));
+
        $('#textbox').append($(this).siblings().find('.hidden div'));
 
    }, function () {
 
    }, function () {
 
        $(this).find('.hidden').append('#textbox div');
 
        $(this).find('.hidden').append('#textbox div');

Revision as of 14:56, 22 June 2015

{

OUR TEAM