Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
746 views

Im looking to recreate the following button after updating to the latest version (button widget was rewritten in 1.12 onwards, However im struggling to get the syntax/classes correct based of the api ...
Mr.B's user avatar
  • 397
0 votes
1 answer
248 views

I have prepared a simple test case demonstrating my problem - I use a jQuery UI button to open a jQuery UI dialog: However this works only once. On subsequent button clicks I get the error: ...
Alexander Farber's user avatar
0 votes
1 answer
686 views

I have recently found that there are additional properties for some jQuery UI widgets that work, but are not documented. For example, when providing the buttons property on a jQuery UI 1.11.4 dialog ...
Jacob Stamm's user avatar
  • 1,908
0 votes
1 answer
733 views

I'm trying to replace some radio buttons with the nice-looking JQueryUI kind. However, when I copy the sample code at http://jqueryui.com/button/#radio (which works fine as seen on that page) directly ...
Snow's user avatar
  • 115
0 votes
3 answers
188 views

Is there some way to get the nth button in a jquery-ui buttonset? $( "#radio" ).buttonset(); <link href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css" ...
Nihar Sarangi's user avatar
0 votes
1 answer
83 views

I've used the jQuery UI before to fancify buttons. But now with this code: else if (ui.newTab.index() == 3) { $('#MediaContent').load('Content/TwainMedia.html'); $('#MediaContent').css('...
B. Clay Shannon-B. Crow Raven's user avatar
0 votes
1 answer
244 views

Im my project I use jsrender. Below my example of code. <script id="usersTemplate" type="text/x-jsrender"> <button id="createUser">Create</button> <table> <tr> <...
Struchkov Vladimir's user avatar
0 votes
3 answers
2k views

Like the image below, how can I customize the corner of the radio buttonset of jQuery UI? Instead of have a round corner at right side of a button, how can I customize it and make it has rounded-...
PaulLing's user avatar
  • 2,170
0 votes
1 answer
498 views

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 ...
gene's user avatar
  • 338
0 votes
1 answer
3k views

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 ...
OMK's user avatar
  • 45
1 vote
1 answer
146 views

I was looking for a jQuery plugin that let me create an array of buttons and I found jQuery UI buttonset Now this widget is very close to what I need, since only one button can be checked at the time,...
eddy's user avatar
  • 4,413
0 votes
1 answer
50 views

<table class='dates'> <form method='post' action='' name='admin' id='form_admin'> <tr> <td>Start Time Of Election</td> <td>: <input type="text" id="...
RatDon's user avatar
  • 3,551
2 votes
2 answers
74 views

I like the general look of the jquery ui button, but it is oversized for my purposes. Is there a way to replace the blah look of the generic jQuery button with the pizzazz of the jQueryUI button while ...
B. Clay Shannon-B. Crow Raven's user avatar
4 votes
4 answers
13k views

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 ...
Ford's user avatar
  • 2,607
0 votes
2 answers
231 views

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 ...
user2253634's user avatar
1 vote
1 answer
1k views

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: url(./fb-icon.png);...
user2127042's user avatar
3 votes
1 answer
5k views

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 for="...
Clifford Agius's user avatar
0 votes
1 answer
923 views

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 ...
Darkside's user avatar
0 votes
1 answer
818 views

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' id='...
Danny's user avatar
  • 2,711
0 votes
1 answer
93 views

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? ...
methuselah's user avatar
  • 13.3k
2 votes
1 answer
3k views

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 for="op_a">...
Eric Belair's user avatar
  • 10.7k
0 votes
1 answer
197 views

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 ...
ATZ's user avatar
  • 353
0 votes
1 answer
414 views

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). ...
user avatar
0 votes
3 answers
399 views

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 ...
heron's user avatar
  • 3,661
0 votes
1 answer
1k views

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 ...
Justin's user avatar
  • 2,542