aboutsummaryrefslogtreecommitdiffstats
path: root/src/serialize.js
Commit message (Expand)AuthorAgeFilesLines
* Fix some code style inconsistenciesOleg2013-11-071-4/+4
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+1
* Apply consistent ordering in all modules. -219 bytes. Order modules like func...Timmy Willison2013-09-091-53/+53
* 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-3/+11
* Ignore file inputs when serializing forms. File input serialization is handle...Timmy Willison2013-01-231-1/+1
* Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-271-3/+2
* Fix #12134. Make .serialize() HTML5-compliant; provide a propHook for shimming.Dave Methvin2012-11-251-13/+12
* no ticket: remove and enforce unused vars in jshintMike Sherov2012-10-171-1/+1
* Extracts the serialization code from the ajax module so that alternative ajax...jaubourg2012-07-131-0/+101