How can i send the values of a form like this? The form doesn´t send 
anything....

<div data-toggle="buttons-radio" class="btn-group" class="required"  
title="Esta muy escondido y te permite tener gran intimidad?">
                                        <button class="btn" type="button"  
name="intimidad" value="High">High</button>
                                        <button class="btn" type="button"  
name="intimidad" value="Medium">Medium</button>
                                        <button class="btn" type="button"  
name="intimidad" value="Low">Low</button>
                                    </div>

El sábado, 10 de marzo de 2012 15:00:28 UTC+1, djazzmusic escribió:
>
> noob question really,
>
> but how do I access the value of the selected radio box ?
>
> Im trying to make somethin once you click the compose to pick the value of 
> the radio box.
>
> cheers
>
> ---
>
>  <script type="text/javascript">
> $(document).ready(function(){
>   $("#compose").click(function(){
>     $("#message").html('value of the radio box');
>   });
> });
> </script>
>  
>   </head>
>   <body>
>   
> <div class="container">
> <button id="compose" class="btn">compose</button>
>
> <div id="message">
> </div>
>
>
>    1. <div class="btn-group" data-toggle="buttons-radio">
>    2. <button class="btn">Left</button>
>    3. <button class="btn">Middle</button>
>    4. <button class="btn">Right</button>
>    5. </div>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to