I am trying to make content load by fading into the page instead of refreshing the page. I don't know how to do this however. I found a great video that has exactly what I need but it didn't seem to work. I'm not sure if it's becasue AJAX (which i have no clue exactly what it is) becasue I don't think I'm using it. Please help and thank you.
You can fade in content that is already there with no page refresh. You won't need any Ajax here. But as soon as you try to get additional content from your server and fade it in afterwards without refreshing the page, you'd need Ajax.
Go ahead and search for "simple Ajax example" in Google and you will find tons and tons of self explaining examples.
Ya I want it so when a link is clicked it fades content from another html file. But ya thanks for the advice. One last thing - Why didn't the code in the video work. Can it be used with other jquery lines?