Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #11382. #11764. Only prevent click events on disabled elements. | Dave Methvin | 2012-06-27 | 1 | -5/+14 |
| | | | | | | We don't want a disabled link/button to register delegated clicks, but we do want events like mouseover or custom events. This is a compromise, there is no perfect solution. Well, the browsers could be consistent about direct vs. delegated events but *that's* not gonna happen. | ||||
* | Fix #11315. Selector for .on() is relative to delegateTarget. | Dave Methvin | 2012-06-27 | 1 | -0/+14 |
| | | | | This fixes a regresssion from 1.6.4. Be aware that nearly every place that this bug comes into play, the selector in use is incredibly inefficient. | ||||
* | Update Sizzle: reduced size. Add Sizzle's utilities.js to unit tests | timmywil | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | Fix #11969. Never a null moment when checking siblings. | Dave Methvin | 2012-06-26 | 1 | -1/+2 |
| | |||||
* | Adds .jshintrc files for: grunt (default set), src, tests; Adapts jQuery-UI ↵ | Rick Waldron | 2012-06-25 | 1 | -0/+56 |
| | | | | loading method | ||||
* | Completes #11799: Maybe .progress() was cooler than I thought. | Corey Frang | 2012-06-25 | 1 | -5/+17 |
| | | | | Generate a .progress() for each step of an animation, once all properties are changed. Closes gh-835. | ||||
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves ↵ | Rick Waldron | 2012-06-25 | 5 | -37/+49 |
| | | | | jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965 | ||||
* | Make removeClass smart enough to remove duplicates. Fixes #11923 | Rick Waldron | 2012-06-23 | 1 | -0/+10 |
| | |||||
* | Add a semicolon in unit test; this pull predated lint mandate. | Dave Methvin | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Fix #11797. Use Deferred for better animation callbacks. Closes gh-830. | Corey Frang | 2012-06-22 | 1 | -4/+65 |
| | | | | In particular, an animation stopped with `gotoEnd` will be rejected. | ||||
* | Fix #11925, Pass eventHandle to special.teardown. Closes gh-831. | Timo Tijhof | 2012-06-22 | 1 | -0/+15 |
| | | | | | * Added unit test to confirm. The third assertion fails without the fix in ./src/event.js | ||||
* | Add parseHTML for explicitly parsing strings into html. Fixes #11617. | timmywil | 2012-06-21 | 1 | -0/+29 |
| | |||||
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 16 | -276/+359 |
| | |||||
* | Restore rhtmlString to its original form. 1.9 will come with starts-with ↵ | timmywil | 2012-06-21 | 1 | -5/+5 |
| | | | | html matching. For now, we are warning against broad use of jQuery() to parse html. | ||||
* | Revert "Adjust jQuery('html') detection to only match when html starts with ↵ | timmywil | 2012-06-21 | 1 | -1/+3 |
| | | | | | | | | '<' (counting space characters). Fixes #11290" This reverts commit 239fc86b01d52fd9df6d1963027ed37b4f6251fc. The consensus is that this would change behavior too abruptly. We will warn in 1.8 and do this in 1.9. | ||||
* | Adjust jQuery('html') detection to only match when html starts with '<' ↵ | timmywil | 2012-06-20 | 1 | -3/+1 |
| | | | | (counting space characters). Fixes #11290 | ||||
* | When detecting html in init, ignore html characters within quotes, brackets, ↵ | timmywil | 2012-06-19 | 1 | -1/+6 |
| | | | | and parens as well as escaped characters which are valid in selectors. Fixes #11290. | ||||
* | Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ↵ | timmywil | 2012-06-18 | 1 | -44/+0 |
| | | | | caching to Sizzle. Fixes #11826. | ||||
* | Detect IE collapsing body margin directly rather than inferring it. | Dave Methvin | 2012-06-18 | 1 | -7/+6 |
| | |||||
* | Browser sniffing is *bad*, folks, even in unit tests. | Dave Methvin | 2012-06-18 | 1 | -3/+3 |
| | |||||
* | Ensure that IE stays in Big Boy mode. | Dave Methvin | 2012-06-16 | 1 | -0/+1 |
| | | | | | | Although we use a lot of iframes in the test, the IE document mode is set by the parent document so we just need a single X-UA-Compatible in the main file. http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx | ||||
* | Fix #11231, (append|prepend|before|after) w/ array of jQuery objects. | Sindre Sorhus | 2012-06-15 | 1 | -4/+25 |
| | | | | Closes gh-666, thanks to @rkatic! | ||||
* | Fix #11566, allow appending to DocumentFragment, closes gh-814. | Vladimir Zhuravlev | 2012-06-15 | 1 | -35/+69 |
| | |||||
* | Fix #9505, percentage position values in Webkit, closes gh-825. | Mike Sherov | 2012-06-15 | 1 | -1/+12 |
| | |||||
* | Use QUnit's URL configs to simplify custom configuration. Closes gh-827 | Scott González | 2012-06-15 | 1 | -28/+16 |
| | |||||
* | Add necessary test html from Sizzle tests; Add an easy way to turn off QSA ↵ | timmywil | 2012-06-15 | 1 | -16/+32 |
| | | | | in tests | ||||
* | Update QUnit to v1.8.0 | Jörn Zaefferer | 2012-06-14 | 1 | -0/+0 |
| | |||||
* | Tweak test for #11743 in an attempt to placate Jenkins. | Dave Methvin | 2012-06-11 | 2 | -1/+2 |
| | | | | I can't get the current test to fail locally or in Browserstack, but suspect it may have something to do with badjson.js. | ||||
* | Check animation is close instead of exact, closes gh-823. | Mike Sherov | 2012-06-11 | 1 | -1/+2 |
| | |||||
* | Test: Remove unused file "include_js.php", closes gh-820. | Timo Tijhof | 2012-06-11 | 1 | -106/+0 |
| | |||||
* | Fix regression for "-200px" in animations; closes gh-822. | Mike Sherov | 2012-06-11 | 1 | -0/+9 |
| | | | | Also removes fake IIFEs ffrom effects. | ||||
* | Here is hoping everything works with the full build and the build without ↵ | jaubourg | 2012-06-11 | 1 | -2/+2 |
| | | | | ajax... looking at you @dmethvin ;) | ||||
* | Fix #8109, percent animations; fix #11854, wrong this, close gh-808 | Jeffery To | 2012-06-11 | 1 | -0/+18 |
| | |||||
* | Prevent total unit test meltdown ... and now over to @jaubourg! | Dave Methvin | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | We don't have IE9 supports grid yet, completely didn't see this while ↵ | jaubourg | 2012-06-11 | 1 | -6/+8 |
| | | | | refactoring. | ||||
* | Update QUnit so IE will pass unit tests. | Dave Methvin | 2012-06-11 | 1 | -0/+0 |
| | | | | Normally we'd want to stay with an official release, but we need 1604af735af117fff3ee7589c611c04f665ac169 so that QUnit will not yell about errors encountered bduring `globalEval`. | ||||
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 6 | -82/+65 |
| | |||||
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 8 | -71/+96 |
| | | | | See the pull request for more info on the dependency management details. | ||||
* | Modularize offset (exclude w/ grunt build:*:*:-offset). Closes #813. Fixes ↵ | Mike Sherov | 2012-06-07 | 3 | -57/+78 |
| | | | | #11865 | ||||
* | Don't swap to measure dimensions unless the element is display:none. #807 ↵ | Mike Sherov | 2012-06-07 | 1 | -0/+10 |
| | | | | Fixes #11293 | ||||
* | Remove unnecessary haunted house guards. | Rick Waldron | 2012-06-06 | 1 | -8/+3 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixes two typos | Rick Waldron | 2012-06-06 | 1 | -1/+1 |
| | |||||
* | Less letterSpacing .animate() fail in IE. Fixes #8627 | Mike Sherov | 2012-06-06 | 1 | -0/+8 |
| | |||||
* | Conditionally run height/width in iframeTest | Rick Waldron | 2012-06-06 | 1 | -2/+7 |
| | |||||
* | Rough draft of version=min test capabilities reintroduced. | Rick Waldron | 2012-06-06 | 1 | -1/+21 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Ensure both height and width port functions exist before attempting to run ↵ | Rick Waldron | 2012-06-06 | 1 | -1/+1 |
| | | | | | | dimensions tests. Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixe dimensions tests. No core code changes. Supplements #11856 | Mike Sherov | 2012-06-06 | 1 | -3/+9 |
| | |||||
* | Fix busted tests that relied on width in 2nd param to jQuery(), dimensions ↵ | Rick Waldron | 2012-06-05 | 3 | -20/+47 |
| | | | | | | stays modular. (core, attributes, offset) Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Make dimensions modular, adds optional build flag. Fixes #11856 | Mike Sherov | 2012-06-05 | 4 | -55/+59 |
| | |||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 24 | -24/+28 |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. |