Team:ETH Zurich/collapsible

From 2013.igem.org

(Difference between revisions)
Line 25: Line 25:
function CollapsibleContainerTitleOnClick() {
function CollapsibleContainerTitleOnClick() {
     // The item clicked is the title div... get this parent (the overall container) and toggle the content within it.
     // The item clicked is the title div... get this parent (the overall container) and toggle the content within it.
-
     $(".collapsibleContainerContent", $(this).parent()).slideToggle();
+
     alert($(".collapsibleContainerContent", $(this).parent()).slideToggle());
 +
   
 +
    // $(".collapsibleContainerContent", $(this).parent()).attr('title', );
}
}
     $(document).ready(function() {
     $(document).ready(function() {

Revision as of 14:50, 25 October 2013