开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜