$().ready <<  I think the problem is there, what selector you pass to
the jquery? Nothing!
$(document).ready(...);
OR
$(window).ready(...);

maybe your choice.


On Nov 17, 9:11 am, ReynierPM <rper...@uci.cu> wrote:
> Hi every:
> I'm trying to use jCorner to get rounded effects in some of my DIV but
> when I run the page nothing happen and I get this error:
>
> $ is not a function
>   [Break on this error] $().ready(function(){\n
>
> I've included jQuery and jCorner libraries as follow:
> <script src="jquery.js" type="text/javascript"></script>
> <script src="jcorner.js" type="text/javascript"></script>
>
> And then my code is this:
> <script type="text/javascript">
>        $().ready(function(){
>          $('#login').corner("bl");
>          $('#container').corner();
>        });
> </script>
>
> Where it fails? What's wrong?
> Cheers and thanks in advance

Reply via email to