js:
function doCancel(obj){
//js获取
alert(objid);
//jquery获取
alert($(obj)attr("id"));
}
html:
<img height="80px" width="70px" id="img00" onclick="doCancel(this)">
<script type="text/javascript">
function buttonchange(obj)
{
var sum=parseInt(objid)+2;
alert(sum);
documentgetElementById(""+sum)value=objvalue;
}
</script>
<body>
<input name="3" type="button" id="5" value="改变" onclick="buttonchange(this)" />
<input name="3" type="button" id="7" value="" onclick="" />
</body>
我没有删除那个alert,你可以在你的程序里面试试看,因为objid+2的结果被解释为52,所以你会失败。
以上就是关于js,在标签的点击事件中怎么获取该标签的 id 值全部的内容,包括:js,在标签的点击事件中怎么获取该标签的 id 值、javascript如何通过id获取按钮,然后改变按钮的value值、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)