The Button widget that forms part of the jQuery.UI library
Questions tagged [jquery-ui-button]
95 questions
50
votes
10 answers
Changing jQuery UI Button size?
I've been using the jQuery UI button all over my page, however I haven't found a way around what seems to be a simple problem. I want some of my buttons to be smaller than the other, this should be as simple as setting the CSS of the button text to…

chum of chance
- 6,200
- 10
- 46
- 74
32
votes
4 answers
Changing color of jQuery UI Buttons
Is there an easy way to change the color of a jQuery UI Button? Modifying the css is discouraged from the documentation and doing so anyway is tricky. They say, "We recommend using the ThemeRoller tool to create and download custom themes that are…

at.
- 50,922
- 104
- 292
- 461
10
votes
5 answers
Jquery UI button gets disabled on refresh
I asked about this on the jquery forum a few weeks ago without luck, so I will try again here :)
I've made a simple widget for a project I'm working on, but I have encountered an odd problem.
It is easiest to explain it with an example…

Decko
- 18,553
- 2
- 29
- 39
9
votes
2 answers
jQuery UI - changing button colours
Using jQuery UI I have two radio buttons, Approve/Reject, which I would like to style independantly, so when 'Approve' is selected, it will be blue, and when 'Reject' is selected, it will be red:
Apologies for my terrible red button mockup :-)…

Nick
- 3,745
- 20
- 56
- 75
8
votes
1 answer