TurtleWolfe
TurtleWolfe

Reputation: 135

Applying jQuery UI buttonset

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.

Upvotes: 0

Views: 348

Answers (3)

JAAulde
JAAulde

Reputation: 19550

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.

Upvotes: 0

rlemon
rlemon

Reputation: 17666

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.

Upvotes: 1

numbers1311407
numbers1311407

Reputation: 34072

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.

Upvotes: 1

Related Questions