Team:NCTU Formosa/source/header-notebook

From 2014.igem.org

(Difference between revisions)
Line 127: Line 127:
function() {
function() {
index = block.index(this)+1;
index = block.index(this)+1;
 +
alert(index);
$(this).closest('.cal-wrapper').find('.note:nth-child('+index+')').slideToggle('fast');
$(this).closest('.cal-wrapper').find('.note:nth-child('+index+')').slideToggle('fast');
}
}

Revision as of 18:28, 5 October 2014