Search form with toggles

Author:

Maks

Snipp created on:

2012-09-21 10:02:40

Description:

Search form with options that have to be selected first. The options are toggle buttons so the user can only select one of the options before the search. 

The checking of the toggled buttons has to be done with jQuery.

Snipp preview:



Snipp HTML code:

Like Bootsnipp? Please give a tip:

<div class="row">
    <div class="span2">
        <div class="btn-group pull-right" data-toggle="buttons-radio">
            <button class="btn active">All</button>
            <button class="btn">Starred</button>
        </div>
    </div>
    <div class="span4">
    <form class="form-search">
        <div class="input-append">
            <input type="text" class="span2">
            <button type="submit" class="btn">Search</button>
        </div>
    </form>
    </div>
</div>

Share this snipp:


Comments? :

comments powered by Disqus