如何使用js在jMobile中检查是否已选中复选框?<input class="custom" id="myCheckbox" name="myCheckbox" type="checkbox"/> 最佳答案 简而言之:$("#myCheckbox").is(":checked")