
前端开发
文章平均质量分 77
diao21
这个作者很懒,什么都没留下…
展开
-
jquery ui dialog
jQuery("#backgroundprograma").html('栏目名称:提示说明:'); jQuery("#backgroundprograma").dialog({ resizable:false, width:250, height:300, title:"新建栏目", modal:fals...原创 2012-11-08 07:29:25 · 119 阅读 · 0 评论 -
jquery wizard
function deviceWizardAdd() { $.ajax({ type: "get", url: "./deviceWizardAdd.jsp", cache: false, success: function(jsp){ $("body").append(jsp); $("#S...2012-11-09 11:43:06 · 200 阅读 · 0 评论 -
向导jsp
jQuery UI Dialog - Default functionality div.container { width:100%; ...2012-11-09 16:43:01 · 124 阅读 · 0 评论 -
Wizardadd
機器の追加 Account information ...原创 2012-11-09 16:45:46 · 322 阅读 · 0 评论 -
插件写法
(function($) { $.extend({ progressBar: new function() { /* public methods */ this.construct = function(arg1, arg2) { alert('test'); }; } }); $.fn.extend({ ...原创 2012-11-12 16:28:16 · 88 阅读 · 0 评论 -
extjs4 自定义类
Ext.define('FX.Table.Filter.Condition', { extend: 'Ext.data.Model', fields: [ {type: 'string', name: 'name'}, {type: 'string', name: 'value'} ] ...原创 2013-01-29 13:20:26 · 145 阅读 · 0 评论