Questions tagged [jquery-ui-button]

The Button widget that forms part of the jQuery.UI library

Button is a widget that is a part of the jQuery-ui library.

API Documentation

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
and basically if a certain condition is verified it has to submit the form, else it has to do nothing but it submit the form anyway... the code is: $( "#feasibility_button_top"…
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
1 2 3 4 5 6
7