How to get a hyperlink from "a" tag not contained "href" attribute
<div class="info-button"> <!-- with JS event --> <a id="ga_results_more_info" class="bttn">More info</a> </div> Tried document.getElementById("ga_results_more_info").onclick but it return null
没有评论:
发表评论