The WC Show Hide script is an improved version of the old show/hide scripts. By using HTML and CSS you can set almost any set of objects to show on a single click, show/hide as a a toggle, show/hide as a radio series, and/or show/hide on hover.
WC Show Hide is our custom jquery plugin. jQuery is a collection javascript code libraries that we can reuse for our own purposes.
WC Show Hide works by detetecting what happens to any HTML object and then adding classes to HTML objects based on what happens. If an object with the clickme class is clicked or hovered over, WC Show Hide gets the id of this object and searches for all HTML objects with the showme class that have classes that match this id.
For example, an object with the class clickme and the id example1 is clicked. WC Show Hide adds the click class to all objects that have both the showme and example1 classes.
The following are styles added by WC Show Hide:
In general, all WC Show Hide scripts will require the following:
To see some examples in action, view the following pages in this TEMPLATE 101 lesson.
WC Show Hide has a click class that allows you to create content to appear after an object is clicked and then remain shown. The following is a simple example of what you can do with the click class:
Click Me Show Me
The WC Show Hide requires CSS styles to be added. You can do this by linking to a content.css and pasting the folowingCSS into that file:
display: block;}
[add additional styles for showme content]
Use the CSS above along with any additional styles you need. Then add HTML similar to the example below:
<div class="clickme" id="simpleclick01">Click Me</div></div>
<div class="showme simpleclick01 nojs">Show Me</div>
WC Show Hide has a toggle class. Toggle allows you to create content to appear and disappear after an object is clicked. The following are examples of what you can do with the toggle class:
The WC Show Hide requires CSS styles to be added. You can do this by linking to a content.css and pasting the folowingCSS into that file:
display: block;}
[add additional styles for showme content]
Use the CSS above along with any additional styles you need. Then add HTML similar to the example below:
<div class="clickme" id="simpleclick01">Toggle Me</div></div>
<div class="showme simpleclick01 nojs">Show Me</div>
Like the previous example, WC Show Hide requires CSS styles to be added to your content.css for advanced toggle function.
Use the CSS above along with any additional styles you need. Then add HTML similar to the example below:
<!-- Separate the two states for the clickable object into showtxt and hidetxt classes. Both will have the showme style. --></div>
<span class="showtxt showme example00">Show</span>
<span class="hidetxt showme example00">Hide</span>
WC Show Hide has a hover class. Hover allows you to create content to appear and disappear as the mouse hovers on an object. The following is an example of what you can do with the hover class:
Hover on Me Show Me
The WC Show Hide requires CSS styles to be added. You can do this by linking to a content.css and pasting the folowingCSS into that file:
display: block;}
[add additional styles for showme content]
Use the CSS above along with any additional styles you need. Then add HTML similar to the example below:
<div class="clickme" id="simpleclick01">Hover on Me</div></div>
<div class="showme simpleclick01 nojs">Show Me</div>
WC Show Hide has a radio class. Radio allows you to create groups of content that function like a radio group, where only one clickable object and corresponding content item will be displayed at a time. The following are examples of what you can do with the radio class:
The WC Show Hide requires CSS styles to be added. You can do this by linking to a content.css and pasting the folowingCSS into that file:
display: inline;}
[add additional styles for showme content]
Use the CSS above along with any additional styles you need. Then add HTML similar to the example below:
<dt class="clickme" id="example01">Click Here 1</dt></dl>
<dd class="showme example01 nojs">Show Me 1</dd>
<dt class="clickme" id="example02">Click Here 2</dt>
<dd class="showme example02 nojs">Show Me 2</dd>
<dt class="clickme" id="example03">Click Here 3</dt>
<dd class="showme example03 nojs">Show Me 3<</dd>
Use the CSS above along with any additional styles you need. Then add HTML similar to the example below:
<dt class="clickme" id="example01">Click Here 1</dt></dl>
<dd class="showme example01 nojs radio">Show Me 1</dd>
<dt class="clickme" id="example02">Click Here 2</dt>
<dd class="showme example02 nojs">Show Me 2</dd>
<dt class="clickme" id="example03">Click Here 3</dt>
<dd class="showme example03 nojs">Show Me 3<</dd>
You can use the toggle class of WC ShowHide to create expand and collapse functionality:
Here is an example of expand and collapse text click here to showhide the details below.
Here is more text that displays.
The WC Show Hide requires CSS styles to be added. You can do this by linking to a content.css and pasting the folowing CSS into that file:
Use the CSS above along with any additional styles you need. Then add HTML similar to the example below:
<span class="showtxt textexample showme">Show</span></a>
<span class="hidetxt textexample showme">Hide</span>
NOBODY expects the Spanish Inquisition! Amongst our weaponry...
The WC Show Hide requires CSS styles to be added. You can do this by linking to a content.css and pasting the folowing CSS into that file:
Use the CSS above along with any additional styles you need. Then add HTML similar to the example below:
<img src="./04_topic/images/arrow_dn.png" class="showtxt iconexample showme"/></a>
<img src="./04_topic/images/arrow_up.png" class="hidetxt iconexample showme"/>
The WC Show Hide requires CSS styles to be added. You can do this by linking to a content.css and pasting the folowing CSS into that file:
Use the CSS above along with any additional styles you need. Then add HTML similar to the example below:
<p class="button3d clickme" id="hidebtn">INSERT BUTTON TITLE HERE</p></div>
INSERT HIDDEN CONTENT HERE
WC Show Hide has built-in clickable thumbnail functionality. The following are examples of clickable thumbnail sizes when you link to a large image file:
This is a thumbnail image style at 100 pixels wide. The original image is much wider. If you click on it once, it will increase to 100% of the template width. If you click on it again, it toggles back to 100 pixels wide. All you need is the following HTML:
This is a thumbnail image style at 150 pixels wide. The original image is much wider. If you click on it once, it will increase to 100% of the template width. If you click on it again, it toggles back to 150 pixels wide. All you need is the following HTML:
This is a thumbnail image style at 200 pixels wide. The original image is much wider. If you click on it once, it will increase to 100% of the template width. If you click on it again, it toggles back to 200 pixels wide. All you need is the following HTML:
This is a thumbnail image style at 250 pixels wide. The original image is much wider. If you click on it once, it will increase to 100% of the template width. If you click on it again, it toggles back to 250 pixels wide. All you need is the following HTML:
This is a thumbnail image style at 300 pixels wide. The original image is much wider. If you click on it once, it will increase to 100% of the template width. If you click on it again, it toggles back to 300 pixels wide. All you need is the following HTML:
This is a thumbnail image style at 350 pixels wide. The original image is much wider. If you click on it once, it will increase to 100% of the template width. If you click on it again, it toggles back to 350 pixels wide. All you need is the following HTML:
The WC Show Hide allows you to create interactive content from text and images HTML and CSS. The benefits to using WC Show Hide for interactivity are as follows:
The examples below were used in COMM 180 to help visualize the differences between vertical and horizontal integration:
A vertically integrated company might try to harm competitors at each level. The government has a variety of rules in place to prevent these kinds of anticompetitive behaviors.
Click on the images below to see an example:
Horizontal integration refers to when a company operates at the same level in multiple markets. For example, Disney owns local television stations in multiple cities. Disney also owns multiple cable networks and even multiple film studios. The same is true for Comcast, which also owns local cable systems all over the country. Horizontal integration allows companies to take advantage of economies of scale and to increase market shares.
Click on the examples of Viacom examples above to learn more about horizontal integration.
The WC Show Hide allows you to create interactive content from text and images HTML and CSS. You can use spacial relationships to convey ideas. The examples below were used in COMM 180 to help visualize the differences between vertical and horizontal integration:
A vertically integrated company might try to harm competitors at each level. The government has a variety of rules in place to prevent these kinds of anticompetitive behaviors. Click on the images below to see an example:
The example above of clickable images in a vertical layout will require the following:
Add HTML similar to the example below:
</ul>
<!-- end clickable list of items -->
Inside the ul
of the HTML you just added, you will add a list item (li
) for each clickable image. Remember to replace the three references of IMAGE-ID-HERE
with the unique id you give each image:
<!-- one clickable item -->
<li>
<div class="clickme" id="IMAGE-ID-HERE
">
<div class="caption IMAGE-ID-HERE
showme nojs">INSERT IMAGE #1 CAPTION HERE</div>
</div>
<div class="details IMAGE-ID-HERE
showme nojs">INSERT IMAGE #1 DESCRIPTION HERE</div>
</li>
<!-- end clickable item -->
The CSS creates the interactivity. You can add the CSS by linking to a content.css and adding some CSS. For each clickable image you wish to add, add the code below. Replace IMAGE-ID-HERE
with the unique id of the image and images/IMAGE-URL-HERE.jpg
with url to that image.
IMAGE-ID-HERE
{background:url('images/IMAGE-URL-HERE.jpg') center center no-repeat;}Click on the examples of Viacom examples above to learn more about horizontal integration.
The example above of clickable images in a horizontal layout will require the following:
Add HTML similar to the example below:
<p>INSERT INSTRUCTIONS HERE</p>
</div>Tip: You can style the details box like the example above by adding one of the Content Box styles to it.
Inside the ul
of the HTML you just added, you will add a list item (li
) for each clickable image. Remember to replace the three references of IMAGE-ID-HERE
with the unique id you give each image:
<!-- one clickable item -->
<li>
<div class="clickme" id="IMAGE-ID-HERE
">
<div class="caption IMAGE-ID-HERE
showme nojs">INSERT IMAGE #1 CAPTION HERE</div>
</div>
</li>
<!-- end clickable item -->
<p>INSERT INSTRUCTIONS HERE</p>
<div class="details IMAGE-ID-HERE
showme nojs">INSERT IMAGE #1 DESCRIPTION HERE</div>
Tip: The your details container set up with div
tags, p
tags, or even a list with list items (li
), as long as you add the approrpriate classes to them.
The CSS creates the interactivity. You can add the CSS by linking to a content.css and adding some CSS. For each clickable image you wish to add, add the code below. Replace IMAGE-ID-HERE
with the unique id of the image and images/IMAGE-URL-HERE.jpg
with url to that image.
IMAGE-ID-HERE
{background:url('images/IMAGE-URL-HERE.jpg') center center no-repeat;}Coming soon!
With the built-in WC Anchor Nav tool, you can let Evolution create anchor menus and back-to-top links automatically for you. All the WC Anchor Nav requires is the following:
To create an anchor menu like the one above first place the following code where you would like the anchor menu to appear:
<p id="anchormenu" class="h3"> </p>
.To populate the anchor menu, add a unique id to each heading tag:
You can also style your anchor menus in one of the following list styles:
class="arrow"
.To create an anchor menu as an ordered list place the following code where you would like the anchor menu to appear:
To create an anchor menu as an unordered list place the following code where you would like the anchor menu to appear:
WC Tabbed Interface can be used to create a tabbed interface like the one below. Click on each tab to learn how...
The tabbed interface shell is simply a
div
with the following attributes:
id
andtabbed-interface
classEach tab of content is simply a
div
with the following attributes:
id
, tab-section
class, and title
<div id="uniqueid01" class="tab-section"
title="INSERT TITLE HERE">
</div>
Place your tab content into the tab-section
:
<div id="uniqueid01" class="tab-section selected" title="INSERT TITLE HERE">
...INSERT CONTENT HERE...
</div>
The tabbed interface has a default grey style, but you can change the collors in you content.css
:
background: #dddddd;
}background: #efefef;
}background: #efefef;
}WC Accordion can be used to create a tabbed interface like the one below. Click on each section of the accordion to learn how...
The accordion interface shell is simply a
div
with the following attributes:
id
andaccordion-interface
classEach heading (eg. h3
, h4
,
h5
, and h6
) in your content
should have with the following attributes:
id
and title
<h4 id="uniqueid01" title="INSERT ACCORION SECTION TITLE"
>
INSERT HEADING HERE
</h4>
Tip: If you would like WC Accordion to ignore a certain heading type when building an accordion from your headings, add that tag as a class to the accordion shell, as in <div id="uniqueid" class="accordion-interface h3">
.
Place your tab content into the tab-section
:
<h4 id="uniqueid01" title="INSERT ACCORION SECTION TITLE">
INSERT HEADING HERE
</h4>
...INSERT SECTION CONTENT HERE...