世间自有公道,付出总有回报,说到不如做到,要做就做好,步步高!
疯狂秀才 QQ:1055818239
jQuery.Easy-UI QQ讨论群:36534121(超级)、 112044258(Full)、88504640、32994605、56271061
posts - 93,  comments - 481,  trackbacks - 1
03 2011 档案
[转]CKEDITOR 使用说明
摘要: 一、使用方法:1、在页面<head>中引入ckeditor核心文件ckeditor.js<script type="text/javascript" src="ckeditor/ckeditor.js"></script>2、在使用编辑器的地方插入HTML控件<textarea><textarea id="TextArea1" cols="20" rows="2" class="ckeditor"></text阅读全文
posted @ 2011-03-31 09:06 疯狂秀才 阅读(882) | 评论 (0) 编辑
jQuery.easyui 与 jQuery.Valiedate 验证控件组合使用实例!
摘要: Demo中弹窗中的表单为JS动态创建,不是事先写在页面的HTML中。希望此文能给朋友们带来帮助。效果图:代码不贴了,也没啥好讲的。上代码还是实在点猛击下载注:编辑器不太给力,太费劲了。。。。。还是我不会用?阅读全文
posted @ 2011-03-15 21:47 疯狂秀才 阅读(1339) | 评论 (1) 编辑
<!--[if IE]>….<![endif]-->创建IE各版本专属CSS IE中的if语句
摘要: 1. <!--[if !IE]><!--> 除IE外都可识别 <!--<![endif]-->2. <!--[if IE]> 所有的IE可识别 <![endif]-->3. <!--[if IE 5.0]> 只有IE5.0可以识别 <![endif]-->4. <!--[if IE 5]> 仅IE5.0与IE5.5可以识别 <![endif]-->5. <!--[if gt IE 5.0]> IE5.0以及IE5.0以上版本都可以识别 <![endif]-->阅读全文
posted @ 2011-03-05 22:48 疯狂秀才 阅读(906) | 评论 (0) 编辑