需求说明
有时候为了更好的用户体验,我们需要js来实现点击按钮的操作
html代码
<button type="button" id="closeb" >关闭 </button>
js代码
function hhh(){
$("#closeb").click();
}
有时候为了更好的用户体验,我们需要js来实现点击按钮的操作
html代码
<button type="button" id="closeb" >关闭 </button>
js代码
function hhh(){
$("#closeb").click();
}