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 -

qt - Change color of QGraphicsView rubber band -

c++ - Visible files in the "Projects" View of the Qt Creator IDE if using the CMake build system -