上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 361 下一页
摘要: 在Boxy中没有提供复杂的弹出框,但是没有提供复杂业务的说明,我总结了几点需要注意的地方1 在behaviours里写方法时,所有内容都是r对象下的,即$(r).find这种方式可以找到指定的HTML标记2 在写完后,如果需要关闭框,可以使用Boxy.get(this).hide(); new Boxy($("#MediaList").html(), { behaviours: function (r) { //搜索操作 $(r).find("#keyword").... 阅读全文
posted @ 2012-11-28 17:53 张占岭 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 当你需要使用弹出框时,当然可以使用jquery-ui,artdiag,blockUI等等,但今天我介绍一个轻量级的插件 boxy!它可以把美工设计的弹出框很容易的体现出来,而且兼容性还不错!国外参考:http://onehackoranother.com/projects/jquery/boxy/ 1 <script type='text/javascript'> 2 $(function() { 3 $('#ask-actuator').click(function() { 4 Boxy.ask("How are you feeling? 阅读全文
posted @ 2012-11-27 23:02 张占岭 阅读(1632) 评论(1) 推荐(0) 编辑
摘要: xheditor确实好用,但由于是第三方的插件,所以,在我们设置起来难免有点麻烦,下面我说几个场景:一 当你希望动态改变xheditor里的内容里需要这样做: var editor = $('#Content').xheditor({ tools: 'full', width: 500, height: 200 }); editor.setSource("");//清空上一次调用时的内容 editor.focus(); editor.pasteHTML(info + "</br>");二 当这个xheditor 阅读全文
posted @ 2012-11-27 19:20 张占岭 阅读(1539) 评论(3) 推荐(0) 编辑
摘要: jsonString={“name":"zzl"};var obj=eval('('+jsonString+')');alert(obj.name); 阅读全文
posted @ 2012-11-27 16:14 张占岭 阅读(472) 评论(2) 推荐(0) 编辑
摘要: 开发语言(Development)Java.Net云计算移动HTML JavaScriptPHP架构 & 设计(Architecture & Design)建模(Modeling)性能和可伸缩性(Scalability/Performance)领域驱动设计(DDD)面向切面 (AOP)设计模式(Patterns)安全(Security)云计算(Cloud)面向服务(SOA)过程 & 实践(Process & Practices)敏捷(Agile)领导能力(Leadership)团队协作(Collaboration)敏捷技术(Agile Techniques)方法 阅读全文
posted @ 2012-11-23 12:15 张占岭 阅读(1809) 评论(0) 推荐(2) 编辑
上一页 1 ··· 277 278 279 280 281 282 283 284 285 ··· 361 下一页