Difference between revisions of "Furniture National Center of Expertise (FNCOE)"

From wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
__NOTOC__
 
__NOTOC__
 +
__NONEWSECTIONLINK__
 +
__NOEDITSECTION__
  
 
{| width="100%" cellpadding="10" cellspacing="10px"
 
{| width="100%" cellpadding="10" cellspacing="10px"
Line 31: Line 33:
 
:Questions or comments?
 
:Questions or comments?
  
<div class="tab"><p>Title<a aria-controls="collapseExample"aria-expanded="false" data-toggle="collapse" href="#open1" role="button">(<i>open/close</i>)</a></p>
+
<div class="collapsiblemenu">
<div class="collapse" id="open1">
+
<div class="collapsibletab c1">title</div>
<p>paragraph.</p>
+
<div class="contentcollapsibletab">paragraph</div>
</div>
 
</div>
 
  
 
===Test 3===
 
===Test 3===
Line 52: Line 52:
  
 
|}
 
|}
 +
 +
//TABS collapse
 +
$(".collapsibletab").append("<div class='cshow'>+</div>");
 +
 +
$(".collapsibletab").click(function() {
 +
  $(this).addClass( "active" );
 +
      if($(this).next().is(':visible')){
 +
            $(this).find(".cshow").html("+");
 +
            $(this).next().slideUp('slow');
 +
      }
 +
      else
 +
      {
 +
            $(this).find(".cshow").html("-");
 +
            $(this).next().slideDown('slow');
 +
      }
 +
});
 +
 +
</script>

Revision as of 09:42, 17 September 2024




Furniture National Center of Expertise (FNCOE)

Français - English
This will be the Furniture National Center of Expertise (FNCOE) page

GCworkplace icon

title

Furniture National Center of Expertise (FNCOE)

Accommodation Management and Workplace Solutions

Meet our team
FNCOE mandate
latest news
Special initiatives
Questions or comments?
title
paragraph

Test 3

Test 4

Test Test

  • UL
  1. OL
indent

Tools and guidelines Important links Supply Arrangements (SA) National Master Standing offer (NMSO) Members only

//TABS collapse

$(".collapsibletab").append("
+
");

$(".collapsibletab").click(function() {

 $(this).addClass( "active" );
      if($(this).next().is(':visible')){
            $(this).find(".cshow").html("+");
            $(this).next().slideUp('slow');
      }
      else
     {
            $(this).find(".cshow").html("-");
            $(this).next().slideDown('slow');
     }

});

</script>