Checking and unchecking radio buttons with Jquery Mobile

后端 未结 5 1455
说谎
说谎 2021-01-02 09:03

I can\'t check a set of checkboxes programatically with jquery mobile, I have the following code:

5条回答
  •  情歌与酒
    2021-01-02 09:44

    This doesn't seem right. The single quote is not needed input[type=radio] is correct. I'm using an outdated version (1.1.1). It would be help to know what version you're using.

    Keep in mind that those are radio buttons, only one selected at a time.

提交回复
热议问题