码迷,mamicode.com
首页 > Web开发 > 详细

js给input添加函数

时间:2018-08-21 21:10:24      阅读:452      评论:0      收藏:0      [点我收藏+]

标签:class   body   log   UNC   cup   element   func   tle   oct   

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title></title>
	</head>
	
	<script>
		function heh(){
			var sid=document.getElementById("btn");
    		sid.onblur = Function("queryOccupationEveryType(this.value);");
		}
		function queryOccupationEveryType(){
			console.log("aa");
		}
		
		
	</script>
	
	<body>
		
		<input id="btn" >
		<input id="btn1" onclick="heh()" type="button" value="点我">
		
	</body>
</html>

  

js给input添加函数

标签:class   body   log   UNC   cup   element   func   tle   oct   

原文地址:https://www.cnblogs.com/liushisaonian/p/9513656.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!