03 2012 档案

摘要:文档对象现在我们将开始讨论更“实际”的话题——文档对象(DOM)。文档对象是指在网页文档里划分出来的对象。在 JavaScript 能够涉及的范围内有如下几个“大”对象:window, document, location, navigator, screen, history 等。下面是一个文档对... 阅读全文
posted @ 2012-03-21 15:49 狗狗听话 阅读(620) 评论(0) 推荐(1)
摘要:1. 下载xhEditor最新版本。下载地址:http://xheditor.com或者http://code.google.com/p/xheditor/downloads/list2. 解压zip文件,将解压文件放到相应的文件目录下3.在相应页面文件的head标签结束之前添加,jquery引用和xheditor引用(根据实际情况设置文件路径) <script type="text/javascript" src=".../jquery/jquery-1.7.1.min.js"></script> <script type 阅读全文
posted @ 2012-03-01 15:34 狗狗听话 阅读(1333) 评论(0) 推荐(0)