2010-10-17 |
John Resig | Make sure that .data() (no args) returns a list of... |
tree | commitdiff |
2010-10-17 |
John Resig | Var wasn't being explicitly declared. Fixes #7226. |
tree | commitdiff |
2010-10-17 |
John Resig | We removed deleteExpando after 1.4.2, for some reason... |
tree | commitdiff |
2010-10-15 |
John Resig | Bringing back the change from 80a4178af9b12e6617bfcec81... |
tree | commitdiff |
2010-10-15 |
jeresig | Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243... |
tree | commitdiff |
2010-10-14 |
John Resig | Make sure that we don't attempt to handle scrolling... |
tree | commitdiff |
2010-10-14 |
jeresig | Oops, still have jQuery.ajax.* on the brain. |
tree | commitdiff |
2010-10-13 |
Justin Meyer | beforedeactivate will fire before focusout - use that... |
tree | commitdiff |
2010-10-13 |
Justin Meyer | Make sure that focusin/focusout bubbles in non-IE browsers. |
tree | commitdiff |
2010-10-13 |
Pinhook | Handle issue with two concurrent JSONP requests that... |
tree | commitdiff |
2010-10-13 |
John Resig | Merge branch 'bug7150' of github.com/csnover/jquery |
tree | commitdiff |
2010-10-13 |
John Resig | Fix some gaps in the handling of event data properties... |
tree | commitdiff |
2010-10-12 |
Colin Snover | Fix patch for #7150, which was not deleting the events... |
tree | commitdiff |
2010-10-12 |
John Resig | Forgot to remove the child selector in the previous... |
tree | commitdiff |
2010-10-12 |
John Resig | The child selector-prefix branch doesn't work with... |
tree | commitdiff |
2010-10-12 |
John Resig | Make sure that .find() with multiple direct child selec... |
tree | commitdiff |
2010-10-12 |
Colin Snover | Use a key name less likely to result in collisions... |
tree | commitdiff |
2010-10-11 |
John Resig | The world isn't ready for moving the Ajax methods to... |
tree | commitdiff |
2010-10-11 |
John Resig | Handle some edge cases with binding events to the windo... |
tree | commitdiff |
2010-10-11 |
John Resig | Merge branch 'animateHooks' of github.com/lrbabe/jquery... |
tree | commitdiff |
2010-10-11 |
John Resig | Merge branch 'bug7141' of github.com/csnover/jquery... |
tree | commitdiff |
2010-10-11 |
Colin Snover | Fix olddisplay was inappropriately set when calling... |
tree | commitdiff |
2010-10-11 |
Scott González | Fixed getting styles from disconnected nodes. Fixes... |
tree | commitdiff |
2010-10-11 |
lrbabe | Make $.fn.animate compatible with jQuery.cssHooks |
tree | commitdiff |
2010-10-11 |
John Resig | Make sure closest works on disconnected DOM nodes.... |
tree | commitdiff |
2010-10-10 |
jeresig | Return the zeroed-out bounding box instead of passing... |
tree | commitdiff |
2010-10-10 |
jeresig | Make sure that the unload event doesn't leak in IE... |
tree | commitdiff |
2010-10-10 |
jeresig | Tweaking some formatting of the closest changes. |
tree | commitdiff |
2010-10-10 |
jeresig | Switch back to using Sizzle.matchesSelector. |
tree | commitdiff |
2010-10-10 |
jeresig | Use the new Sizzle matches functionality. |
tree | commitdiff |
2010-10-10 |
jeresig | Fix formatting and switch to using the new matchesSelec... |
tree | commitdiff |
2010-10-10 |
wycats | Should improve performance of closest considerably... |
tree | commitdiff |
2010-10-09 |
jeresig | Change event did not fire in IE when an explicit .focus... |
tree | commitdiff |
2010-10-09 |
jeresig | Fix the case where live change was breaking if a live... |
tree | commitdiff |
2010-10-09 |
John Resig | Merge branch 'master' of github.com/petersendidit/jquer... |
tree | commitdiff |
2010-10-09 |
John Resig | Merge branch 'bug7123' of github.com/csnover/jquery... |
tree | commitdiff |
2010-10-09 |
John Resig | Merge branch 'bug7018' of github.com/csnover/jquery... |
tree | commitdiff |
2010-10-09 |
John Resig | Merge branch 'animate-nonblock' of github.com/csnover... |
tree | commitdiff |
2010-10-09 |
jeresig | Name the try/catch arg to satisfy JSLint - thanks to... |
tree | commitdiff |
2010-10-09 |
jeresig | Make sure null/NaN values aren't set in .css(). Fixes... |
tree | commitdiff |
2010-10-09 |
Colin Snover | Prevent IE from throwing errors when setting RGBA value... |
tree | commitdiff |
2010-10-09 |
Colin Snover | Coerce all array values to strings before comparison... |
tree | commitdiff |
2010-10-09 |
Colin Snover | Fixed code convention issues. Reduced size of overflow... |
tree | commitdiff |
2010-10-08 |
David Petersen | Merge branch 'master' of git://github.com/jquery/jquery |
tree | commitdiff |
2010-10-06 |
Colin Snover | Fix bug #7018. |
tree | commitdiff |
2010-10-05 |
Colin Snover | Update $.fn.animate to only keep overflow set to hidden... |
tree | commitdiff |
2010-10-05 |
Colin Snover | IE6 will shrink-wrap elements with layout instead of... |
tree | commitdiff |
2010-10-05 |
Colin Snover | Tiny cleanup to remove some superfluous code that was... |
tree | commitdiff |
2010-10-05 |
Colin Snover | Update $.fn.animate to restore overflow-x and overflow... |
tree | commitdiff |
2010-10-05 |
Colin Snover | Update $.fn.animate to change display mode only when... |
tree | commitdiff |
2010-10-05 |
Colin Snover | Fix :visible does not work properly when display:none... |
tree | commitdiff |
2010-10-05 |
rwldrn | Fixes acceptData defining in the global scope. |
tree | commitdiff |
2010-09-30 |
Colin Snover | Make sure setting opacity does not clobber other inline... |
tree | commitdiff |
2010-09-30 |
David Petersen | Set event.LiveFired to undefined in specialSubmit handl... |
tree | commitdiff |
2010-09-29 |
Dave Reed | Using data() on JavaScript objects sets fields directly... |
tree | commitdiff |
2010-09-29 |
John Resig | Adjust fallback top/left to just be 0 for disconnected... |
tree | commitdiff |
2010-09-29 |
John Resig | Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09... |
tree | commitdiff |
2010-09-28 |
John Resig | Handle child selectors in particular - away from the... |
tree | commitdiff |
2010-09-28 |
John Resig | Make sure we have a fallback when XMLHttpRequest is... |
tree | commitdiff |
2010-09-28 |
John Resig | Make sure that the contents of the element is still... |
tree | commitdiff |
2010-09-28 |
John Resig | Tweak the logic for fixing event.which. Fixes #2338. |
tree | commitdiff |
2010-09-28 |
John Resig | Make sure that mixed case alpha filters are handled... |
tree | commitdiff |
2010-09-28 |
John Resig | Make setting .css(name, undefined) a no-op. Fixes ... |
tree | commitdiff |
2010-09-28 |
John Resig | Make .attr(name, null) equivalent to removeAttr(name... |
tree | commitdiff |
2010-09-28 |
John Resig | Make sure that .offset() doesn't fail against disconnec... |
tree | commitdiff |
2010-09-28 |
jeresig | Removing unique check on closest(Array) (it wasn't... |
tree | commitdiff |
2010-09-27 |
jeresig | Merge branch 'closestbug-6700' of github.com/ajpiano... |
tree | commitdiff |
2010-09-27 |
jeresig | Merge branch 'master' of github.com/aakoch/jquery into... |
tree | commitdiff |
2010-09-27 |
jeresig | Make sure that opacity is being reset properly on a... |
tree | commitdiff |
2010-09-27 |
jeresig | We can just use isNaN for this check in the IE opacity... |
tree | commitdiff |
2010-09-27 |
jeresig | Make sure the currentStyle property exists before attem... |
tree | commitdiff |
2010-09-27 |
jeresig | Some minor cleanup of the last commit. |
tree | commitdiff |
2010-09-27 |
jeresig | Add a feature test for options inside a disabled select... |
tree | commitdiff |
2010-09-27 |
jeresig | Only do the hasAttribute check if the method exists... |
tree | commitdiff |
2010-09-27 |
jeresig | Bug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c8... |
tree | commitdiff |
2010-09-24 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-09-24 |
Dave Methvin | If an inline handler returns false, call event.preventD... |
tree | commitdiff |
2010-09-24 |
dmethvin | Make .val(undefined) == .val("") and chainable; fixes... |
tree | commitdiff |
2010-09-24 |
Dave Methvin | Make sure that requests without a body don't set conten... |
tree | commitdiff |
2010-09-24 |
Dave Methvin | Report correct Error object to handleError. Part of... |
tree | commitdiff |
2010-09-24 |
dmethvin | Don't copy event.originalTarget, it's a Netscape-specif... |
tree | commitdiff |
2010-09-24 |
Dave Methvin | Don't have .val() return selected-but-disabled options... |
tree | commitdiff |
2010-09-24 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-09-24 |
Dave Methvin | Use origSettings.context unless it's undefined; for... |
tree | commitdiff |
2010-09-24 |
dmethvin | For JSON and script requests, set the scriptCharset... |
tree | commitdiff |
2010-09-24 |
Heungsub Lee | Added a default quality of `*/*` for content negotiation. |
tree | commitdiff |
2010-09-24 |
temp01 | Serialize keys with empty arrays/object values in jQuer... |
tree | commitdiff |
2010-09-24 |
jeresig | Allow data to be bound to Flash objects (but still... |
tree | commitdiff |
2010-09-24 |
jeresig | Make sure that a clone of the animate speed properties... |
tree | commitdiff |
2010-09-24 |
jeresig | Make sure that the body element exists before doing... |
tree | commitdiff |
2010-09-24 |
unknown | Removing the second capture group. After the changes... |
tree | commitdiff |
2010-09-24 |
J. Ryan Stinnett | Allow named animation speed to be 0. Fixes #6579. |
tree | commitdiff |
2010-09-24 |
lrbabe | Make the interval between two animations tick public... |
tree | commitdiff |
2010-09-24 |
jeresig | Increase the speed of the single setTimeout calls for... |
tree | commitdiff |
2010-09-23 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-09-23 |
Robert Katic | Made jQuery.type more consistent with host objects. |
tree | commitdiff |
2010-09-23 |
Robert Katic | Added support for map of events in live, die, delegate... |
tree | commitdiff |
2010-09-23 |
Robert Katic | Ensured that arrays are not considered same as plain... |
tree | commitdiff |
2010-09-23 |
jeresig | Delay the result of the readyState check to give script... |
tree | commitdiff |
2010-09-22 |
jeresig | Fix missing var. Thanks to @jeff-themovie for the catch. |
tree | commitdiff |
next |