The Button widget that forms part of the jQuery.UI library
Questions tagged [jquery-ui-button]
95 questions
0
votes
3 answers
Jquery UI button issue
Please take a look at this
http://jsfiddle.net/WAre9/4/
The problem is, after changing the text of link, .button() doesn't work properly.
Here is scrshot before:
And after mouse click:
As you see all paddings, font styles have gone. Any…

heron
- 3,611
- 25
- 80
- 148
0
votes
1 answer
jQuery UI Radio Set - Hover and Checked states without Javascript
For some reason I cannot find a proper way to adjust the HOVER and SELECTED states of the jQuery UI Radiosets.
Not sure why I can't find it, perhaps someone could give me some direction?
What I want to change is how the text is GREY on the blue to…

Justin
- 2,502
- 7
- 42
- 77
-1
votes
2 answers
Dynamically enable a jquery ui button that was previously disabled on javascript event
I have two divs. Clicking on a jqueryui button (button1) in first div (div1) creates a jquery ui button (button2) in the second div (div2) with a data element identifying the button1 that created it; also the click hides (or disable works too) the…

Bob76
- 477
- 1
- 5
- 12
-2
votes
3 answers
jquery Button that submits form when it is supposed to do nothing
I got a problem with a jQuery button, it is inside an HTML

Daniele
- 71
- 1
- 2
- 5
-4
votes
1 answer
Why does jquery button take a second to refresh after updating a page using ajax
when i refresh a part of a webpage that has a jquery ui button, it seems like I have to call:
$(":button").button();
again or it shows up as a regular button. Thats fine but when i do this, it still shows up as a regular button for a split second…

leora
- 188,729
- 360
- 878
- 1,366