Make sure that jQuery works even when the individual modules are loaded separately AND jQuery.noConflict(true) is used. Fixes #7011.
This commit is contained in:
parent
b920f0aeb4
commit
a44ec40277
13 changed files with 52 additions and 3 deletions
4
src/effects.js
vendored
4
src/effects.js
vendored
|
@ -1,3 +1,5 @@
|
|||
(function( jQuery ) {
|
||||
|
||||
var elemdisplay = {},
|
||||
rfxtypes = /toggle|show|hide/,
|
||||
rfxnum = /^([+\-]=)?([\d+.\-]+)(.*)$/,
|
||||
|
@ -480,3 +482,5 @@ if ( jQuery.expr && jQuery.expr.filters ) {
|
|||
}).length;
|
||||
};
|
||||
}
|
||||
|
||||
})( jQuery );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue