Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

jQuery + jQuery UI

  • 08-04-2011 9:23am
    #1
    Closed Accounts Posts: 6,281 ✭✭✭


    Hey,

    I need some help with the jQuery/jQuery UI API.

    I'm trying to make a slider on my site, and it was giving me nothing, So then I decided to try it in an empty xHTML doc, and still nothing...

    Can anyone find an error, There's so little JS/HTML I don't know how I've made an error but I have...?

    http://cs1.ucc.ie/~rt2/testing.html


Comments

  • Registered Users, Registered Users 2 Posts: 511 ✭✭✭D Hayes


    Hey there. You're missing a reference to the UI css file. Add this to your header:

    [HTML]
    <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/themes/base/jquery-ui.css&quot; type="text/css" media="all" />
    [/HTML]


  • Registered Users, Registered Users 2 Posts: 15,065 ✭✭✭✭Malice


    Assuming buysellswap's solution doesn't work you could try uploaded one of the example programs to make sure the installation and deployment has been done correctly.


  • Closed Accounts Posts: 6,281 ✭✭✭Ricky91t


    Working now, thanks buysellswap and Mallice, It was missing the stylesheet!


  • Registered Users, Registered Users 2 Posts: 15,065 ✭✭✭✭Malice


    Ricky91t wrote: »
    Working now, thanks buysellswap and Mallice, It was missing the stylesheet!
    Good stuff. I figured it was probably the stylesheet but it's no harm to get an example program working before making changes just to make sure everything is set up correctly.


Advertisement