Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix setting value attributes on option elements. Fixes #9071. | timmywil | 2011-05-03 | 1 | -1/+3 |
| | |||||
* | Fix QUnit Header links | timmywil | 2011-05-02 | 1 | -1/+1 |
| | |||||
* | Avoid changing html in two places; add minified jQuery as an option to the ↵ | timmywil | 2011-05-02 | 4 | -268/+13 |
| | | | | main test page | ||||
* | Add a test page for running the test suite against a fully built and ↵ | timmywil | 2011-05-02 | 1 | -0/+264 |
| | | | | compressed jQuery. Fixes #7650. | ||||
* | Make sure that empty nodelists continue to map properly. Fixes #8993. | John Resig | 2011-05-02 | 1 | -1/+7 |
| | |||||
* | Change check for skipping the initial quickExpr RegExp check. Fixes #8984. | John Resig | 2011-05-02 | 1 | -1/+12 |
| | |||||
* | Test for a colon in attribute names for IE6/7. Fixes #1591. | timmywil | 2011-05-01 | 1 | -1/+5 |
| | |||||
* | Restored /g flag to rspaces; Adds unit tests; Supplements #9008 | Rick Waldron | 2011-04-28 | 1 | -0/+16 |
| | |||||
* | Syntax in testrunner | timmywil | 2011-04-28 | 1 | -2/+3 |
| | |||||
* | Landing pull request 357. Update unit tests for widows & orphans. ↵ | rwldrn | 2011-04-28 | 1 | -4/+4 |
| | | | | | | | | Supplements #8971 Fixes #8971. More Details: - https://github.com/jquery/jquery/pull/357 - http://bugs.jquery.com/ticket/8971 | ||||
* | Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991. | Rick Waldron | 2011-04-28 | 1 | -0/+9 |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/354 - http://bugs.jquery.com/ticket/8991 | ||||
* | Correct the attachment of the p tag in the widows/orphans tests. Fixes test ↵ | timmywil | 2011-04-27 | 1 | -1/+1 |
| | | | | suite in IE8 | ||||
* | Merged pull request #345 from rwldrn/8971. | timmywil | 2011-04-25 | 1 | -13/+20 |
|\ | | | | | No need to test for widows & orphans values in IE6-8. Fixes #8971 | ||||
| * | No need to test for widows & orphans values in IE6-8. Fixes #8971 | rwldrn | 2011-04-25 | 1 | -13/+20 |
| | | |||||
* | | Add tests data- and aria- attributes and the autofocus boolean attribute and ↵ | timmywil | 2011-04-25 | 1 | -3/+11 |
|/ | | | | some style updates in jQuery.attr | ||||
* | Disabling .add(form.elements) unit test. | John Resig | 2011-04-22 | 1 | -2/+7 |
| | |||||
* | Landing pull request 340. Adds widows, orphans to cssNumber hash; includes ↵ | Rick Waldron | 2011-04-22 | 1 | -1/+25 |
| | | | | | | | | tests. Fixes #8936. More Details: - https://github.com/jquery/jquery/pull/340 - http://bugs.jquery.com/ticket/8936 | ||||
* | Landing pull request 332. Appending disconnected radio or checkbox inputs ↵ | timmywil | 2011-04-21 | 1 | -1/+15 |
| | | | | | | | | | and keeping checked setting Fixes #8060, #8500. More Details: - https://github.com/jquery/jquery/pull/332 - http://bugs.jquery.com/ticket/8060 - http://bugs.jquery.com/ticket/8500 | ||||
* | Landing pull request [337](https://github.com/jquery/jquery/pull/337). Value ↵ | timmywil | 2011-04-21 | 1 | -2/+6 |
| | | | | of radio inputs resets when type is set after the value in all IEs. Fixes #8570 ([bug](http://bugs.jquery.com/ticket/8570)). | ||||
* | Update Sizzle and QUnit | timmywil | 2011-04-21 | 1 | -0/+0 |
| | |||||
* | Updating Sizzle and QUnit. | jeresig | 2011-04-20 | 1 | -0/+0 |
| | |||||
* | Only use getAttributeNode on buttons when setting value | timmywil | 2011-04-19 | 1 | -1/+2 |
| | |||||
* | Fix value attribute and val for value on button elements. Fixes #1954 | timmywil | 2011-04-17 | 1 | -2/+11 |
| | |||||
* | Remove unnecessary usage of Function.prototype.bind (#7783) but maintain ↵ | John Resig | 2011-04-17 | 1 | -1/+4 |
| | | | | API. Also fix bug with proxy failing when a name is provided. Fixes #8893. | ||||
* | Fix live mouseenter and mouseleave binding so they can be activated by ↵ | Brian Brennan | 2011-04-17 | 1 | -2/+19 |
| | | | | triggers. Fixes #6514. | ||||
* | Merge branch 'qunit_fixture' | timmywil | 2011-04-17 | 11 | -147/+147 |
|\ | |||||
| * | Update QUnit, fix visibility of #dl and pass JSLint in effects.js | timmywil | 2011-04-17 | 2 | -1/+1 |
| | | |||||
| * | Switch QUnit div from depreceted #main to #qunit-fixture | timmywil | 2011-04-17 | 10 | -146/+146 |
| | | |||||
* | | Make sure that hide or show don't fail when operating on non-Element nodes. ↵ | John Resig | 2011-04-17 | 1 | -0/+4 |
| | | | | | | | | Fixes #6135. | ||||
* | | Make sure that forms and selects are added to a jQuery set correctly. Fixes ↵ | John Resig | 2011-04-17 | 1 | -2/+3 |
|/ | | | | #6912. | ||||
* | Add in unit tests for #6993. | John Resig | 2011-04-16 | 1 | -1/+7 |
| | |||||
* | Merge branch 'cellpadding_support' of https://github.com/timmywil/jquery ↵ | John Resig | 2011-04-16 | 1 | -0/+1 |
|\ | | | | | | | into timmywil-cellpadding_support | ||||
| * | Add support for setting the cellPadding attribute in IE6/7 | timmywil | 2011-04-14 | 1 | -0/+1 |
| | | |||||
* | | Backing out fix for #6481. | John Resig | 2011-04-16 | 1 | -7/+2 |
| | | |||||
* | | revert to old code, bug is invalid | Jordan Boesch | 2011-04-15 | 1 | -79/+0 |
|/ | |||||
* | Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099. | jeresig | 2011-04-14 | 2 | -1/+28 |
|\ | | | | | | | | | Conflicts: test/data/testsuite.css | ||||
| * | Ticket #8099 Performance tweaking, credits | rwldrn | 2011-04-13 | 2 | -10/+12 |
| | | |||||
| * | Ticket #8099 Updates per review | rwldrn | 2011-04-13 | 1 | -2/+7 |
| | | |||||
| * | Ticket #8099 Conditional iframe approache, caches both iframe and iframedoc ↵ | rwldrn | 2011-04-13 | 1 | -2/+6 |
| | | | | | | | | for reuse | ||||
| * | Ticket 8099, Reattempt with iframe | rwldrn | 2011-04-12 | 2 | -0/+16 |
| | | |||||
* | | Merge branch 'bug_4146_v2' of https://github.com/jboesch/jquery into ↵ | jeresig | 2011-04-14 | 1 | -0/+79 |
|\ \ | | | | | | | | | | jboesch-bug_4146_v2 | ||||
| * | | fixing bug 4146 - round 2! | Jordan Boesch | 2011-04-13 | 1 | -0/+79 |
| | | | |||||
* | | | Adjust the unit tests in traversing - is(jQuery) to avoid long-running ↵ | timmywil | 2011-04-14 | 1 | -8/+6 |
|/ / | | | | | | | script alerts | ||||
* | | IE9's support for SVG elements unfortunately does not extend to ↵ | timmywil | 2011-04-13 | 1 | -1/+1 |
| | | | | | | | | clearAttributes. Checks for its presence before proceeding. | ||||
* | | Fix test suite fail in IE6/7 on event:undelegate - was failing an if where ↵ | timmywil | 2011-04-13 | 1 | -2/+2 |
| | | | | | | | | it shouldn't | ||||
* | | Merge branch 'fix_suite_fails' of https://github.com/timmywil/jquery into ↵ | Dave Methvin | 2011-04-12 | 4 | -12/+14 |
|\ \ | | | | | | | | | | timmywil-fix_suite_fails | ||||
| * | | VML.type test was causing multiple test suite fails, fix attributes.js fail ↵ | timmywil | 2011-04-12 | 4 | -12/+14 |
| | | | | | | | | | | | | in IE6 where the val(String/Number) tests were interfering with the val(Function) tests | ||||
* | | | Followup to #8753. Modify new Event constructor signature to ↵ | Dave Methvin | 2011-04-12 | 1 | -2/+2 |
|/ / | | | | | | | jQuery.event(type, props), which can be exploited by jQuery.event.trigger as well. | ||||
* | | Accessing the 'type' property on VML elements fails on IE. Fixes #7071. | John Firebaugh | 2011-04-12 | 2 | -0/+8 |
| | | |||||
* | | Merge branch 'master' of https://github.com/rjgotten/jquery into ↵ | John Resig | 2011-04-12 | 1 | -2/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | rjgotten-master. Also added in unit tests covering the case. Fixes #6180. Conflicts: src/manipulation.js |