Team:NCTU Formosa/source/header-notebook

From 2014.igem.org

(Difference between revisions)
Line 18: Line 18:
border-radius: 5px;
border-radius: 5px;
padding: 5px;
padding: 5px;
 +
margin-bottom: 10px;
}
}
.calendar {
.calendar {
Line 89: Line 90:
function() {
function() {
index = block.index( this );
index = block.index( this );
-
$(this).closest('.cal-wrapper').closest('.calendar-note').find('.single:eq(index)').css( "color", "red" );
+
$(this).closest('.cal-wrapper').find('.single:eq(index)').slideToggle('fast');
-
// $(this).closest('.cal-wrapper').find('.single:eq(index)').slideToggle('fast');
+
}
}
);}
);}

Revision as of 16:32, 30 September 2014