Vanilla 2  2.0.18.8
 All Data Structures Namespaces Files Functions Variables Pages
jquery-ui-1.8.2.custom.min.js File Reference

Functions

 if (!c.ui.version)
 
d extend (d.ui.sortable,{version:"1.8.2"})})(jQuery)
 

Variables

function c {c.ui=c.ui||{}
 
 jQuery
 
function b {var j=b.fn.remove
 
b fn remove =function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add(this).each(function(){b(this).triggerHandler("remove")});return j.call(b(this),a,c)})}
 
b widget
 
b widget bridge
 
b Widget =function(a,c){arguments.length&&this._createWidget(a,c)}
 
b Widget prototype
 
function d
 

Function Documentation

d extend ( d.ui.  sortable,
{version:"1.8.2"}   
)
if ( !c.ui.  version)

Variable Documentation

function b {var j=b.fn.remove

jQuery UI Widget 1.8.2

Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.

http://docs.jquery.com/UI/Widget

b widget bridge
Initial value:
=function(a,c){b.fn[a]=function(d){var e=typeof d==="string",f=Array.prototype.slice.call(arguments,1),h=this;d=!e&&f.length?b.extend.apply(null,[true,d].concat(f)):d;if(e&&d.substring(0,1)==="_")return h;e?this.each(function(){var g=b.data(this,a),i=g&&b.isFunction(g[d])?g[d].apply(g,f):g;if(i!==g&&i!==undefined){h=i;return false}}):this.each(function(){var g=
b.data(this,a);if(g){d&&g.option(d);g._init()}else b.data(this,a,new c(d,this))});return h}}
var i
Definition: jquery.js:16
function b
Definition: jquery.js:16
function a
Definition: jquery.js:16
function d
Definition: jquery-ui-1.8.2.custom.min.js:62
function c
Definition: jquery-ui-1.8.2.custom.min.js:10
function each([ 'Height', 'Width'], function(i, name){$.fn[ 'inner'+name]=function(){if(!this[0]) return;var torl=name== 'Height'? 'Top': 'Left', borr=name== 'Height'? 'Bottom': 'Right';return this.is(':visible')?this[0]['client'+name]:num(this, name.toLowerCase())+num(this, 'padding'+torl)+num(this, 'padding'+borr);};$.fn[ 'outer'+name]=function(options){if(!this[0]) return;var torl=name== 'Height'? 'Top': 'Left', borr=name== 'Height'? 'Bottom': 'Right';options=$.extend({margin:false}, options||{});var val=this.is(':visible')?this[0]['offset'+name]:+num(this, 'border'+torl+ 'Width')+num(this, 'border'+borr+ 'Width')+num(this, 'padding'+torl)+num(this, 'padding'+borr);return val+(options.margin?(num(this, 'margin'+torl)+num(this, 'margin'+borr)):0);};})
function c {c.ui=c.ui||{}

jQuery UI 1.8.2

Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.

http://docs.jquery.com/UI

jQuery UI Mouse 1.8.2

Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.

http://docs.jquery.com/UI/Mouse

Depends: jquery.ui.widget.js

function d
jQuery
b Widget prototype
Initial value:
={widgetName:"widget",widgetEventPrefix:"",options:{disabled:false},_createWidget:function(a,c){this.element=b(c).data(this.widgetName,this);this.options=b.extend(true,{},this.options,b.metadata&&b.metadata.get(c)[this.widgetName],a);var d=this;this.element.bind("remove."+this.widgetName,function(){d.destroy()});this._create();
this._init()},_create:function(){},_init:function(){},destroy:function(){this.element.unbind("."+this.widgetName).removeData(this.widgetName);this.widget().unbind("."+this.widgetName).removeAttr("aria-disabled").removeClass(this.widgetBaseClass+"-disabled ui-state-disabled")},widget:function(){return this.element},option:function(a,c){var d=a,e=this;if(arguments.length===0)return b.extend({},e.options);if(typeof a==="string"){if(c===undefined)return this.options[a];d={};d[a]=c}b.each(d,function(f,
h){e._setOption(f,h)});return e},_setOption:function(a,c){this.options[a]=c;if(a==="disabled")this.widget()[c?"addClass":"removeClass"](this.widgetBaseClass+"-disabled ui-state-disabled").attr("aria-disabled",c);return this},enable:function(){return this._setOption("disabled",false)},disable:function(){return this._setOption("disabled",true)},_trigger:function(a,c,d){var e=this.options[a];c=b.Event(c);c.type=(a===this.widgetEventPrefix?a:this.widgetEventPrefix+a).toLowerCase();d=d||{};if(c.originalEvent){a=
b.event.props.length;for(var f;a;){f=b.event.props[--a];c[f]=c.originalEvent[f]}}this.element.trigger(c,d);return!(b.isFunction(e)&&e.call(this.element[0],c,d)===false||c.isDefaultPrevented())}}})(jQuery)
function b
Definition: jquery.js:16
function a
Definition: jquery.js:16
function d
Definition: jquery-ui-1.8.2.custom.min.js:62
jQuery
Definition: global.js:804
b widget
Definition: jquery-ui-1.8.2.custom.min.js:25
function c
Definition: jquery-ui-1.8.2.custom.min.js:10
fn enable
Definition: jquery.form.js:546
function ui nestedSortable prototype options
Definition: jquery.ui.nestedSortable.js:289
b fn remove =function(a,c){return this.each(function(){if(!c)if(!a||b.filter(a,[this]).length)b("*",this).add(this).each(function(){b(this).triggerHandler("remove")});return j.call(b(this),a,c)})}
b widget
Initial value:
=function(a,c,d){var e=a.split(".")[0],f;a=a.split(".")[1];f=e+"-"+a;if(!d){d=c;c=b.Widget}b.expr[":"][f]=function(h){return!!b.data(h,a)};b[e]=b[e]||{};b[e][a]=function(h,g){arguments.length&&this._createWidget(h,g)};c=new c;c.options=b.extend({},c.options);b[e][a].prototype=
b.extend(true,c,{namespace:e,widgetName:a,widgetEventPrefix:b[e][a].prototype.widgetEventPrefix||a,widgetBaseClass:f},d);b.widget.bridge(a,b[e][a])}
function b
Definition: jquery.js:16
function a
Definition: jquery.js:16
function d
Definition: jquery-ui-1.8.2.custom.min.js:62
function c
Definition: jquery-ui-1.8.2.custom.min.js:10
b Widget =function(a,c){arguments.length&&this._createWidget(a,c)}