aboutsummaryrefslogtreecommitdiffstats
path: root/src/wrap.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-16/+16
| | | | Fixes gh-2056
* Wrap: Support .unwrap( selector) for selective unwrappingDave Methvin2015-03-301-6/+5
| | | | | Fixes gh-1744 Closes gh-2003
* Manipulation: make wrapAll funarg execute only onceOleg Gaidarenko2014-12-241-6/+3
| | | | | Fixes gh-1843 Closes gh-1912
* Wrap: Declare a dependency on the manipulation moduleTJ VanToll2014-06-021-0/+1
| | | | | Fixes #15121 Closes gh-1589
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-091-0/+1
| | | | across all modules)
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-091-0/+1
| | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+2
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+5
|
* Fix #13741. Make wrap/unwrap methods optional. Close gh-1222.Dave Methvin2013-04-061-0/+69