mimini03
UID 4575334
精华
0
积分 0
帖子 6
阅读权限 10
注册 2010-3-10
|
|
if (discuz_uid > 0 && ($at.thread) && fid > 0) { $("fastpostsubmit").outerHTML += '<input type=\"checkbox\" name=\"reply_changebox\" onclick=\"check_reply()\" id=\"reply_changebox\" />回帖后跳转到最后一页' }function reply_jump() { setTimeout('location.href="http://"+location.hostname+"/redirect.php?tid="+tid+"&goto=lastpost#lastpost"', 1500) }function check_reply() { if (document.getElementById("reply_changebox").checked) { $("fastpostsubmit").onclick = function() { reply_jump() } $("fastpostmessage").onkeydown = function() { if (event.ctrlKey && event.keyCode == 13) { document.getElementById("fastpostform").submit(); reply_jump() } } } else { $("fastpostsubmit").onclick = function() { document.getElementById("fastpostform").submit() } $("fastpostmessage").onkeydown = function() { if (event.ctrlKey && event.keyCode == 13) { document.getElementById("fastpostform").submit() } } }}
|
|
|