0

http://jsfiddle.net/TurtleWolf/625eC/

I am missing something on the radio button set. I've gotten it to work on a previous version, but I'm missing something this time.

3 Answers 3

1

It is working. There's just no stylesheet. If you use firebug or some other web inspector you can see that jquery-ui has applied its classes and events to the radio buttons.

Sign up to request clarification or add additional context in comments.

3 Comments

+1 for noticing the problem--I don't know why jsFiddle doesn't make it easier to add a UI stylesheet since they make it so easy to add UI. And the CSS/resource stuff is tucked away in the left menu--heard to notice.
@JAAulde +1 as soon as I can vote, for rebuilding my fiddle. I have saved it as the new base. So would anyone have the time to diagnose the same issue via turtlewolf.info ...
@TurtleWolf - no problem. On your live site, the issue is that neither jQuery UI nor its style sheet are being loaded on your page. The URLs you point to for each result in a 404 (turtlewolf.info/js/jquery-ui-1.8.15.custom.min.js and turtlewolf.info/css/themename/jquery-ui-1.8.15.custom.css )
1

I have uploaded my ui css file as a resource to http://jsfiddle.net/625eC/6/

numbers1311407 was correct, there was no problem in your markup. Just no css file included.

Comments

0

As stated, you need to add a style sheet.

Using the Google CDN hosted version of the 'base' jQuery 1.8.9 stylesheet (because you're using UI 1.8.9 in the fiddle), I updated your fiddle by clicking "add resources" in the left menu (switches to "manage resources" once you have one or more loaded) and pasting the stylesheet URL.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.