aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | Speed up hasAttr a littletimmywil2011-04-031-11/+13
| | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | Now passes in IE8, changed around $.hasAttr and switched the attrHook for ↵timmywil2011-04-032-40/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selected to be a propHook
| | * | | | | | | | | | | | | | | | | | | | | | Make the new attr/prop changes pass the test suite (in Webkit). There are ↵timmywil2011-04-034-111/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still errors in IE. + Added hooks for selected, checked, readonly, disabled to removeAttr if set to falsey + Removed all attrs from attrFix, these aren't needed for setAttribute + If prop is used for class, do we want a propFix for class? - We could just assume the user should know to use className with prop. I've done the latter for now. + Created tests for $.fn.prop and $.fn.removeProp - Actually all I did was change broken attr tests to prop where it made sense.
| | * | | | | | | | | | | | | | | | | | | | | | Very crude first pass at splitting apart the attr/prop logic. Also adding in ↵jeresig2011-04-031-103/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attrHooks/propHooks. All of it is completely untested.
| * | | | | | | | | | | | | | | | | | | | | | | Very crude first pass at splitting apart the attr/prop logic. Also adding in ↵jeresig2011-03-061-103/+165
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attrHooks/propHooks. All of it is completely untested.
* | | | | | | | | | | | | | | | | | | | | | | Pulling in latest Sizzle.jeresig2011-04-101-0/+0
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'git_for_dummies' of https://github.com/azatoth/jquery into ↵Dave Methvin2011-04-101-0/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | land-git-readme
| * | | | | | | | | | | | | | | | | | | | | | | Git for dummiesCarl Fürstenberg2011-04-081-0/+83
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per request, here is an simple git for dummies quick sheet, with some useful commands.
* | | | | | | | | | | | | | | | | | | | | | | Fixes #7328. When getting data- attributes, after-cap any embedded dashes ↵Alexis Abril2011-04-102-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | per the W3C HTML5 spec.
* | | | | | | | | | | | | | | | | | | | | | | Fixes #8814. Clean up inArray.Rick Waldron2011-04-101-8/+4
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Adds a default falsy value for focusinBubbles + minor style consistency ↵jaubourg2011-04-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regarding test expression in support map initialization.
* | | | | | | | | | | | | | | | | | | | | | Applies exception in Style Guidelines regarding objects and functions when ↵jaubourg2011-04-086-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are the last argument of a function call.
* | | | | | | | | | | | | | | | | | | | | | Renames chain as pipe.jaubourg2011-04-082-19/+18
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow ↵Dave Methvin2011-04-072-13/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug, and instead check for colon in the event name. Thanks to daguej for scoping this out -- a colonoscopy you might say.
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:jquery/jqueryDave Methvin2011-04-078-319/+535
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-04-071-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/support.js
| * | | | | | | | | | | | | | | | | | | | | | Rewrite of the support module. We use a temporary body element in order not ↵jaubourg2011-04-071-151/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to have to wait for the document to be ready for boxModel-related support tests.
| * | | | | | | | | | | | | | | | | | | | | | Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ↵jaubourg2011-04-072-17/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ensure proper context. Unit tests added.
| * | | | | | | | | | | | | | | | | | | | | | Adds fn.promise as a mean to observe the completion of animations on a set ↵jaubourg2011-04-072-19/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of elements. Only queued animations are handled for now, non-queued animations support coming soon. Effects unit tests updated to test the feature (needs more testing though).
| * | | | | | | | | | | | | | | | | | | | | | Adds always and chain methods to deferreds.jaubourg2011-04-072-128/+282
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Makes sure each animation tick has the same timestamp for all animations in ↵jaubourg2011-04-071-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the batch.
* | | | | | | | | | | | | | | | | | | | | | | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ↵Dave Methvin2011-04-073-18/+24
| |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 .
* | | | | | | | | | | | | | | | | | | | | | Fix #8732. Change feature detect for focusin event support, so IE9 won't ↵Dave Methvin2011-04-062-1/+2
|/ / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have duplicate events.
* | | | | | | | | | | | | | | | | | | | | Fixes #8712. Bubble custom events to the window when they are triggered. ↵Dave Methvin2011-04-062-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ride that, Cowboy!
* | | | | | | | | | | | | | | | | | | | | Fix some spacing and comment issues that crept in with the rebase.Dave Methvin2011-04-061-61/+60
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Sadly, we still have to bubble the event so inline handlers will work.Dave Methvin2011-04-061-5/+4
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Only bubble a triggered event if we have attached a jQuery handler, but ↵Dave Methvin2011-04-061-27/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | check the current element for an inline handler regardless. Make some other size optimizations as well.
* | | | | | | | | | | | | | | | | | | | | Switch from recursion to iteration for event triggering. Move event-name ↵Dave Methvin2011-04-061-70/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | namespace processing out of event handler, since it has to always go through trigger.
* | | | | | | | | | | | | | | | | | | | | Skip id regex check when large html strings are passed to the jQuery ↵carpie2011-04-052-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constructor (#7990).
* | | | | | | | | | | | | | | | | | | | | Merge branch 'cssrelative.1.6' of https://github.com/danheberden/jquery into ↵Dave Methvin2011-04-052-3/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | danheberden-cssrelative.1.6
| * | | | | | | | | | | | | | | | | | | | | Improve relative string performance in .css and some code cleanupDan Heberden2011-04-042-25/+37
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Bug 7345; Add support for explicit/relative string values in .css - modified ↵Dan Heberden2011-04-042-1/+30
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from original pull req by brandonaron #78
* | | | | | | | | | | | | | | | | | | | | Merge branch 'domready' of https://github.com/cowboy/jqueryDave Methvin2011-04-051-13/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Updated DOM ready unit tests.Ben Alman2011-03-311-5/+4
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | DOM Ready unit tests (but not the supporting fixed code).Ben Alman2011-03-311-13/+80
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321Dave Methvin2011-04-052-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | 4321 jQuery('#') returns empty jquery objectrwldrn2011-01-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | 4321 returns empty jquery objectrwldrn2011-01-012-2/+4
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Shorten up the code and do event cleanup on test cases.Dave Methvin2011-04-052-8/+5
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into ↵Dave Methvin2011-04-052-1/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rwldrn-ticket_7883
| * | | | | | | | | | | | | | | | | | | | | | | #7883 .delegate and .live should accept false as the fn arg, like bindrwldrn2011-01-012-1/+45
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Remove extra else in parseJSONDan Heberden2011-04-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and ↵Dan Heberden2011-04-052-9/+11
| |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use native thrown exceptions if window.JSON.parse is available
* | | | | | | | | | | | | | | | | | | | | | Fixes #8744. Makes sure script transport abort method actually removes the ↵jaubourg2011-04-041-1/+1
| |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script tag even if readyState exists.
* | | | | | | | | | | | | | | | | | | | | Updating the source version to 1.6pre.John Resig2011-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Tagging the 1.5.2 release.John Resig2011-03-311-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'bug_8316' of https://github.com/timmywil/jquery into ↵Dave Methvin2011-03-314-50/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timmywil-bug_8316
| * | | | | | | | | | | | | | | | | | | Fix test cases for bug #8316 fix.timmywil2011-03-314-50/+17
| | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed special page, just needed another test in the fixed offset tests - Checks it's position related to scrolling
* / | | | | | | | | | | | | | | | | | Followup commit for #7340 test case; make sure second test fires properly on ↵Dave Methvin2011-03-311-2/+7
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IE by focusing to another element rather than blurring off the first.
* | | | | | | | | | | | | | | | | | Remove crossDomain:null comment, it's not needed since undefined==null below.Dave Methvin2011-03-301-1/+0
| | | | | | | | | | | | | | | | | |