Simple HTML content fade in with JQuery

by John H
2 minutes

JQuery in the Head

Links in HTML

            About  
             Pledge
             Talking Points
            

CSS to hide content

 .contentHide {
    display: none; 
 }

Page Content

THE BLITZ?

Does it seem like everyone is talking about the Blitz? Do you find yourself wondering what is the Blitz, and why is it important? Let's walk through the basics:

START YOUR PLEDGE

Thank you for your commitment to the 2015 Fall Enrollment Blitz. Fill out and submit the pledge form below, and to show our appreciation, you will be entered in a series of random drawings for some amazing prizes throughout the Blitz campaign.

START TALKING

Do you want to share the KCTCS story, but don't know how to start the conversation? Try some of these talking points, and remember, higher education begins here.

Resource

http://jsfiddle.net/gMha8/16/
http://stackoverflow.com/questions/23935491/fade-in-and-fade-out-javascript-function-for-all-the-content-div-on-main-page-o?rq=1

Related Articles

Javascript InnerHTML Table Issues with AJAX

If you need to use Javascript innerHTML to update an element on the page you may run into issues...

John H John H
~1 minute

HTML checkbox submit a value if not checked using JQuery

HTML checkboxes are horrible. If they are checked - they will submit a value, but if they aren't...

John H John H
2 minutes

My weekend with Ruby

So for some odd reason I decided to take a look at Ruby.  I have a Lynda.com account so I started...

John H John H
~1 minute