you can add the buttons into a form.
在 2012年3月6日星期二UTC+8下午5时32分30秒,Ric写道:
>
> hi i have no idea how to use button javascript plugin in forms.
>
> i would like to use them but i need a standard form behaviur like name
> and var submission when a post is submitted.
>
> for example use button as checkbox need this
>
> <div class="btn-group" data-toggle="buttons-checkbox">
> <button class="btn">Left</button>
> <button class="btn">Middle</button>
> <button class="btn">Right</button>
> </div>
>
> but, what data are submitted on form submission?
>
> in this way none.
>
> should i have to add name and value to make them work?