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

在js自定义函数中使用$(event.target)代替$(this)

时间:2014-04-29 22:22:27      阅读:615      评论:0      收藏:0      [点我收藏+]

标签:com   http   blog   class   style   div   img   code   java   javascript   tar   

mamicode.com,码迷
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<script src="http://lib.sinaapp.com/js/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript">
function myajax(event){
    alert($(event.target).html())
}
</script>
</head>
<body>
<a class="ajaxa" onclick="myajax(event)" >子栏目和文章</a>

</body>
</html>
mamicode.com,码迷

 

在js自定义函数中使用$(event.target)代替$(this),码迷,mamicode.com

在js自定义函数中使用$(event.target)代替$(this)

标签:com   http   blog   class   style   div   img   code   java   javascript   tar   

原文地址:http://www.cnblogs.com/zuoxiaobing/p/3696988.html

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