gdjlc

培养良好的习惯,每天一点一滴的进步,终将会有收获。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年6月18日

摘要: 简写 : $(document).ready(function(){ alert("Hello"); }); //可简写为 $(function(){ alert("Hello"); }); 解决jQuery和其它库的冲突方法之一 : var $j = jQuery.noConflict(); $j 阅读全文
posted @ 2010-06-18 14:26 gdjlc 阅读(517) 评论(0) 推荐(0) 编辑

摘要: DataBase.cs Web.config 阅读全文
posted @ 2010-06-18 13:20 gdjlc 阅读(480) 评论(0) 推荐(0) 编辑

摘要: 来源:http://code.google.com/p/lwrte/应用例子:<html xmlns="http://www.w3.org/1999/xhtml"><head><title>A Light weight RTE jQuery Plugin</title><link type="text/css" rel="stylesheet" href="jquery.rte.css" /><script type="text/javas 阅读全文
posted @ 2010-06-18 13:14 gdjlc 阅读(1549) 评论(0) 推荐(0) 编辑