2012-12-23 |
Oleg | Simplify getAll helper |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Simplify fixCloneNodeIssues helper |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Remove memory fix |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Change "isFunc" variable to "isFunction" |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Code style changes |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Simplify jQuery#wrap |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Code style changes |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Remove unused variables |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Remove removal of container children through removeChil... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Remove tbody check |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Remove leading white space check |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Oleg | Remove createSafeFragment helper |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Dave Methvin | Followup to gh-1089. Avoid duplicate typeof check. |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Sebi Burkhard | Fix #13075. Optimize $.type by preferring `typeof`... |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Sebi Burkhard | Fix #13076. Speed up $() with strings, part of gh-1089. |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Dave Methvin | Put .min.js file at the end so compare_size will work. |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Dave Methvin | Know when to hold em, know when to fold em. |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Dave Methvin | Put the map in the dist directory. |
commit | commitdiff | tree | snapshot |
2012-12-22 |
Dave Methvin | Post-process map file so it has the right path. |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Richard Gibson | Update Sizzle |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Richard Gibson | Fix 00bbbe20 test failures |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Oleg | Do not perform support check for old Opera. Close gh... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Oleg | Fix #12569. Improve feature detect for event bubbling... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Richard Gibson | Fix #13070: better unescaping logic in Sizzle |
commit | commitdiff | tree | snapshot |
2012-12-21 |
Oleg | Fix #13094. Pass index to .before(fn) fn as documented... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Mike Sherov | Better dependency versions for grunt packages, thanks... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Mike Sherov | Make sure Jenkins can grunt jQuery right from npm install |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Mike Sherov | Add comment about where to locate grunt TODO's |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Mike Sherov | Update to Grunt 0.4, and Uglify2 with Source Maps! 1092/head |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Dave Methvin | Do not assume new versions are back compatible. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Dave Methvin | Remove .live() tests now in Migrate plugin. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Dave Methvin | Fix #13078. Remove .live() and .die(). Great rejoicing. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Timmy Willison | Sizzle: :lang updates for handling backslashes, xml... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Timmy Willison | Sizzle: QA for :lang from gibson |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Timmy Willison | Sizzle: add support for :lang selector |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Dave Methvin | Updating the source version to 1.9.0pre |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Dave Methvin | Tagging the 1.9.0b1 release. 1.9.0b1 |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Dave Methvin | Use the right repo. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Dave Methvin | Update the build script so it runs on Windows. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Dave Methvin | Update version in release notes builder. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Richard Gibson | Fix #13064: better test fixture cleanup. Close gh-1075. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Richard Gibson | let .attr(checked|selected, true) update the property |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Richard Gibson | Resolve a763ae72 test failures |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Richard Gibson | Fix #11115: Normalize boolean attributes/properties... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Timmy Willison | Sizzle: size optimization |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Timmy Willison | Sizzle: initialize with default document on load to... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Timmy Willison | Sizzle: assume window.document in Sizzle.matches; massi... |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Timmy Willison | Update Sizzle |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Timmy Willison | Update Sizzle: avoid calling setDocument when possible |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Richard Gibson | Update Sizzle |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Timmy Willison | Update Sizzle: IE6-8 traversing test fix |
commit | commitdiff | tree | snapshot |
2012-12-15 |
Timmy Willison | Sizzle: fix test failures related to Sizzle.contains |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Timmy Willison | Sizzle: :target and :root selector support. adds Sizzle... |
commit | commitdiff | tree | snapshot |
2012-12-14 |
Richard Gibson | Fix #12600: don't use value property in place of value... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Timmy Willison | Adjust html parsing in event tests to use jQuery.parseH... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
timmywil | Adjust jQuery('html') detection to only match when... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Richard Gibson | compress -16 min+gzip |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Oleg | Ref #8908, gh-886. Avoid clone identity crisis in IE9... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Richard Gibson | Fix #13044: execute all QUnit modules in TestSwarm... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Scott González | CSS: Save some bytes. Close gh-1071. |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Oleg | Fix #9646. Cloned nodes shouldn't affect original in... |
commit | commitdiff | tree | snapshot |
2012-12-13 |
Dave Methvin | Fix #11230. .appendTo and pals should always stack. |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Dave Methvin | Missed a var declaration in aad235b3251494afe71fd5bb603... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Paul Ramos | Fix #4087. insertAfter, insertBefore, etc do not work... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Dave Methvin | Fix #13011. Let 'type' attribute be set if the browser... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Richard Gibson | copy defaultSelected in cloneFixAttributes |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Bennett Sorbo | Fix #12990. Don't add 'px' to column-count. Close gh... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Oleg | Fix #12956. Improve cloneFixAttributes for IE9/10 case... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Richard Gibson | Fix IE failures from 55313d32 |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Mike Sherov | Fixes #11938: Adding array getter method to jQuery... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Mike Sherov | Pass style declarations around for performance improvem... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Richard Gibson | Update Sizzle |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Timo Tijhof | Test: Update index.html to new QUnit format. Close... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Oleg | Fix #10417. setTimeout w/o 2nd arg is jQuery.later... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Timo Tijhof | Test: Remove fixtures from QUnit.done hook. Close gh... |
commit | commitdiff | tree | snapshot |
2012-12-11 |
Rick Waldron | Be specific about Firefox nodes-as-nodelist. Never... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Rick Waldron | Fixes #13021. Normalization of core utility array like... |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Rick Waldron | Refactor defaultDisplay's node creation and display... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Dave Methvin | Ref #13019 and gh-1062. Use parentNode check instead... |
commit | commitdiff | tree | snapshot |
2012-12-09 |
Dave Methvin | Fix #13019. Disconnected nodes with .replaceWith are... |
commit | commitdiff | tree | snapshot |
2012-12-08 |
Richard Gibson | Fix #12904: Firefox defaultDisplay with body/iframe... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
jaubourg | Deferred: .resolve(), .reject() and .notify() now set... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Dave Methvin | Fix #13013. Move jQuery.buildFragment() to compat plugin. |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Richard Gibson | Don't test what ain't there no more |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Timo Tijhof | Make compatible with jshint, lint test/data. Close... |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Richard Gibson | once more with feeling |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Richard Gibson | don't test SVG on IE6 |
commit | commitdiff | tree | snapshot |
2012-12-06 |
Richard Gibson | Fix #10832 (this time with tests): jQuery.contains... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
jaubourg | Revert "Organizes the php scripts used for testing... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
jaubourg | Revert "Fixes spacing" |
commit | commitdiff | tree | snapshot |
2012-12-05 |
jaubourg | Revert "228ab3d followup 1: fix test failures. Close... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Richard Gibson | 228ab3d followup 1: fix test failures. Close gh-1056. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Dave Methvin | Radical idea: Calculate `expect()` value before fn... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Rod Vagg | Fixes #12449. make replaceWith() clone elements where... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Paul Ramos | Fix #11989. Remove fragment cache, moving to jquery... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Paul Ramos | Fix #12756. Restyle manipulation unit tests. Close... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
jaubourg | Fixes spacing |
commit | commitdiff | tree | snapshot |
2012-12-04 |
jaubourg | Organizes the php scripts used for testing better,... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Richard Gibson | Fix #12856: keep PSEUDO regex non-greedy |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Richard Gibson | More improvements per @jaubourg |
commit | commitdiff | tree | snapshot |
next |