Team:NCTU Formosa/source/header-notebook
From 2014.igem.org
(Difference between revisions)
Line 84: | Line 84: | ||
block.hover(function(){window.status = $(this)}, function(){window.status = ""}); | block.hover(function(){window.status = $(this)}, function(){window.status = ""}); | ||
- | + | // $('.single').hide(); | |
block.click( | block.click( | ||
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').find('.single:eq(index)').slideToggle('fast'); | |
} | } | ||
);} | );} | ||
$(document).ready(function() {initMenu();}); | $(document).ready(function() {initMenu();}); | ||
</script> | </script> |
Revision as of 03:08, 30 September 2014