在我的提交按钮上,我有onclick="list_activity();
但是如何list_activity();
在单击按钮后大约 2 秒而不是立即运行该功能?
我正在使用的 HTML 代码:
<textarea name="blab_field" id="blab_field" style="width:98%;height:55px;" placeholder="What is on your mind? - What are you doing right now? - Tag people with @username (username can be found on profiles)"></textarea>
<input name="mem_id" id="mem_id" type="hidden" value="4" />
<input name="poster_id" id="poster_id" type="hidden" value="<?php echo $logOptions_id; ?>" />
<input type="hidden" name="type" id="type" value="a" />
<input type="hidden" name="device" id="device" value="Google Chrome : Windows 7" />
<input name="submit" type="submit" style="width:100%;" onClick="post_chat();" class="btn btn-info" value="Post Blab" />