edge.js
摘要:https://github.com/tjanczuk/edge 运行的时候会报 System.DllnotfoundException 无法加载node.dll,要把\packages\Edge.js.4.0.0\content\下edge目录复制到运行环境下。 nuget自己不会复制这个目录。
阅读全文
posted @
2016-03-29 19:20
聪明的大熊
阅读(2457)
推荐(0)
javascript 库
摘要:http://momentjs.com/timezone/时间格式库javascript 模板http://garann.github.io/template-chooser/字符串http://stringjs.com/https://github.com/epeli/underscore.stringhttp://www.uize.com/内容更加多点还带ajax什么的很大类库http://sugarjs.com/ 对array date string 等tree gridhttp://maxazan.github.io/jquery-treegrid/
阅读全文
posted @
2013-10-28 14:12
聪明的大熊
阅读(174)
推荐(0)
ipad touch jquery
摘要:http://touchpunch.furf.com/
阅读全文
posted @
2013-10-19 15:27
聪明的大熊
阅读(230)
推荐(0)
knockout 绑定 jquery ui datepicker (转)
摘要:ko.bindingHandlers.datepicker = { init: function(element, valueAccessor, allBindingsAccessor) { //initialize datepicker with some optional options var options = allBindingsAccessor().datepickerOptions || {}, $el = $(element); $el.datepicker(options); //handl...
阅读全文
posted @
2013-10-10 13:46
聪明的大熊
阅读(1239)
推荐(0)
mvc 相关js
摘要:http://modernizr.com/https://github.com/Modernizr/Modernizr/wiki主要看下Polyfills用于html5,用于一些老ie,firefox之类不支持html5,用于补救。-------------------------------kohttp://www.knockoutjs.com/https://github.com/knockout/knockouthttps://github.com/knockout/knockout/wiki/PluginsKnockout.EditablesKnockout.MappingKnocko
阅读全文
posted @
2013-10-08 13:37
聪明的大熊
阅读(145)
推荐(0)
ie8的“开发人员工具”是蛮好用的。
摘要:尤其是“探查器”,可以看到js效率,另外开启调试,还可以在“探查器”直接点击跳到js语句
阅读全文
posted @
2011-09-07 10:45
聪明的大熊
阅读(127)
推荐(0)
ig_WebGrid_dom.js ie8慢的问题(没有办法解决)
摘要:aspnet_client\infragistics\20071\ig_WebGrid_dom.js 的行 6029tr.cells[j].id=cellId.join("_");igtbl_ptsRow=["init"和"getDataKey"之间在ie8下如果table包含tag <col> ,修改cell的Id就会慢。(未经试验过,是要重新组织dom的结构?)参见 http://blogs.infragistics.com/forums/p/26825/279464.aspxGoogle上search上面那句js语句
阅读全文
posted @
2011-09-07 10:43
聪明的大熊
阅读(534)
推荐(0)