21aad10
click here to add a description
click here to add a homepage
The official jQuery user interface library. — Read more
http://jqueryui.com/
This URL has Read+Write access
All: Define a local undefined variable inside the main closure.
@@ -10,7 +10,7 @@
* Depends:
* jquery.effects.core.js
*/
-(function($) {
+(function( $, undefined ) {
$.effects.blind = function(o) {
$.effects.bounce = function(o) {
$.effects.clip = function(o) {
@@ -7,7 +7,7 @@
*
* http://docs.jquery.com/UI/Effects/
-;jQuery.effects || (function($) {
+;jQuery.effects || (function($, undefined) {
$.effects = {};
$.effects.drop = function(o) {
$.effects.explode = function(o) {
$.effects.fade = function(o) {
return this.queue(function() {
$.effects.fold = function(o) {
$.effects.highlight = function(o) {
$.effects.pulsate = function(o) {
$.effects.puff = function(o) {
$.effects.shake = function(o) {
$.effects.slide = function(o) {
$.effects.transfer = function(o) {
@@ -11,7 +11,7 @@
* jquery.ui.core.js
* jquery.ui.widget.js
$.widget("ui.accordion", {
options: {
@@ -12,7 +12,7 @@
* jquery.ui.position.js
-(function( $ ) {
$.widget( "ui.autocomplete", {
var lastActive,
baseClasses = "ui-button ui-widget ui-state-default ui-corner-all",
* http://docs.jquery.com/UI
// prevent duplicate loading
// this is only a problem because we proxy existing functions
-(function($) { // hide the namespace
$.extend($.ui, { datepicker: { version: "@VERSION" } });
@@ -16,7 +16,7 @@
* jquery.ui.resizable.js
var uiDialogClasses =
'ui-dialog ' +
* jquery.ui.mouse.js
$.widget("ui.draggable", $.ui.mouse, {
widgetEventPrefix: "drag",
@@ -13,7 +13,7 @@
* jquery.ui.draggable.js
$.widget("ui.droppable", {
widgetEventPrefix: "drop",
$.widget("ui.mouse", {
* http://docs.jquery.com/UI/Position
$.ui = $.ui || {};
$.widget( "ui.progressbar", {
$.widget("ui.resizable", $.ui.mouse, {
widgetEventPrefix: "resize",
$.widget("ui.selectable", $.ui.mouse, {
// number of pages in a slider
// (how many times can you page up/down to go through the whole range)
$.widget("ui.sortable", $.ui.mouse, {
widgetEventPrefix: "sort",
var tabId = 0,
listId = 0;
* http://docs.jquery.com/UI/Widget
var _remove = $.fn.remove;
21aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad1021aad10