| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bug_2773' of https://github.com/timmywil/jquery into timmywil-b... | jeresig | 2011-04-10 | 1 | -7/+50 |
|\ |
|
| * | Traversing unit tests: added tests for passing invalid arguments to $.fn.not ... | timmywil | 2011-03-23 | 1 | -19/+12 |
| * | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773 | timmywil | 2011-03-23 | 18 | -222/+294 |
| |\ |
|
| * \ | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773 | timmywil | 2011-02-26 | 50 | -14832/+1139 |
| |\ \ |
|
| * | | | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fi... | Timmy Willison | 2011-01-24 | 1 | -5/+55 |
* | | | | Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into r... | jeresig | 2011-04-10 | 1 | -0/+22 |
|\ \ \ \ |
|
| * | | | | Ticket #8753 Allow special properties to explicitly defined on jQuery.Event o... | rwldrn | 2011-04-05 | 1 | -6/+23 |
* | | | | | Merge branch 'attrhooks.1.6' | jeresig | 2011-04-10 | 3 | -91/+146 |
|\ \ \ \ \ |
|
| * | | | | | #8150 - When removing the width and height attributes in IE6/7, setting to "... | timmywil | 2011-04-09 | 1 | -5/+5 |
| * | | | | | IE8 testing for lowercasing the css properties on retrieving style; had assum... | timmywil | 2011-04-09 | 1 | -2/+2 |
| * | | | | | Normalize css property names to lowercase for comparisons on a .attr('style')... | timmywil | 2011-04-03 | 1 | -2/+2 |
| * | | | | | Found a problem removing the style attribute in IE | timmywil | 2011-04-03 | 1 | -4/+9 |
| * | | | | | #5413 - Much shorter solution for getting width/height in ie6 | timmywil | 2011-04-03 | 2 | -1/+9 |
| * | | | | | - Added a hook to swap display none for width and height in browsers that do ... | timmywil | 2011-04-03 | 1 | -4/+8 |
| * | | | | | Add style attribute support tests to $.attr | timmywil | 2011-04-03 | 1 | -2/+5 |
| * | | | | | Fix issue where non-existant attributes on forms in IE6/7 were throwing errors | timmywil | 2011-04-03 | 1 | -4/+5 |
| * | | | | | Add test for bug #3116 | timmywil | 2011-04-03 | 1 | -4/+12 |
| * | | | | | Add test for bug#3685, remove added html and add dynamicly to avoid global te... | timmywil | 2011-04-03 | 2 | -3/+6 |
| * | | | | | Fix #6562, tighten up the special code for form objects, add name attrHook fo... | timmywil | 2011-04-03 | 2 | -16/+25 |
| * | | | | | Fix #7472 and added test for #3113 | timmywil | 2011-04-03 | 2 | -3/+6 |
| * | | | | | Test description | timmywil | 2011-04-03 | 1 | -1/+1 |
| * | | | | | Restored 6 tests that I had commented to come back to later to split up betwe... | timmywil | 2011-04-03 | 1 | -21/+24 |
| * | | | | | Style edits according to comments from John and rwaldron. | timmywil | 2011-04-03 | 1 | -0/+25 |
| * | | | | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing... | timmywil | 2011-04-03 | 1 | -1/+1 |
| * | | | | | Now passes in IE8, changed around $.hasAttr and switched the attrHook for sel... | timmywil | 2011-04-03 | 1 | -29/+5 |
| * | | | | | Make the new attr/prop changes pass the test suite (in Webkit). There are st... | timmywil | 2011-04-03 | 2 | -90/+97 |
| |/ / / / |
|
* | | | | | Fixes #7328. When getting data- attributes, after-cap any embedded dashes per... | Alexis Abril | 2011-04-10 | 1 | -1/+18 |
* | | | | | Renames chain as pipe. | jaubourg | 2011-04-08 | 1 | -16/+16 |
* | | | | | Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bu... | Dave Methvin | 2011-04-07 | 1 | -0/+13 |
* | | | | | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2011-04-07 | 3 | -144/+295 |
|\ \ \ \ \ |
|
| * | | | | | Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ... | jaubourg | 2011-04-07 | 1 | -0/+20 |
| * | | | | | Adds fn.promise as a mean to observe the completion of animations on a set of... | jaubourg | 2011-04-07 | 1 | -18/+23 |
| * | | | | | Adds always and chain methods to deferreds. | jaubourg | 2011-04-07 | 1 | -126/+252 |
* | | | | | | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ... | Dave Methvin | 2011-04-07 | 2 | -11/+13 |
|/ / / / / |
|
* | | | | | Fixes #8712. Bubble custom events to the window when they are triggered. Ride... | Dave Methvin | 2011-04-06 | 1 | -2/+6 |
* | | | | | Skip id regex check when large html strings are passed to the jQuery construc... | carpie | 2011-04-05 | 1 | -1/+14 |
* | | | | | Merge branch 'cssrelative.1.6' of https://github.com/danheberden/jquery into ... | Dave Methvin | 2011-04-05 | 1 | -0/+32 |
|\ \ \ \ \ |
|
| * | | | | | Improve relative string performance in .css and some code cleanup | Dan Heberden | 2011-04-04 | 1 | -16/+27 |
| * | | | | | Bug 7345; Add support for explicit/relative string values in .css - modified ... | Dan Heberden | 2011-04-04 | 1 | -0/+21 |
| |/ / / / |
|
* | | | | | Merge branch 'domready' of https://github.com/cowboy/jquery | Dave Methvin | 2011-04-05 | 1 | -13/+79 |
|\ \ \ \ \ |
|
| * | | | | | Updated DOM ready unit tests. | Ben Alman | 2011-03-31 | 1 | -5/+4 |
| * | | | | | DOM Ready unit tests (but not the supporting fixed code). | Ben Alman | 2011-03-31 | 1 | -13/+80 |
* | | | | | | Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321 | Dave Methvin | 2011-04-05 | 1 | -1/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | 4321 returns empty jquery object | rwldrn | 2011-01-01 | 1 | -1/+2 |
* | | | | | | | Shorten up the code and do event cleanup on test cases. | Dave Methvin | 2011-04-05 | 1 | -0/+2 |
* | | | | | | | Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into rwldrn-ti... | Dave Methvin | 2011-04-05 | 1 | -0/+39 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | #7883 .delegate and .live should accept false as the fn arg, like bind | rwldrn | 2011-01-01 | 1 | -0/+39 |
| |/ / / / / / |
|
* | | / / / / | Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and us... | Dan Heberden | 2011-04-05 | 1 | -1/+1 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge branch 'bug_8316' of https://github.com/timmywil/jquery into timmywil-b... | Dave Methvin | 2011-03-31 | 3 | -47/+14 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Fix test cases for bug #8316 fix. | timmywil | 2011-03-31 | 3 | -47/+14 |