Trigger Keypress with jQuery

后端 未结 2 1259
情歌与酒
情歌与酒 2020-11-29 10:44

On the Definitive Trigger Keypress jQuery thread there is no working JSFiddle for the answer, and the code that is there doesn\'t work for me.

$(\"button\")         


        
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 11:23

    SublimeVideo is a HTML5 player, correct. If so, you can mute it by using a property, right?

    $("video#yourVideoTagId").prop("muted", true);
    

提交回复
热议问题