[jQuery] Why won't this work?

[jQuery] Why won't this work?


Why won't this...
<script type="text/javascript">
    $(document).ready(function(){
        $('#emailError').hide();
    });
                                
</script>
hide this...
<p id="emailError" style="color:red;">Please enter your email address.
???
Rick