Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Ajax: Only form-encode requests with a body" | Oleg Gaidarenko | 2015-11-11 | 1 | -2/+2 |
| | | | | This reverts commit 70605c8e5655da996ebd395e3c43423daaa08d9c. | ||||
* | Ajax: Only form-encode requests with a body | Dave Methvin | 2015-11-02 | 1 | -2/+2 |
| | | | | | Fixes #2658 Closes #2671 | ||||
* | Serialize: Fix object detection | Michał Gołębiowski | 2015-09-07 | 1 | -1/+1 |
| | | | | | | | | | jQuery.type doesn't just return "null" for null but also e.g. "array" for arrays instead of object so it's not really a typeof analogue. My suggestion was stupid. Sorry. Refs 3d7ce0a65f0707ff01a851822e57ba80adcff075 | ||||
* | Serialize: Handle arrays with null values | Daniel Nill | 2015-09-07 | 1 | -1/+1 |
| | | | | Closes gh-2436 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -13/+22 |
| | | | | Fixes gh-2056 | ||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -1/+6 |
| | |||||
* | Correct code style in comment line | Oleg | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -5/+6 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | across all modules) | ||||
* | Apply consistent ordering in all modules. -38 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 1 | -53/+53 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+2 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -3/+11 |
| | |||||
* | Ignore file inputs when serializing forms. File input serialization is ↵ | Timmy Willison | 2013-01-23 | 1 | -1/+1 |
| | | | | handled by plugins. Fixes #13306. | ||||
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -3/+2 |
| | |||||
* | Fix #12134. Make .serialize() HTML5-compliant; provide a propHook for shimming. | Dave Methvin | 2012-11-25 | 1 | -13/+12 |
| | |||||
* | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Extracts the serialization code from the ajax module so that alternative ↵ | jaubourg | 2012-07-13 | 1 | -0/+101 |
ajax implementations can use it without the need for the whole ajax module to be included in the build. |