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

JS函数中的this关键字作用

时间:2014-11-25 18:59:30      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:js函数 this

<select  onchange="getchildrensort(this)">
                <option value="0">请选择</option>
                <volist id="vo" name="list">
                <option value="{$vo.id}">{$vo.name}</option>
                </volist>
                </select>


select的onchange事件,会触发函数getchildrensort(),这个函数把select对象作为参数传了过去

JS函数中的this关键字作用

标签:js函数 this

原文地址:http://hua120.blog.51cto.com/9643282/1582378

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