• I have almost resolved my jquery UI issue. The only problem I am having is that I was told to place this code in my header`<script>
    $(function(){
    $(‘#flip’).jcoverflip();

    });
    </script>
    `
    When I look in firebug the error I get says: $ is not define

    I have tried changing $ to Jquery thinking that might help that it made no difference. Why is $ not defined?

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Jquery UI’ is closed to new replies.