How to open the select input using jquery

后端 未结 3 1971
一个人的身影
一个人的身影 2020-11-29 08:53

So I can see the options of the select element but I need to click on it. What if I want to use a function? When something happens this select element should be selected, me

3条回答
  •  伪装坚强ぢ
    2020-11-29 09:20

    I dont think you can force the select box to drop down using any code. But still you can change the selected option using the code. Pls see this

    http://www.mredkj.com/tutorials/tutorial003.html

提交回复
热议问题