标签: jquery
我的触发器在桌面上工作,但在手机中不起作用: 代码是“
$( "#foo" ).click(function() { $( "#bar").trigger( "click" ); });
我如何让它在手机上运作?