摘要: What is 'typeof define 'function' && define['amd']' used for? What purpose does the following code serve? What does factory function do here? Here roo 阅读全文
posted @ 2019-06-28 15:31 ChuckLu 阅读(3207) 评论(0) 推荐(1) 编辑
摘要: .closest() .closest( selector )Returns: jQuery Description: For each element in the set, get the first element that matches the selector by testing th 阅读全文
posted @ 2019-06-28 15:04 ChuckLu 阅读(296) 评论(0) 推荐(0) 编辑
摘要: jquery.fileupload-image-editor.js中 jquery.ui.widget.js 遇到错误 是因为找不到 Uncaught TypeError: Cannot read property 'innerHTML' of null at Function.tmpl.load 阅读全文
posted @ 2019-06-28 14:27 ChuckLu 阅读(588) 评论(0) 推荐(0) 编辑
摘要: https://api.jquery.com/event.currentTarget/ event.currentTargetReturns: Element Description: The current DOM element within the event bubbling phase. 阅读全文
posted @ 2019-06-28 14:04 ChuckLu 阅读(144) 评论(0) 推荐(0) 编辑
摘要: https://api.jquery.com/on/ .on( events [, selector ] [, data ], handler )Returns: jQuery Description: Attach an event handler function for one or more 阅读全文
posted @ 2019-06-28 14:04 ChuckLu 阅读(215) 评论(0) 推荐(0) 编辑
摘要: https://abp.io/ --ABP v2 官网 https://grpc.io/ --gRPC官网 https://devblogs.microsoft.com/dotnet/introducing-net-5/ --.net 5 https://http2.github.io/faq/#w 阅读全文
posted @ 2019-06-28 13:39 ChuckLu 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://api.jquery.com/jquery.extend/ jQuery.extend( target [, object1 ] [, objectN ] ) Description: Merge the contents of two or more objects togethe 阅读全文
posted @ 2019-06-28 09:46 ChuckLu 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Prototype An object-oriented JavaScript framework Prototype is a JavaScript framework that aims to ease development of dynamic web applications. It of 阅读全文
posted @ 2019-06-28 09:38 ChuckLu 阅读(256) 评论(0) 推荐(0) 编辑
摘要: https://learn.jquery.com/jquery-ui/widget-factory/extending-widgets/ https://api.jqueryui.com/jquery.widget/#method-_super https://johnresig.com/blog/ 阅读全文
posted @ 2019-06-28 01:12 ChuckLu 阅读(1021) 评论(0) 推荐(0) 编辑
摘要: https://cdnjs.com/libraries/jquery https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.js https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/ 阅读全文
posted @ 2019-06-28 00:02 ChuckLu 阅读(288) 评论(0) 推荐(0) 编辑