0

I am using Phonegap and Bootstrap. How can I open this 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> 
Siguza
  • 21,155
  • 6
  • 52
  • 89
san
  • 214
  • 1
  • 10
  • When you want to open this select box – Saty Mar 28 '15 at 10:06
  • It's not possible with native browser select. – dfsq Mar 28 '15 at 10:07
  • i think you are asking something like before asked please check link "http://stackoverflow.com/questions/360431/can-i-open-a-dropdownlist-using-jquery" will help you to understanding. – lalitpatadiya Mar 28 '15 at 10:07
  • Hi, i am using custom drop-down image.so, if i click the img tag the corresponding selection drop want to open. – san Mar 28 '15 at 10:58

0 Answers0