返回事件触发作业...登陆

事件触发作业

阿贵2018-12-05 14:12:58182

<!DOCTYPE html>

<html>

<head>

<title>事件触发</title>

</head>

<body>

<script type="text/javascript">

function myfovus(x){

x.style.background="red"

}

function myclic(y) {

y.style.borderRadius="20PX"

}

</script>

姓名:<input type="text" onmouseenter="myfovus(this)" >

<br>

<br>

<br>

<div style="width:100px;height: 100px;border:2px solid #ccc;background: #3415"  onmouseup="myclic(this)">

</div>



</body>

</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送