欧美区在线,男女打扑克app,亚洲三级电影网站
http://www.jssanhong.com/610.html
分享WordPress技術(shù)和互聯(lián)網(wǎng)的精彩!
Thu, 22 Apr 2010 02:11:36 +0000
hourly
1
https://wordpress.org/?v=6.8.1
-
評(píng)論者:成功實(shí)現(xiàn)2.7的回復(fù)評(píng)論的功能 « 簡(jiǎn)單學(xué)上進(jìn)
http://www.jssanhong.com/610.html#comment-9281
Fri, 13 Feb 2009 11:40:56 +0000
http://www.jssanhong.com/2008/09/%e8%ae%a9%e5%8f%91%e5%b8%83%e8%af%84%e8%ae%ba%e5%8f%af%e4%bb%a5%e4%bd%bf%e7%94%a8ctrlenter%e5%bf%ab%e6%8d%b7%e9%94%ae/#comment-9281
[…] 不顧里邊還有個(gè)ctrl+enter快速回復(fù)的功能,這個(gè)很簡(jiǎn)單,網(wǎng)上也有很多介紹的,不過(guò)都是五花八門(mén)的,我參考了一個(gè)比較簡(jiǎn)單的方法(請(qǐng)移步),就是在comments.php的</form>后面添加一段代碼: <script type=”text/javascript”> ? ? ?? ?? ? ? ?document.getElementById(”comment”).onkeydown = function (moz_ev) ?? ? ? ?{ ?? ? ? ? ? ? ? ?var ev = null; ?? ? ? ? ? ? ? ?if (window.event){ ?? ? ? ? ? ? ? ? ? ? ? ?ev = window.event; ?? ? ? ? ? ? ? ?}else{ ?? ? ? ? ? ? ? ? ? ? ? ?ev = moz_ev; ?? ? ? ? ? ? ? ?} ?? ? ? ? ? ? ? ?if (ev != null && ev.ctrlKey && ev.keyCode == 13) ?? ? ? ? ? ? ? ?{ ?? ? ? ? ? ? ? ? ? ? ? ?document.getElementById(”submit”).click(); ?? ? ? ? ? ? ? ?} ?? ? ? ?} </script> […]
]]>