Skip to content

Make jQuery mobile radio buttons (vertical), like the default ones in browser of computer (horizontal)

Notifications You must be signed in to change notification settings

btsantos/jQuery.default_radio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

defaul_browser_radio

Make jQuery mobile radio buttons (vertical), like the default ones in browser of computer (horizontal)
This is a beta version, all comments, tips and corrections are welcome

usage

Javascript code:

$("fieldset.defaul_browser_radio").make_browser_radio();

Html code:


<b>Sex:  <fieldset class='defaul_browser_radio' style='float:left' > <input type="radio" name="gender" id="radiogender1" value="1" checked="checked"> <label for="radiogender1">Male <input type="radio" name="gender" id="radiogender2" value="2"> <label for="radiogender2">Female </fieldset>

About

Make jQuery mobile radio buttons (vertical), like the default ones in browser of computer (horizontal)

Resources

Stars

Watchers

Forks

Packages

No packages published