我需要自动按下这个按钮"进入网站时,或X秒后。
<button id='settingsTab' class='all'>||</button>
<div id='settingsContainer'>
<div id='channelInput' style='position:absolute;top:15px;font-size:0;width:330px;'>
<input type="text" id="channel" style='width:215px;' name="channel" value='sodapoppin'>
<button id='join'>Join</button>
</div>
</div>
这是可能的,有了#34;加入&#34;只是进入网站发送按钮?
另外,我对此很新!
答案 0 :(得分:0)
Is this possible, having the "join" button being sent by just entering the site?
是的,这是可能的。
您必须使用setTimeout
或javascript
的{{1}}功能才能实现此目的。还要将代码包装在文档就绪函数中,以便仅在文档完全加载时执行。确保将所有javascript / jquery代码放在Jquery
标记内。
以下是一个示例代码(在Jquery中):
script