我很确定我的错误会很明显。在过去的 6 个小时里,我一直在工作,只是找不到脑力来弄清楚我到底哪里出错了。如果有人可以让我知道,我将不胜感激。
请注意,我可能会在发现我的错误后自杀。
<!DOCTYPE html>
<html>
<head>
<script src="https://d10ajoocuyu32n.cloudfront.net/jquery-1.9.1.min.js"></script>
<script>
$("#addCompanies").click(function() {
alert("hello");
});
</script>
</head>
<body>
<a id="addCompanies">Continue</a>
</body>
</html>