Hello all,
The site in question is: Classic Car Gallery the beginnings of a responsive web site.
I have a simple Javascript:
<script>
$(document).ready(function() {
// fade in content.
$('.coming_soon').fadeIn(5000);
});
</script>
The script works well in Chrome, the image “Coming Soon” with the class ‘.coming_soon’ fading in nicely. Unfortunately it does not work at all in Firefox, Safari, and IE! I know I must be missing something simple.
Any help, guidance or code would be much appreciated.
Thanks again,
PChuprina