jquery - Cannot get a bootstrap dropdown to display properly on startup -


i can demonstrate issue in jsfiddle: http://jsfiddle.net/4t2tt/

            <div class="btn-group open">                 <button class="btn btn-danger dropdown-toggle" id="reject-button" data-toggle="dropdown">reject<span class="caret"></span></button>                 <ul class="dropdown-menu">                     <li><a id="image-illegible" href="/home/reject/44001fff-e07a-4881-a16e-9c4ff7dfacb8/message">image illegible</a></li>                     <li><a id="invalid-bill" href="#">image not valid bill</a></li>                     <li><a id="images-incomplete" href="#">bill images incomplete</a></li>                     <li><a id="missing-information" href="#">cannot find find required information</a></li>                 </ul>             </div> 

on start dropdown displaying not understand how make start hidden rather shown.

is there setting make start hidden or there else missing?

remove class 'open' <div class="btn-group ">

http://jsfiddle.net/4t2tt/1/


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -