twitter bootstrap - How can i open the drop-down using jquery -


i using phonegap , bootstrap. how can open select using jquery?

<select class="selectpicker" data-width="100%" name="selvalue" id="msg_counts_id">     <option value="" >select</option>     <option value="1">you</option>     <option value="2">are</option>     <option value="3">my...</option> </select>  


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

python - argument 2 to map() must support iteration -

How to wrap some text in a rectangle in QML? -