Bastian Buchholz
|
0de798d6c2
|
Attributes: remove unnecessary element null check
Close gh-2201
|
2015-04-20 15:06:54 -04:00 |
|
Timmy Willison
|
7bce5b0ee1
|
Attributes: revert returning null for non-existant attributes
Ref https://github.com/jquery/jquery/issues/2118
|
2015-03-30 15:30:21 -04:00 |
|
Timmy Willison
|
a403655491
|
Attributes: revert returning null for non-elements
|
2015-03-16 14:12:00 -04:00 |
|
Timmy Willison
|
17bd6e9cf9
|
Attributes: fix failing test for new return value
|
2015-03-16 11:54:43 -04:00 |
|
Winston Howes
|
afca031826
|
Attributes: return null when attribute does not exist
Fixes gh-2118
Close gh-2129
Conflicts:
test/unit/attributes.js
|
2015-03-16 11:54:33 -04:00 |
|
Michał Gołębiowski
|
90d7cc1d8b
|
Misc: Drop support for older browsers; update support comments
That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks
for old Blackberry.
Fixes gh-1836
Fixes gh-1701
Refs gh-1815
Refs gh-1820
|
2014-12-08 21:12:33 +01:00 |
|
Chris Antaki
|
835e8c4ae3
|
Core: Drop strundefined variable
Ref 29838b6cab
Closes gh-1628
|
2014-09-02 20:35:49 +04:00 |
|
Timmy Willison
|
91e06e9aeb
|
Build: update grunt-jscs-checker and pass with the new rules
Conflicts:
build/tasks/build.js
src/ajax/xhr.js
src/attributes/classes.js
src/attributes/prop.js
src/attributes/val.js
src/core/init.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/defaultDisplay.js
src/data.js
src/data/var/dataPriv.js
src/data/var/dataUser.js
src/dimensions.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/queue.js
src/selector-native.js
test/data/testrunner.js
|
2014-07-17 11:08:37 -07:00 |
|
Timmy Willison
|
2063d6c189
|
Break jQuery.access out into its own module to separate it from core; Adjust CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
Conflicts:
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/traversing.js
|
2013-09-09 12:04:03 -04:00 |
|
Michał Gołębiowski
|
badcd1b6f3
|
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.
|
2013-09-06 03:40:49 +02:00 |
|
Timmy Willison
|
05d907d1b1
|
Fix for custom attr handles duck-punching the boolean attr handle
|
2013-08-28 12:12:37 -04:00 |
|
Timmy Willison
|
6e19d2a094
|
Make the attr handles a little more readable (+4 bytes)
|
2013-08-26 23:53:45 -04:00 |
|
Timmy Willison
|
dc0d3b42c9
|
Fix most of the broken tests in oldIE. Build order issue.
- attr requires val for attaching to the nodeHook as a valHook for buttons
|
2013-08-26 23:29:33 -04:00 |
|
Timmy Willison
|
7315861813
|
Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.
Conflicts:
src/css.js
src/manipulation.js
src/offset.js
src/support.js
|
2013-08-15 20:41:43 -04:00 |
|
Timmy Willison
|
217cbb7109
|
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js
|
2013-08-15 15:49:49 -04:00 |
|