JQuery Mobile Select Box not working

后端 未结 4 1888
抹茶落季
抹茶落季 2020-12-18 15:14

This is getting a bit crazy. I have been trying the code for hours now and no luck:

4条回答
  •  独厮守ぢ
    2020-12-18 15:44

    I had this issue recently, and the accepted answer did not fix it for me. In the process of creating a question on it, I figured out the solution:

    When using both jQuery UI and jQuery Mobile, UI must come before Mobile in your list of scripts.

    I had this:

    
    
    

    Which resulted in UI having precedence over my form elements, especially noticeable in select menus. I switched these statements, and the menus were enhanced by Mobile properly.

提交回复
热议问题