I'm trying to figure out jQuery. I want some text to fade in slowly. This is what I have and it's not working. Any help would be greatly appreciated.
- <script type="text/javascript">
- $(document).ready(function(){
- $('div.text-sponsor').fadeIn(3000);
- });
- </script>
-
- <div class="text-sponsor">OFFICIAL SPONSOR OF</div>