
jQuery
文章平均质量分 88
besley
十年以上企业信息系统架构设计 SaaS软件架构设计和云计算平台研发团队管理经验 提供信息系统 WEB技术 工作流系统 研发团队管理和项目管理等咨询服务
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SlickGrid 编辑器编写指引
一篇不错的文章,编写SlickGrid的编辑器可以参考,思路更加清楚。 原文地址: http://onmylemon.co.uk/2014/06/writing-an-editor-for-slickgrid/ Writing an Editor for SlickGrid SlickGrid is a data grid used to display转载 2015-06-05 18:01:07 · 1751 阅读 · 0 评论 -
Using CORS
Introduction APIs 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 · 1055 阅读 · 0 评论 -
AngularJS 的select 控件的ng-options的使用示例
Using ngOptions In AngularJS Wednesday, June 19, 2013 10 comments Tweet The ngOptions directive in AngularJS allows you to build and bind an HTML select element with options to a转载 2014-03-28 11:35:14 · 6903 阅读 · 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 · 1225 阅读 · 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 · 1109 阅读 · 0 评论 -
HTML DOM元素的事件的Bubbling 和 Capturing
Bubbling and capturing Ilya Kantor Bubbling this and event.targetStopping the bubbling CapturingSummary DOM elements can be nested inside each other. And somehow, the handler of the par转载 2013-09-03 08:41:35 · 2065 阅读 · 0 评论 -
SlickGrid 插件开发(4) :页脚合计功能实现
前言:在数据处理的Grid控件中,对某一列的数值需要求和统计;业务人员或者财务人员对数据求和比较看重,在SlickGrid的功能实现中,页脚统计作为插件技术来实现。特意对实现过程做以总结说明: 1. 初始化方法 function init() { grid.onScroll.subscribe(function (e, args) {原创 2013-08-13 19:16:18 · 2428 阅读 · 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 · 12081 阅读 · 0 评论 -
A Really Simple jQuery Plugin Tutorial
http://www.queness.com/post/112/a-really-simple-jquery-plugin-tutorial 1. Introduction Creating 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 · 1290 阅读 · 0 评论 -
How To Develop a jQuery Plugin
How To Develop a jQuery Plugin By Craig Buckler | July 22, 2009 | JavaScript http://www.sitepoint.com/how-to-develop-a-jquery-plugin/ 14 jQuery is the most popular JavaScript lib转载 2012-11-28 10:39:21 · 977 阅读 · 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 Basics A plugin i转载 2012-11-28 10:31:25 · 848 阅读 · 0 评论 -
SlickGrid 样式在 JQueryUI Accordion 和 Bootstrap框架的兼容性解决办法
SlickGrid with jQueryUI and Bootstrap 原文地址:http://low-bandwidth.blogspot.com.au/2015/06/slickgrid-with-jqueryui-and-bootstrap.html Recently I've taken up the mantle of maintaining an转载 2015-10-24 11:25:21 · 2169 阅读 · 0 评论