Team:NCTU Formosa/source/header-notebook

From 2014.igem.org

(Difference between revisions)
Line 88: Line 88:
function() {
function() {
index = block.index( this );
index = block.index( this );
-
$(this).closest('.cal-wrapper').find('.single:eq(index)').css( "color", "red" );
+
$(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 03:36, 30 September 2014