The Button widget that forms part of the jQuery.UI library
1
vote
2answers
17 views
Remove jQuery UI Dialog Button border/outline
Which class do I need to modify/change to remove the outline of a JQuery UI Dialog Button. I can't seem to figure out which class is applying the border/outline around the 'X' button. The outline ...
0
votes
0answers
11 views
jQuery UI button loads the png for button icons everytime I click the button - only in IE
I am using jquery-ui. However the problem I face (in IE) is that everytime I click the button, the website loads the jqueryui's css png image that contains the button icons. Thus if I click the button ...
0
votes
1answer
39 views
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 ...
0
votes
2answers
77 views
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 ...
0
votes
2answers
444 views
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 ...
1
vote
1answer
91 views
jQuery ui button image not displaying
I´ve tried to use a jQuery Ui button with an image. So i wrote the following code:
$("#analyse_button").button({ icons: { primary: "fb-icon" } });
.fb-icon {
background-image: ...
0
votes
4answers
415 views
jQueryUI Button: How to change Button-Icon 'color'
I have placed a html button inside a div in the following manner:
<div class="ui-state-highlight">
<button type="button" class="ui-button ui-state-default ui-corner-all ...
0
votes
1answer
228 views
jQueryUI Buttonset CSS issue
I have a set of Checkboxes that I am using with a Buttonset to make them look like buttons
<div id="ButtonList">
<input type="checkbox" id='Check0' value="true" /><label ...
0
votes
2answers
91 views
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 ...
0
votes
1answer
70 views
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 ...
0
votes
3answers
75 views
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:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
142 views
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:
<div ng-repeat='a in algos' mybuttonset>
<input name='X' ...
1
vote
1answer
272 views
jQuery UI Button inside table cell - rendering issue
I'm using jQuery button, in particular this example:
http://jqueryui.com/button/#splitbutton
I've placed this markup incide table td for each row:
<div>
<button ...
0
votes
1answer
53 views
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? ...
0
votes
0answers
179 views
to get current nearby character position of cursor
As i am unfamiliar with java script. I am referencing to link How to determine the position of a character in a div element? and having same situation. I need to get the cursor position, not x-y ...
0
votes
2answers
120 views
Disable jQueryUI button and keep its original layout/style
If I disable jQueryUI button using "disabled" option, button goes dim.
But I don't want it that way - I just want it unresponsive and styled in its original layout - no rollovers, no clicks - ...
0
votes
1answer
163 views
How an I disable one button of a jQuery-UI buttonset?
Example here:
http://jsfiddle.net/UVHtu/19/
I need to fill in the blank:
HTML:
<div id="options">
<input type="radio" id="op_a" name="op" value="a" />
<label ...
2
votes
2answers
102 views
create superscript jqeryui button
I am trying to replicate a superscript icon in text within a jquery ui button. I have tried several combos but everything screws up the button. It will align incorrectly within a buttonset().
css
...
0
votes
1answer
97 views
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 ...
1
vote
1answer
288 views
Handling radio buttons groups select event with JQuery UI
why JQuery UI option buttons (buttonset) doesn't have any events - I want to handle select events for it, wonder what's the right way for doing that.
0
votes
2answers
63 views
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).
...
1
vote
1answer
81 views
why is my context selector and .buttonset() taking so long in ie
So I assume this is something I'm doing flagrantly wrong. It is soo slow in ie there must be something fundamentally wrong with this.
Le HTML
<div id='mother'>
<div id="radio">
...
0
votes
0answers
27 views
Can jQuery UI buttons be used on radio buttons that are wrapped within their labels?
I'm trying to use jQuery UI button for radios and checkboxes, but it doesn't seem to work if my radio/checkbox is wrapped within a . Is there a trick to making this work or is this just not supported?
...
1
vote
3answers
143 views
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 ...
1
vote
2answers
746 views
Add an image to the jquery button
I am wondering how to add an image to the jquery button. Till now I was using the jquery ui button in my project and I got custom images from the graphics team, so I would like to implement them.
...
0
votes
1answer
318 views
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 ...
0
votes
0answers
104 views
jqueryUI Button: Button stays on hover status when i remove it and append it elswere
I've got a list (ul) of items with images and under every image two buttons to change the position of the image.
When i press the Button, I take the whole content of this list item (a div box within ...
2
votes
1answer
3k views
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:
...
1
vote
0answers
209 views
How to add a new button class to jQuery theme
I'm a newbie to jQuery so bear with me. I want to add a separate button class but can't make the hover and default work together for a new button class.
ui-button-blue is the default and uses a ...
5
votes
1answer
326 views
retain jquery-ui element classes after jquery .load()
I have a page on which I'm using jQuery UI Tabs, what I'm doing is loading the content of each tabs via Ajax, but the problem I'm having is that, in the content of my tabs, the buttons (I'm using ...
2
votes
1answer
289 views
Can I use jquery-ui button without flickering?
When I use jquery-ui button to make an <input type='checkbox'> element behave like a button, I get a nice looking button, but it flickers when loading the page.
Before the ...
1
vote
1answer
1k views
jquery Button, Knockout.js and an ajax request
I am using knockout.js with jquery ui button. I built a custom binding on the button which is below. I am changing the text on the click item, but I also have additional click that submits an ajax ...
0
votes
2answers
523 views
jQuery Radio Buttons not switching properly
Here's the problem: I create a list of X radio buttons dynamically when a page loads, once the list is created and displayed I only want the user to be able to select 1 at a time (as per a normal ...
0
votes
1answer
2k views
Buttonset Not Working With Radio
I have some radio buttons ie
<div class="buttonset">
<input name="radio12" type="radio" class="" id="radio5" />
<label class="yesno">Yes</label>
...
1
vote
2answers
947 views
jQuery buttonset refresh not working as I'd expected
OK - I have a function which I call to dynamically add a radio button as per this question. This is the full function:
// function used to create a new radio button
function ...
0
votes
1answer
308 views
jQuery UI Radio Buttons - different colours for each selection?
I'm using jQuery UIs radio buttons with the Aristo theme and they're fantastic.
The problem is, I have two radio buttons with two options, 'Approve' and 'Reject' - if approve is selected, I want the ...
0
votes
2answers
126 views
How to delay .live() until UI has updated?
I am using jQuery and jQuery UI and i am trying to read a checkbox state through the addition of the "aria-pressed" property that jQuery UI Button toggle between false and true.
...
1
vote
2answers
1k views
jQuery UI buttonset disabled constructor option not working
I have some buttonsets that contain radio inputs and want them to be disabled initially.
Passing in the disabled option when constructing the buttonset doesn't work.
$("#a").buttonset({disabled: ...
0
votes
1answer
770 views
Jquery UI - Dialog close, which button was pressed
I am using a jquery ui dialog as a prompt. The "prompt" has to buttons, "Ok" and "Cancel". The problem here is, it extracts the input fields value in the dialog when .dialog("close") is triggered and ...
-2
votes
3answers
74 views
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 <form> 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 ...
0
votes
2answers
636 views
Use jQuery UI buttons with jEditables
The question is, how do I make the buttons within jEditable elements jQuery UI buttons? Ideally, I want to call $(':button').button() after the jEditable form elements are loaded. Looking at the code, ...
0
votes
1answer
338 views
Google TV Chrome Browser does not render JQuery-UI .buttonset() radio buttons correctly
I use the latest version of Jquery-UI -- and not the one designed specifically for Google TV (as the google TV version is essentially completely different product).
For the most part, all the jquery ...
2
votes
1answer
154 views
Event delegation failing due to difference in targeted element between browsers
This is a simplified excerpt from the DOM:
<td>
<button value="11" class="expand ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only" role="button" title="">
...
2
votes
4answers
3k views
Anyway to programmatically hide a jQuery UI button?
I'd like to do something like this, with jQuery UI Button:
$button.button();
// ...
$button.button('hide');
// ...
$button.button('show');
Similar to how enable/disable works. Hiding and showing ...
0
votes
2answers
697 views
jquery ui button screwed up when AJAX loads it
I have a problem with the jquery ui button (I think).
I try to load an inbox via AJAX, I got all the data and css but somehow the script with the jquery button does not work.
I got my page structured ...
0
votes
1answer
480 views
whats the default padding for a jquery button?
whats the default padding for a jquery button? tried to download and search the dev pack... :( did not fint it :(
1
vote
4answers
7k views
jQuery buttonset change
I'm new to jQuery and thought I would use its buttonset instead of some radio buttons on my application. Documentation here: http://jqueryui.com/demos/button/#radio
How do I add a handler to an ...
1
vote
5answers
499 views
jQuery dialog buttons rebinding
I have a simple jQuery dialog box that has an html input inside it. There are two buttons Save/Cancel on the dialog box. When the user hits Save, I validate if he has provided any input in the input ...
0
votes
1answer
400 views
jQuery UI Check Button doesn't stay Highlighted IE 8
I am using the jQuery UI Button element with a Checkbox. The idea is that this works as a Toggle button. The button is pressed and stays in the 'pressed'/'active' state until it is clicked again, it ...
5
votes
1answer
6k views
How to dynamically change the jQueryUI icon of a button after initialization?
<script>
$(function()
{
$( "#dynabutton" ).button(
{
icons:
{
primary: "ui-icon-gear"
},
text: false
...


