# jQuery Code: Use .prop() method to make checkbox checked ... $("#myButton").on('click',functino(){ $("#myCheckBox").prop("checked", true); });.
確定! 回上一頁