随笔分类 -  JavaScript

摘要:C# javascript 采用 RSA 加密解密1.C#提供公钥2.javascript用公钥加密3.C#用私钥解密4.javascript 类库 https://www.pidder.de/pidcrypt/ prot... 阅读全文
posted @ 2015-08-17 17:46 I'm CY 阅读(1052) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/ranbolwb/article/details/18555847 function isIE() { //ie? if (!!window.ActiveXObject || "ActiveXObject" in wind... 阅读全文
posted @ 2014-09-19 21:42 I'm CY 阅读(258) 评论(0) 推荐(0)
摘要:<h1 class="header" data-bind="text: label"></h1><div id="dialog" data-bind="dialog: {autoOpen: false, title: 'Dialog test' }, dialogVisible: isOpen">foo dialog</div><div> <button data-bind="click: open">Ope 阅读全文
posted @ 2012-10-20 23:19 I'm CY 阅读(416) 评论(0) 推荐(0)
摘要:<ul data-bind="template: 'peopleList'"></ul><script type="text/html" id="peopleList"> {{for people()}} <li> {{: first() }} </li> {{/for}}</script><hr/><ul data-bind="template: { name: 'peopleList2', forea 阅读全文
posted @ 2012-10-17 14:24 I'm CY 阅读(472) 评论(0) 推荐(0)
摘要:<ul data-bind="foreach: items"> <li data-bind="css: { selected: isSelected }"> <a href="#" data-bind="text: name, click: $root.selectedItem"></a> </li></ul><hr/><div data-bind="text: ko.toJSON($root)">& 阅读全文
posted @ 2012-10-14 21:52 I'm CY 阅读(243) 评论(0) 推荐(0)
摘要:... this.DarkBorder = "#D4D0C8"; //日期显示的立体表达色 this.isLessToday = false;... var o = WebCalendar.calendar.style; WebCalendar.eventSrc = e; if (arguments.length == 0) WebCalendar.objExport = e; if (arguments.length == 1 && typeof(arguments[0])=="boolean") {WebCalendar.objExp 阅读全文
posted @ 2012-07-03 23:55 I'm CY 阅读(379) 评论(0) 推荐(0)