Questions tagged [jquery-mobile-radio]
13 questions
3
votes
2 answers
JQuery mobile customize horizontal radio buttons are not working in Actual Devices
Recently I asked a question on Stackoverflow that How to customize horizontal jQuery-mobile radio buttons you can also view the post from this link How to customize horizontal jQuery-mobile radio buttons . A developer very cursorily answered the…

FR STAR
- 662
- 4
- 24
- 50
2
votes
1 answer
changing the Style of Radio buttons in jQuery mobile 1.4.0
I have the Following Radio buttons in my jQuery mobile app , I need to style them as the Radio button in the image bellow . I have tried the following css but it didn't give me the same result , Please Help me ..
Html

user
- 621
- 15
- 46
2
votes
1 answer
jQuery Mobile : How to change Radio button active state color
How to change the radio button background color on selection?
$("input[type='radio']").click(function(e) {
$("input[type='radio']").css('background-color', '#ff0000');
});
I have tried this..But it doesn't work.
Its not working.I forgot to…

vinay
- 1,276
- 3
- 20
- 34
1
vote
1 answer
An extra radio circle appear when create a radio button in jQuery mobile
When i create a radio button in jQuery mobile, a radio circle appear in the next of the created radio as appear in the photo , why this extra radio circle appear ? how can i solve this ?? please help me ...

user
- 621
- 15
- 46
1
vote
1 answer
Validate a controlgroup with input of type="radio"
I want to validate a form that have a controlgroup with inputs of type="radio" like this:
1
vote
2 answers
dynamic radio buttons as navigation not working until page refresh
I have a bunch of radio buttons, in a popup, that use the below to show and hide related divs, thus allowing them to be used as a form of navigation.
$(":radio[name='radio']").on("change", function () {
var test = $(this).val();
…

Danbuntu
- 165
- 1
- 9
1
vote
1 answer
Use radio buttons instead of Checkbox popup in Jquery Mobile Table
Well searching for the code or plugin or anything similar to what i need...
SCREENSHOT:-
The screenshot say it all, basically i want to embed radio buttons for column toggle in jquery mobile tables, so that user can get one column which he…

SaurabhLP
- 3,619
- 9
- 40
- 70
1
vote
1 answer
data-icon in jquery-mobile radio button
I'm looking to replace the text of a my radio buttons with some icons from the data-icons in jquery mobile. My code is like this, and on jsfiddle
…

politus
- 5,996
- 1
- 33
- 42
0
votes
1 answer
JQuery Mobile collapsible with radio buttons
I try to create an alternative way to choose along a set of options, like in a select widget.
My custom select is built with a collapsible and a set of radio buttons, which are somewhat lighter than JQM select, since non-native selectmenu is…

deblocker
- 7,629
- 2
- 24
- 59
0
votes
1 answer
How do I display vertical radio buttons in the horizontal style using jquery-mobile?
Jquery-mobile can display sets of radio buttons on a horizontal grouping with the actual selection box suppressed and selection indicated by the background text colour by adding the attribute 'data-type="horizontal"'.
It can also display a vertical…

StarNamer
- 650
- 1
- 11
- 27
0
votes
1 answer
jquery mobile radio button group - vertical - to fit 100% of screen width
https://scontent-b-fra.xx.fbcdn.net/hphotos-frc3/t1.0-9/10153116_10152268900798463_5881076589768218411_n.jpg
…

user3476736
- 105
- 1
- 10
0
votes
1 answer
jQuery Mobile radio buttons use fieldset and legend
The documentation uses a fieldset with a legend to tell the user what to do.
But I would like to use the full width of the screen.
If I remove the legend, then there is a blank column on the right-hand side now instead of the left.
Q: How can I use…

Phillip Senn
- 46,771
- 90
- 257
- 373
-1
votes
1 answer
bug with jquery-mobile radio button display
hi i m creating a mobil apps and i have a probleme with my radio buttons, they randomly change
apparence. I don t get why. on navigator it's fine, but on mobile phone it's very ugly ...
champ mobile and tel are requested by an ajax request(dont know…

user3819673
- 17
- 1
- 8