我试着跟踪我网站上的点击量。因此,我使用e.target.id。当点击带有for="mycheckbox“的标签时,我会得到标签的id,而不是复选框。我怎样才能得到for标签? document.addEventListener('mousedown', function(e) {
e = e || window.event;
alert("checkbox with id: " + e.target.id.toString() + " checked"); //doesn't work with labels
, fa
我在跟踪"select“标签中的”选项“标签的值时遇到了问题。我现在有一个Google翻译器Widget的下拉菜单,用户可以点击它并选择语言。当您单击“”下拉时,您将能够将德语视为选项。请看附带的截图。我已经创建了一个宏调用"JS -谷歌翻译-选择选项“在谷歌标签管理器。
以下是"JS - Google翻译-选择选项“的代码:
function() {
var list = document.querySelector('select.goog-te-combo');
return list ? list.options[list.selecte
我有一个小的div标记,当我单击它(onClick事件)时,它将运行printMousePos()函数。这是HTML标签:
<html>
<header>
<!-- By the way, this is not the actual html file, just a generic example. -->
<script src='game.js'></script>
</header>
<body>
<div