js 怎么传递参数
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>testPic</title>
<script src="IndusJS/jquery.min.js"></script>
<script type="text/javascript">function testID(id)
{
var itt = id;
$("#" + itt + "").html('传递过来的值');
}
</script>
</head>
<body>
<div id="t1"></div>
<input type="button" value="测试传递ID值" onclick="testID('t1')" />
</body>
</html>
作者:学习靠自己
出处:http://www.cnblogs.com/net064/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文链接,否则保留追究法律责任的权利。
土豪打赏