97综合网,久久黄色免费视频,欧美交性又色又爽又黄 http://m.shyxfs.com/610.html 分享WordPress技術和互聯網的精彩! Thu, 22 Apr 2010 02:11:36 +0000 hourly 1 https://wordpress.org/?v=6.8.1 評論者:成功實現2.7的回復評論的功能 « 簡單學上進 http://m.shyxfs.com/610.html#comment-9281 Fri, 13 Feb 2009 11:40:56 +0000 http://m.shyxfs.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 […] 不顧里邊還有個ctrl+enter快速回復的功能,這個很簡單,網上也有很多介紹的,不過都是五花八門的,我參考了一個比較簡單的方法(請移步),就是在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> […]

]]>