Richard Gibson
1083f82d1e
Fix #13434 : native-API selector module
...
What's out:
* 6 KB
* attribute not equal selector
* positional selectors (:first; :eq(n); :odd; etc.)
* type selectors (:input; :checkbox; :button; etc.)
* state-based selectors (:animated; :visible; :hidden; etc.)
* :has(selector)
* custom selectors
* leading combinators (e.g., $collection.find("> *"))
* reliable functionality on XML fragments
* requiring all parts of a selector to match elements under context (e.g., $div.find("div > *") now matches children of $div)
* matching against non-elements
* reliable sorting of disconnected nodes
2013-02-27 22:45:55 -05:00
Dave Methvin
6f7b6915bf
Fix #12656 . Make event shorthands excludable.
2013-01-27 09:07:00 -05:00
Dave Methvin
47a6f52dc9
Fix build until next grunt rc, disable compare_size.
2013-01-26 15:05:42 -05:00
Richard Gibson
487b703521
Fix #13274 : Wrap sourceMap directive in multiline comments. Close gh-1143.
...
(cherry picked from commit ac93559eb9
)
2013-01-25 10:09:27 -05:00
Dave Methvin
fa71737fb4
Leave out the web site, you know where to find us.
2013-01-11 16:59:24 -05:00
Dave Methvin
c0c1bdde60
Update copyrights used in file headers.
2013-01-11 16:08:09 -05:00
Dave Methvin
2ff2d1d3dc
Fix #12886 . Fix map file reference in .min.js file.
...
Cherry picked from e348b40608
.
2013-01-10 10:50:25 -05:00
Dave Methvin
d2a51f0e44
Allow build to continue with --force on bad line endings.
2013-01-06 10:03:59 -05:00
Dave Methvin
b760d798d3
Fix #12471 . Use consistent line endings in jquery.js
2013-01-06 09:55:51 -05:00
Rick Waldron
df7431b7dd
Set testswarm browsersets to "popular-no-old-ie"
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-12-31 13:10:05 -05:00
Dave Methvin
4de4be42f6
Put .min.js file at the end so compare_size will work.
2012-12-23 14:45:49 -05:00
Dave Methvin
b20f536748
Put the map in the dist directory.
2012-12-22 16:23:27 -05:00
Dave Methvin
b8487664ad
Post-process map file so it has the right path.
2012-12-22 16:10:44 -05:00
Mike Sherov
34946b3d63
Make sure Jenkins can grunt jQuery right from npm install
2012-12-19 20:18:58 -05:00
Mike Sherov
3ffaa0fecb
Add comment about where to locate grunt TODO's
2012-12-19 19:06:16 -05:00
Mike Sherov
cc97125560
Update to Grunt 0.4, and Uglify2 with Source Maps!
2012-12-19 18:37:39 -05:00