Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Accessing the 'type' property on VML elements fails on IE. Fixes #7071. | John Firebaugh | 2011-04-12 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' of https://github.com/rjgotten/jquery into ↵ | John Resig | 2011-04-12 | 1 | -1/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rjgotten-master. Also added in unit tests covering the case. Fixes #6180. Conflicts: src/manipulation.js | |||||
| * | | | | | Check against the type attribute of script elements retrieved through ↵ | rjgotten | 2010-10-17 | 1 | -16/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getElementsByTagName() so that only those elements of type "text/javascript" are handled by 'clean'. Fixes #6180: jQuery.clean should not touch script tags that are not of type text/javascript | |||||
* | | | | | | Merge branch 'master' of https://github.com/jclain/jquery into jclain-master | John Resig | 2011-04-12 | 1 | -2/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix to follow current source style | Jephte CLAIN | 2010-11-22 | 1 | -1/+3 | |
| | | | | | | | ||||||
| * | | | | | | Return control of $ and jQuery only if it is really necessary. This make | Jephte CLAIN | 2010-10-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | jQuery.noConflict() callable anytime. | |||||
* | | | | | | | Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931 | John Resig | 2011-04-12 | 1 | -20/+22 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/offset.js | |||||
| * | | | | | | | Bug 7931; cleaned up white space in accordance to style guide | Xavi | 2011-01-18 | 1 | -8/+7 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into bug_7931 | Xavi | 2011-01-18 | 14 | -381/+609 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Bug 7931; Inverted logic in scrollTop/Left (i.e. made | Xavi | 2011-01-09 | 1 | -25/+25 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Bug 7931; Added missing semicolon and replaced '!=' with '!==' to allow null ↵ | Xavi | 2011-01-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | through | |||||
| * | | | | | | | | Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return ↵ | Xavi | 2011-01-09 | 1 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | null when called on an empty jquery object | |||||
* | | | | | | | | | Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into ↵ | John Resig | 2011-04-12 | 3 | -24/+24 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timmywil-Sub_Naming Conflicts: src/core.js src/css.js src/event.js | |||||
| * | | | | | | | | | Changed $.sub internals to match sub naming, added some more spacing in some ↵ | Timmy Willison | 2011-02-06 | 3 | -29/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | areas for readability | |||||
* | | | | | | | | | | More formatting tweaks. | John Resig | 2011-04-12 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fixing some minor formatting problems. | John Resig | 2011-04-12 | 1 | -1/+3 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'fix-8790-quick-trigger' of https://github.com/dmethvin/jquery ↵ | John Resig | 2011-04-12 | 1 | -15/+31 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | | | into dmethvin-fix-8790-quick-trigger | |||||
| * | | | | | | | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger | Dave Methvin | 2011-04-11 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Shave some time off array setup in trigger/handle | Dave Methvin | 2011-04-11 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger | Dave Methvin | 2011-04-11 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/event.js | |||||
| * | | | | | | | | | | Move initialization of event until we determine if anyone wants it. | Dave Methvin | 2011-04-11 | 1 | -15/+18 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger | Dave Methvin | 2011-04-10 | 14 | -459/+783 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Allow specific custom events to exit trigger early if there are no handlers ↵ | Dave Methvin | 2011-04-06 | 1 | -2/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bound for that type. | |||||
* | | | | | | | | | | | resolve more conflicts | louisremi | 2011-04-12 | 1 | -4/+0 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 9 | -68/+132 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Some minor code cleanup. | jeresig | 2011-04-12 | 1 | -5/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402 | jeresig | 2011-04-12 | 1 | -6/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | replace cssPropsAware branch | louisremi | 2011-04-11 | 1 | -6/+12 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403 | jeresig | 2011-04-12 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | double quotes, again | louisremi | 2011-04-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | fixing both #8403 and #8401: jQuery \"bulldozes\" other IE filters when ↵ | louisremi | 2011-03-01 | 1 | -3/+4 | |
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting opacity | |||||
| * | | | | | | | | | | | Removing un-needed frameElement check as discussed in #8018. Fixes #8108. | jeresig | 2011-04-12 | 1 | -11/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-master | jeresig | 2011-04-12 | 1 | -3/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/unit/offset.js | |||||
| | * | | | | | | | | | | | Use parseFloat instead of parseInt to read CSS values. | Sylvester Keil | 2011-01-15 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #7730 and #7885. | |||||
| * | | | | | | | | | | | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into ↵ | jeresig | 2011-04-12 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jboesch-bug_4366 | |||||
| | * | | | | | | | | | | | | Bug 4366; removing extra space | Jordan Boesch | 2011-03-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IE | Jordan Boesch | 2011-03-30 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'attr_remove_list_check' of https://github.com/timmywil/jquery ↵ | jeresig | 2011-04-12 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into timmywil-attr_remove_list_check | |||||
| | * | | | | | | | | | | | | | retrieving list with getAttribute is fine, no need to add list here anymore | timmywil | 2011-04-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fixes unit/css.js test fail in Safari 5. support.js test was passing ↵ | timmywil | 2011-04-11 | 1 | -3/+6 | |
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erroneously due to the body to which the div was attached having a width of 0 | |||||
| * | | | | | | | | | | | | | Bug fixes in queue.js: type in dequeue could be undefined which lead to a ↵ | jaubourg | 2011-04-12 | 1 | -12/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong data key, which would then have undesirable data left dangling on elements. Also adds missing semicolon in effects unit. | |||||
| * | | | | | | | | | | | | | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-04-12 | 2 | -5/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch '2773_firefox_opera_fix' of https://github.com/timmywil/jquery ↵ | jeresig | 2011-04-11 | 1 | -3/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into timmywil-2773_firefox_opera_fix | |||||
| | | * | | | | | | | | | | | | Run order problem when running full test suite in Opera 11, removed failing ↵ | timmywil | 2011-04-11 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test as it passed by itself and there are others just like it | |||||
| | | * | | | | | | | | | | | | Fix unit tests in firefox 4 and opera 11, passing null or undefined to ↵ | timmywil | 2011-04-11 | 1 | -1/+6 | |
| | | | |_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | indexOf was throwing an error in those browsers | |||||
| | * | | | | | | | | | | | | Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777 | jeresig | 2011-04-11 | 1 | -0/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/event.js | |||||
| | | * | | | | | | | | | | | Ticket #8777 undelegate by namespace | rwldrn | 2011-04-05 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Ticket #8753 Always set event type explicitly | Rick Waldon | 2011-04-11 | 1 | -2/+5 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-04-11 | 9 | -256/+511 | |
| |\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Adds _mark and _unmark as a mean to keep track of ongoing non-queued ↵ | jaubourg | 2011-04-11 | 2 | -32/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | animations in fn.promise. |