
jQuery
文章平均质量分 88
besley
十年以上企业信息系统架构设计 SaaS软件架构设计和云计算平台研发团队管理经验 提供信息系统 WEB技术 工作流系统 研发团队管理和项目管理等咨询服务
展开
-
SlickGrid 编辑器编写指引
一篇不错的文章,编写SlickGrid的编辑器可以参考,思路更加清楚。原文地址:http://onmylemon.co.uk/2014/06/writing-an-editor-for-slickgrid/Writing an Editor for SlickGridSlickGrid is a data grid used to display转载 2015-06-05 18:01:07 · 1725 阅读 · 0 评论 -
Using CORS
IntroductionAPIs are the threads that let you stitch together a rich web experience. But this experience has a hard time translating to the browser, where the options for cross-domain requests are转载 2014-06-16 15:24:51 · 1042 阅读 · 0 评论 -
AngularJS 的select 控件的ng-options的使用示例
Using ngOptions In AngularJSWednesday, June 19, 201310 commentsTweetThe ngOptions directive in AngularJS allows you to build and bind an HTML select element with options to a转载 2014-03-28 11:35:14 · 6889 阅读 · 0 评论 -
JQury 实用代码(需不断更新)
JQuery 代码1 map 方法¶根据数组中的元素,嵌入构造方法,返回新数组function getSelectedDataItems() { if (!selectionModel) { throw "Selection model is not set"; } var items; if (data.getItem原创 2013-07-04 13:46:17 · 1210 阅读 · 0 评论 -
Flot tutorial: Javascript 脚本创建简单图形报表示例
source: http://2toria.com/2012/10/09/flot-tutorial-creating-a-simple-bar-chart/I thought I’d take a slightly different direction re charting and data visualisation today and offer up a quick转载 2013-10-05 14:11:05 · 1093 阅读 · 0 评论 -
HTML DOM元素的事件的Bubbling 和 Capturing
Bubbling and capturingIlya KantorBubblingthis and event.targetStopping the bubblingCapturingSummaryDOM elements can be nested inside each other. And somehow, the handler of the par转载 2013-09-03 08:41:35 · 2042 阅读 · 0 评论 -
SlickGrid 插件开发(4) :页脚合计功能实现
前言:在数据处理的Grid控件中,对某一列的数值需要求和统计;业务人员或者财务人员对数据求和比较看重,在SlickGrid的功能实现中,页脚统计作为插件技术来实现。特意对实现过程做以总结说明:1. 初始化方法 function init() { grid.onScroll.subscribe(function (e, args) {原创 2013-08-13 19:16:18 · 2411 阅读 · 0 评论 -
JQuery UI Dialog 参数传递及事件交互技术
JQuery UI Dialog 是主页面和子页面交互的常用控件,经常碰到的问题是:参数传递,事件交互和页面元素的清除回收。本文使用MVC4,JQuery,Html开发做以示例。1. Dialog打开的代码示例如下:var chatDialog = $("#divChatDialog").load("../im/ChatDialog", function () { va原创 2013-06-11 19:51:28 · 12051 阅读 · 0 评论 -
A Really Simple jQuery Plugin Tutorial
http://www.queness.com/post/112/a-really-simple-jquery-plugin-tutorial1. IntroductionCreating a jQuery Plugin is an advanced topic for a jQuery beginner. This month, I have been playing with jQu转载 2012-11-28 10:50:01 · 1269 阅读 · 0 评论 -
How To Develop a jQuery Plugin
How To Develop a jQuery PluginBy Craig Buckler | July 22, 2009 | JavaScripthttp://www.sitepoint.com/how-to-develop-a-jquery-plugin/14jQuery is the most popular JavaScript lib转载 2012-11-28 10:39:21 · 966 阅读 · 0 评论 -
Tutorial: Creating a jQuery plugin
Learn how to create a jQuery plugin from scratch – the basics, options, compatibility and examples.http://devheart.org/articles/tutorial-creating-a-jquery-plugin/The BasicsA plugin i转载 2012-11-28 10:31:25 · 837 阅读 · 0 评论 -
SlickGrid 样式在 JQueryUI Accordion 和 Bootstrap框架的兼容性解决办法
SlickGrid with jQueryUI and Bootstrap原文地址:http://low-bandwidth.blogspot.com.au/2015/06/slickgrid-with-jqueryui-and-bootstrap.htmlRecently I've taken up the mantle of maintaining an转载 2015-10-24 11:25:21 · 2152 阅读 · 0 评论