Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ↵ | timmywil | 2012-06-18 | 1 | -46/+20 | |
| | | | | caching to Sizzle. Fixes #11826. | |||||
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -50/+50 | |
| | ||||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -15/+14 | |
| | ||||||
* | @mikesherov said: no need for an else if! | jaubourg | 2012-05-07 | 1 | -1/+1 | |
| | ||||||
* | Simplify jQuery( html, props ), closes gh-765. | Scott González | 2012-05-06 | 1 | -6/+3 | |
| | ||||||
* | Transform $.bindReady into $.ready.promise. It is now possible to use ↵ | jaubourg | 2012-05-06 | 1 | -50/+46 | |
| | | | | $.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added. | |||||
* | reduce complexity of ready further, and try manipulating DOM to make sure ↵ | Mike Sherov | 2012-05-04 | 1 | -7/+5 | |
| | | | | we're really ready | |||||
* | remove jQuery.quickReady, save bytes, style nits in tests | Mike Sherov | 2012-05-04 | 1 | -28/+13 | |
| | ||||||
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 1 | -3/+13 | |
| | | | | Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer. | |||||
* | Remove $("body") case; $(document.body) is 2x faster. | Dave Methvin | 2012-04-18 | 1 | -9/+0 | |
| | ||||||
* | Fix #8894. Ensure `.appendTo` creates a new set in oldIE. | Oleg | 2012-04-16 | 1 | -1/+1 | |
| | ||||||
* | Remove moot second argument from `slice.call()` | Sindre Sorhus | 2012-04-04 | 1 | -1/+1 | |
| | | | | The zeroes were added to fix http://bugs.jquery.com/ticket/4942 but those browsers are no longer supported. | |||||
* | Fix #11325: smaller/stronger domManip/buildFragment/clean | Richard Gibson | 2012-04-04 | 1 | -1/+1 | |
| | ||||||
* | Makes parseXML act like parseJSON when given an empty or non-string input: ↵ | jaubourg | 2012-03-07 | 1 | -0/+3 | |
| | | | | now returns null rather than throwing an exception. Incidently fixes #10527. Unit tests added. | |||||
* | Refine the jQuery.isWindow check. | RafaC3ABl Blais Masson | 2011-12-06 | 1 | -2/+1 | |
| | ||||||
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -16/+40 | |
| | ||||||
* | Remove rdigit now that it is no longer necessary | timmywil | 2011-11-18 | 1 | -3/+0 | |
| | ||||||
* | Landing pull request 586. Create exports.js for exporting jQuery to window ↵ | jrburke | 2011-11-14 | 1 | -14/+0 | |
| | | | | | | | | and AMD. Fixes #10687. More Details: - https://github.com/jquery/jquery/pull/586 - http://bugs.jquery.com/ticket/10687 | |||||
* | Removing .unbind in favor of .off in jQuery.ready | Daniel Herman | 2011-11-09 | 1 | -1/+1 | |
| | ||||||
* | Fix #10646. Throw an Error object from `.error()` for IE's sake. | Dave Methvin | 2011-11-07 | 1 | -1/+1 | |
| | ||||||
* | Fix #10690. Make sure `.isNumeric()` can't get a `Date`. | Dave Methvin | 2011-11-07 | 1 | -1/+1 | |
| | | | | Also add tests for custom objects with a `.toString()` method. | |||||
* | Removed irrelevant comment. | Matt Mueller | 2011-11-06 | 1 | -2/+0 | |
| | ||||||
* | Coerce eq() argument all the time. Fixes #10616 | Rick Waldron | 2011-11-06 | 1 | -1/+2 | |
| | ||||||
* | Cleanup spacing in core.js. Fixes #10601 | Rick Waldron | 2011-10-27 | 1 | -7/+7 | |
| | ||||||
* | Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric. | Dave Methvin | 2011-10-11 | 1 | -2/+2 | |
| | | | | Thanks to Christian C. Salvadó for the unit tests! | |||||
* | Landing pull request 331. Add support for registering jQuery as an AMD ↵ | jrburke | 2011-09-19 | 1 | -0/+14 | |
|\ | | | | | | | | | | | | | | | module. Fixes #7102. More Details: - https://github.com/jquery/jquery/pull/331 - http://bugs.jquery.com/ticket/7102 | |||||
| * | Add support for registering jQuery as an AMD module. Only does so if the AMD ↵ | jrburke | 2011-04-16 | 1 | -0/+14 | |
| | | | | | | | | loader indicates it has special allowances for multiple versions of jQuery being loaded in a page. | |||||
* | | Add sparse array performance improvement for inArray. Thanks rwaldron, ↵ | timmywil | 2011-09-19 | 1 | -1/+2 | |
| | | | | | | | | rkatic, and jdalton | |||||
* | | Fix inArray for positive start indices | timmywil | 2011-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | Allow second argument to be passed to array.indexOf. Fixes #9453. | timmywil | 2011-09-19 | 1 | -10/+13 | |
| | | ||||||
* | | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 1 | -3/+3 | |
| | | ||||||
* | | Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385" | timmywil | 2011-08-26 | 1 | -3/+1 | |
| | | | | | | | | This reverts commit dd93d0eb32dc638ff3319792a885acd6d3c25c30. | |||||
* | | Merge pull request #445 from rwldrn/9897 | Dave Methvin | 2011-08-25 | 1 | -4/+9 | |
|\ \ | | | | | | | Fixes #9897. Wrap obj.constructor test in try/catch to avoid problems with host objects. Thanks to bkrausz. | |||||
| * | | Wrap obj.constructor test in try/catch. Thanks to bkrausz. Fixes #9897 | Rick Waldron | 2011-07-25 | 1 | -4/+9 | |
| | | | ||||||
* | | | Merge pull request #465 from anton-ryzhov/master | Dave Methvin | 2011-08-25 | 1 | -0/+3 | |
|\ \ \ | | | | | | | | | Fixes #10076. $.inArray crashes IE6 and Chrome if second argument is `null` or `undefined` (Thanks anton-ryzhov!) | |||||
| * | | | Unit test for this case | Anton Ryzhov | 2011-08-17 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | Codestyle fixes | |||||
| * | | | $.inArray doesn't crush IE6 and Chrome if second argument is `null` or ↵ | Anton Ryzhov | 2011-08-17 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | `undefined` | |||||
* | | | | Prioritize #id over <tag> to avoid XSS via location.hash (#9521) | Dave Methvin | 2011-08-23 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix ↵ | dmethvin | 2011-08-17 | 1 | -3/+4 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | because Microsoft didn't. A Fixes #9572. More Details: - https://github.com/jquery/jquery/pull/463 - http://bugs.jquery.com/ticket/9572 | |||||
* | | | Improves support for arbitrary numbers in data keys. Fixes #9318 | Rick Waldron | 2011-08-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #417 from rwldrn/9385 | Dave Methvin | 2011-08-04 | 1 | -1/+3 | |
|\ \ \ | |/ / |/| | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385 | |||||
| * | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385 | rwldrn | 2011-06-20 | 1 | -1/+3 | |
| | | | ||||||
* | | | Fixes #9255: xml parsing error in $.parseXML is now properly detected for ↵ | jaubourg | 2011-07-23 | 1 | -15/+14 | |
|/ / | | | | | | | all browsers. Unit test added. | |||||
* | | Landing pull request 378. Comment typo in core.js. | Schalk Neethling | 2011-06-14 | 1 | -1/+1 | |
| | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/378 | |||||
* | | Landing pull request 410. Moves jQuery attachment comment to outro. | Greg Hazel | 2011-06-14 | 1 | -1/+0 | |
| | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/410 | |||||
* | | Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368. | rwldrn | 2011-05-25 | 1 | -0/+14 | |
| | | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/383 - http://bugs.jquery.com/ticket/9368 | |||||
* | | Check for #8984 wasn't strong enough, enhanced. | John Resig | 2011-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | Make sure that empty nodelists continue to map properly. Fixes #8993. | John Resig | 2011-05-02 | 1 | -1/+1 | |
| | | ||||||
* | | Change check for skipping the initial quickExpr RegExp check. Fixes #8984. | John Resig | 2011-05-02 | 1 | -2/+3 | |
| | | ||||||
* | | Landing pull request 332. Appending disconnected radio or checkbox inputs ↵ | timmywil | 2011-04-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | and keeping checked setting Fixes #8060, #8500. More Details: - https://github.com/jquery/jquery/pull/332 - http://bugs.jquery.com/ticket/8060 - http://bugs.jquery.com/ticket/8500 |