开发者

pure javascript equivalent of jquery $("#large_box2_link").click();

开发者 https://www.devze.com 2022-12-14 19:04 出处:网络
I use this small code within a jquery function, it works in every browser apar开发者_JAVA技巧t from ie6 and it just so happens our client only uses ie6,

I use this small code within a jquery function, it works in every browser apar开发者_JAVA技巧t from ie6 and it just so happens our client only uses ie6,

Can anyone help me translate this into pure javascript?

$("#large_box2_link").click();


document.getElementById("large_box2_link").click();
0

精彩评论

暂无评论...
验证码 换一张
取 消