2010-11-09 |
John Resig | Make sure that if an additional load event is triggered... |
tree | commitdiff |
2010-11-09 |
John Resig | Merge branch 'bug7422' of https://github.com/csnover... |
tree | commitdiff |
2010-11-09 |
John Resig | Make sure that when multiple variables are being declar... |
tree | commitdiff |
2010-11-09 |
John Resig | We don't do end of line comments, move them above. |
tree | commitdiff |
2010-11-06 |
Colin Snover | Ensure that AJAX requests are actually aborted in all... |
tree | commitdiff |
2010-11-03 |
jeresig | Limit the scope of the CSS 'auto' change to just height... |
tree | commitdiff |
2010-11-03 |
jeresig | Limit the scope of the CSS 'auto' change to just height... |
tree | commitdiff |
2010-11-03 |
jeresig | Opera doesn't give height/width of display: none elemen... |
tree | commitdiff |
2010-11-01 |
jeresig | Make sure that accessing computed CSS for elements... |
tree | commitdiff |
2010-10-28 |
John Resig | Fix quotes in comment. |
tree | commitdiff |
2010-10-27 |
jeresig | Calling .hide().show() on a stylesheet-hidden element... |
tree | commitdiff |
2010-10-26 |
Karl Swedberg | For .show() with no arguments, only set display of... |
tree | commitdiff |
2010-10-26 |
John Resig | Temporarily backing out commit bd474799bf95f4ecdc47a757... |
tree | commitdiff |
2010-10-26 |
John Resig | Merge branch 'jquery_dev' of github.com/danheberden... |
tree | commitdiff |
2010-10-26 |
John Resig | Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c... |
tree | commitdiff |
2010-10-25 |
danheberden | Prevent IE from firing live/delegate events on disabled... |
tree | commitdiff |
2010-10-25 |
John Resig | Merge branch 'jquerymaster' of github.com/SlexAxton... |
tree | commitdiff |
2010-10-25 |
John Resig | Merge branch '6897' of github.com/SlexAxton/jquery... |
tree | commitdiff |
2010-10-25 |
dmethvin | Allow DELETE requests to have a content body, and prope... |
tree | commitdiff |
2010-10-25 |
dmethvin | Honor stopImmediatePropagation for live/delegate event... |
tree | commitdiff |
2010-10-25 |
John Resig | Merge branch 'master' of github.com/rwldrn/jquery |
tree | commitdiff |
2010-10-25 |
John Resig | Merge branch 'unusedTrue' of github.com/lrbabe/jquery... |
tree | commitdiff |
2010-10-25 |
lrbabe | .cur() doesn't take any boolean parameter since 1.4.3 |
tree | commitdiff |
2010-10-25 |
Alex Sexton | Moved jQuery.props to attributes since it was only... |
tree | commitdiff |
2010-10-24 |
rwldrn | Fixes #7229 and #5803 |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that .width()/.height() don't return NaN... |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that the correct height/width of the elements... |
tree | commitdiff |
2010-10-22 |
jeresig | Fix broken selector code from last commit. |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that +, >, ~ leading, rooted, selectors go... |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that height/width getters work on hidden... |
tree | commitdiff |
2010-10-22 |
jeresig | Make sure that the ready event doesn't double-fire... |
tree | commitdiff |
2010-10-22 |
jeresig | Only need to declare the data once. |
tree | commitdiff |
2010-10-21 |
Alex Sexton | Forces lower case comparison of protocol and host when... |
tree | commitdiff |
2010-10-17 |
Paul Irish | fadeToggle(). as suggested by Karl Swedberg in his... |
tree | commitdiff |
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 |
next |