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
1 answer

jQueryUI radio button visible

jQuery mobile leaves the radio button visible. Is this possible with jQueryUI without too much effort? Users understand the functionality of a radio button, so I'd prefer to keep that visual recognition.
gene
  • 338
  • 2
  • 9
0
votes
1 answer

jQuery button. Remove when clicking icon

Im using jQuery ui button to create divs that look like buttons dynamically. Clicking on these divs should open a dialog and clicking its icon should remove the div(button). Ive tried several different approaches but I cant seem to get the result I…
OMK
  • 45
  • 1
  • 10
0
votes
1 answer

jquery ui button creating trouble

Start Time Of Election :
End…
RatDon
  • 3,403
  • 8
  • 43
  • 85
0
votes
1 answer

How to add icons only to certain buttons?

I currently have this code on my page: $( ":button").button({ icons: { primary: "ui-icon-circle-plus" } }); That makes all of the buttons have plus signs. Is there a way to only make…
Nate
  • 26,164
  • 34
  • 130
  • 214
0
votes
1 answer

How is the "N-in-one" or "pill" button effect effected?

I want to use what I think is called the "pill" button that can be seen here: http://jqueryui.com/themeroller/ (the "Choice 1 | Choice 2 | Choice 3" widget) Here's a screen shot: What html and/or css and/or jquery is required to achieve that look?…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

How to add a "replace" button on each item of my JQuery sortable

I was wondering how I could put a button on each item in my JQuery sortable. Right now I have a button on the top of the screen that adds the user input in the autocomplete to the sortable. Here is my .js code that adds new items to my…
sbru
  • 877
  • 6
  • 21
  • 36
0
votes
2 answers

How to make all buttons(even dynamically created) in an application follow jquery button widget without calling .button() multiple times

I am new to stack overflow and this is my first question. Pardon me for any mistakes. This question is more generic but i tried to search for an answer but could not find it. Say i have a page and i am using jquery ui button() widget for all the…
0
votes
2 answers

Jquery-UI radio button

I am using two groups of radio buttons Group 1: State City Group 2: A-C D-H I-M N-R S-Z When I toggle between state and city, I want A-C from group 2 to be set to checked while the others are set to unchecked. I have it working in this fiddle…
user2107906
  • 41
  • 1
  • 1
  • 6
0
votes
2 answers

how to place irregular sized image into a jQuery UI button

Given a button of a fixed size and an image of an unknown size (but smaller dimensions than the button), how do I dynamically place that graphic onto the button? This example only handles something icon sized, as does this example. My own attempts…
jedierikb
  • 12,752
  • 22
  • 95
  • 166
0
votes
1 answer

Jquery UI not styling button inside a class

I am writing a site in PHP and I have written an index page that swaps its content tag. When I include the default.php inside of the The button is not being styled. Jquery UI works properly everywhere else in the site however the buttons and icons…
0
votes
3 answers

jQuery UI doesn't apply the theme to a button

I'd like to apply the jQuery UI theme to a button but I couldn't! Why? Here's the code:
QcFe
  • 68
  • 3
0
votes
1 answer

using jQuery UI buttonset in angularjs

Problem statement: show a JQ buttonset for each element in a controller scope array. So something like this would be logical:
But... In JQ buttonset, if the…
Danny
  • 2,482
  • 3
  • 34
  • 48
0
votes
1 answer

jQuery button refuses to style

I am trying to style my jQuery buttons according to the instructions on the website but it won't work. I followed the instructions here: http://jqueryui.com/button/#checkbox What am I doing wrong? Here is my code: http://jsfiddle.net/YrNxy/ HTML …
methuselah
  • 12,766
  • 47
  • 165
  • 315
0
votes
1 answer

How to make jquery-ui buttons have same size for different browser

I have jquery ui code for buttons as follows. I want these series of buttons to fit in same size (810px). They appear as same size for firefox and chrome but they look smaller in IE. I have try changing font size and having fixed width but it…
ATZ
  • 353
  • 2
  • 7
  • 18
0
votes
1 answer

Select jQuery UI Button by Label or $.Data

My buttons are input type=button, id field set, and no text in between the tags since it appears to the right of my buttons rather than inside. (sorry, won't let me publish the html for some reason). I .button() them and set their label. All works…
user1382306