aboutsummaryrefslogtreecommitdiffstats
path: root/src/attributes/val.js
Commit message (Expand)AuthorAgeFilesLines
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-4/+4
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-1/+1
* Attributes: Refactor val(): don't strip carriage return, isolate IE workaroundsMichał Gołębiowski-Owczarek2020-01-131-22/+19
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-16/+6
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-1/+1
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-13/+4
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-4/+5
* Build: fix tests in AMD modeTimmy Willison2017-03-061-2/+3
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-3/+4
* Core: Deprecate jQuery.isArrayManoj Kumar2016-11-301-2/+2
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-4/+4
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-151-11/+15
* Build: ESLint detailsOleg Gaidarenko2016-06-111-0/+5
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Docs: Update support comments related to IEMichał Gołębiowski2016-03-301-1/+1
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-301-0/+1
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-171-5/+12
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-051-1/+1
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-141-2/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-19/+27
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-101-2/+2
* Attributes: Use the option val hook in select val hook and simplify itMichał Gołębiowski2014-12-081-7/+5
* Misc: Adjust comments & docs to dropping IE<8 in jQuery CompatMichał Gołębiowski2014-11-041-1/+1
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-3/+6
* Support: clean up comments and Support notationDave Methvin2014-06-101-5/+3
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-0/+10
* Attrs: Simplify an option hookOleg2014-02-051-1/+1
* Attrs: Remove outdated valHook for option elementOleg2014-01-161-8/+0
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-1/+3
* Flip the switch on checkOnTimmy Willison2013-09-111-1/+1
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-1/+2
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-4/+4
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-151-1/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+157