2007-12-11 |
Brandon Aaron | Fix for #2032 |
tree | commitdiff |
2007-12-10 |
David Serduke | Fixed #1959 by postponing ALL script evaluations till... |
tree | commitdiff |
2007-12-10 |
John Resig | Added a change that triples the speed of all uses of... |
tree | commitdiff |
2007-12-08 |
Brandon Aaron | Fixed clone so that it now properly copies changes... |
tree | commitdiff |
2007-12-08 |
Brandon Aaron | show is now element aware (#960) |
tree | commitdiff |
2007-12-08 |
Brandon Aaron | Fix for #1486. Prevent IE from throwing an error when... |
tree | commitdiff |
2007-12-07 |
David Serduke | Fixed #1039 and #1733 by going through the core API... |
tree | commitdiff |
2007-12-06 |
Jörn Zaefferer | Fix for #2002 |
tree | commitdiff |
2007-12-05 |
David Serduke | A partial rollback of the refactoring done in [4032... |
tree | commitdiff |
2007-12-05 |
David Serduke | Refactored jQuery.find() such that jQuery.nodeName... |
tree | commitdiff |
2007-12-05 |
David Serduke | Fixed #1419 where IE failed with .text() on an XML... |
tree | commitdiff |
2007-12-05 |
David Serduke | Fixed #1264. If you read the bug there were many propo... |
tree | commitdiff |
2007-12-04 |
Brandon Aaron | offset now uses clientLeft and clientTop instead of... |
tree | commitdiff |
2007-12-04 |
David Serduke | Fixed #1763 by checking to see if .createElement()... |
tree | commitdiff |
2007-12-04 |
David Serduke | Fixed #1438 where a filter could be set in IE but not... |
tree | commitdiff |
2007-12-04 |
David Serduke | For fix #1999 changed the RegExp to be non-greedy.... |
tree | commitdiff |
2007-12-04 |
David Serduke | Fixed #1999 by replacing the 'no-cache' parameter if... |
tree | commitdiff |
2007-12-03 |
David Serduke | Fixed [1993] although it actually wasn't a bug in the... |
tree | commitdiff |
2007-11-30 |
David Serduke | Added enchancement for #1994 by adding two parameters... |
tree | commitdiff |
2007-11-30 |
David Serduke | Fixed a problem with changeset [3841] where a function... |
tree | commitdiff |
2007-11-30 |
David Serduke | Removed comments and code related to Safari being unabl... |
tree | commitdiff |
2007-11-29 |
David Serduke | Fixed #1557, although it doesn't appear to be just... |
tree | commitdiff |
2007-11-29 |
David Serduke | Fixed #1450 by returning 1223 as success. Couldn't... |
tree | commitdiff |
2007-11-28 |
David Serduke | Back out one of the changes from the previous commit... |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1908 by testing to make sure it isn't null befor... |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1070 by converting all setAttribute() values... |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1701 by passing through the arguments as suggested. |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1714 by adding a default empty string if the... |
tree | commitdiff |
2007-11-28 |
David Serduke | Fixed #1599 as Brandon suggested to ignore negative... |
tree | commitdiff |
2007-11-27 |
David Serduke | Fixed #1942 but running jQuery.css() before jQuery... |
tree | commitdiff |
2007-11-27 |
David Serduke | Fixed #1970 by returning true instead of false when... |
tree | commitdiff |
2007-11-27 |
John Resig | Added a quick shortcut to improve the speed of $(DOMEle... |
tree | commitdiff |
2007-11-19 |
Brandon Aaron | Fix for #1933 |
tree | commitdiff |
2007-11-19 |
Brandon Aaron | Fix for #1944. Added nodeName and tagName to jQuery... |
tree | commitdiff |
2007-11-17 |
David Serduke | Fixed #1074 where .html() was incorrectly changing... |
tree | commitdiff |
2007-11-17 |
David Serduke | Changed core.js from CRLF to LF eol style to match... |
tree | commitdiff |
2007-11-17 |
David Serduke | Fix #1907 where the never-ending loop prevention used... |
tree | commitdiff |
2007-11-16 |
David Serduke | Fix #1905 bug where in IE the use of RegExp.test()... |
tree | commitdiff |
2007-11-16 |
David Serduke | Fixed #1095 bug where radio buttons became unchecked... |
tree | commitdiff |
2007-11-16 |
David Serduke | Fix #1827 bug where extra setInterval()s can be called... |
tree | commitdiff |
2007-11-16 |
David Serduke | Fixed #1727 bug where :nth-child() was non-standard... |
tree | commitdiff |
2007-11-16 |
David Serduke | Fixed #1822 bug where queue() didn't always default... |
tree | commitdiff |
2007-11-16 |
David Serduke | Fix for #1823 bug in animate {queue:false} plus a unit... |
tree | commitdiff |
2007-11-14 |
Brandon Aaron | Fix for #1925 and removed some unnecessary browser... |
tree | commitdiff |
2007-11-14 |
Brandon Aaron | Fix for #1911 |
tree | commitdiff |
2007-11-14 |
Brandon Aaron | Fix for #1893 |
tree | commitdiff |
2007-11-05 |
David Serduke | Added a check to make sure a parent node exists in... |
tree | commitdiff |
2007-10-20 |
John Resig | Added a fix for .noConflict(true) not reverting properl... |
tree | commitdiff |
2007-10-18 |
John Resig | Ok, self[...] was BS, switching to window[...], bug... |
tree | commitdiff |
2007-10-18 |
John Resig | Added a fix for bug #1751, where the options getting... |
tree | commitdiff |
2007-10-18 |
John Resig | Fix for bug #1638, where a non-string data could break... |
tree | commitdiff |
2007-10-17 |
John Resig | Fix for bug #1546 where a deep copy was attempted of... |
tree | commitdiff |
2007-10-17 |
John Resig | Another fix for bug #1584, ajaxStop would not be called... |
tree | commitdiff |
2007-10-17 |
John Resig | Added a fix for bug #1698, in which injected scripts... |
tree | commitdiff |
2007-10-15 |
John Resig | From a suggestion by Diego, moved the jQuery.ready... |
tree | commitdiff |
2007-10-12 |
Brandon Aaron | Fixed .val(String) for select elements (#1760) [Thanks... |
tree | commitdiff |
2007-10-12 |
Jörn Zaefferer | Fix for #1779 |
tree | commitdiff |
2007-10-06 |
Brandon Aaron | Fix normalization of pageX and pageY event properties... |
tree | commitdiff |
2007-10-06 |
Brandon Aaron | Fixes memory leaks relating to events in IE with page... |
tree | commitdiff |
2007-10-06 |
Brandon Aaron | Fix regression in add and append in IE after revision... |
tree | commitdiff |
2007-10-01 |
John Resig | A fix for bug #1443, where globalEval occurred asynchro... |
tree | commitdiff |
2007-10-01 |
John Resig | Safari 2 was having problems with the syntax used for... |
tree | commitdiff |
2007-09-27 |
John Resig | Fixed the attribution for the DOM Ready fix - the previ... |
tree | commitdiff |
2007-09-27 |
Brandon Aaron | Fix for #1153 |
tree | commitdiff |
2007-09-27 |
John Resig | Converted jQuery to use the new DOM Ready technique... |
tree | commitdiff |
2007-09-26 |
Brandon Aaron | offset: fixes for correct body offsets in safari and... |
tree | commitdiff |
2007-09-23 |
John Resig | Completely overhauled the syntax of core - re-worked... |
tree | commitdiff |
2007-09-21 |
Brandon Aaron | offset: added fixed position support and fixed opera... |
tree | commitdiff |
2007-09-18 |
Brandon Aaron | offset: do not add borders for table cells |
tree | commitdiff |
2007-09-18 |
Brandon Aaron | Fixed #1474, setting selectedIndex |
tree | commitdiff |
2007-09-18 |
Brandon Aaron | Use document.compatMode for quirks test in width/height... |
tree | commitdiff |
2007-09-17 |
Brandon Aaron | Fix width/height to work properly on window/document |
tree | commitdiff |
2007-09-17 |
Brandon Aaron | remove box global var from offset |
tree | commitdiff |
2007-09-15 |
John Resig | Added fix for bug #1567 - uppercase nodeName test in... |
tree | commitdiff |
2007-09-15 |
John Resig | Fixed animating to 0% (Bug #1586). |
tree | commitdiff |
2007-09-15 |
John Resig | Forgot the 'var' statement, causing variables to leak... |
tree | commitdiff |
2007-09-15 |
John Resig | Added .eq(Number) back in - I'm convinced that it's... |
tree | commitdiff |
2007-09-15 |
John Resig | Added a fix for bug #1612, where :contains() was failin... |
tree | commitdiff |
2007-09-15 |
John Resig | Convert relative animations to use -= and += (instead... |
tree | commitdiff |
2007-09-15 |
John Resig | etooled the jQuery constructor, makes it work better... |
tree | commitdiff |
2007-09-15 |
John Resig | Fixed bug #1594, #1565, #1598 - all of which were conce... |
tree | commitdiff |
2007-09-15 |
John Resig | Added a fix for bug #1580, where the query string was... |
tree | commitdiff |
2007-09-15 |
John Resig | Bug #1584, ajaxStop/complete calls weren't called for... |
tree | commitdiff |
2007-09-15 |
John Resig | Fix for bug #1600 - multiple selects were being seriali... |
tree | commitdiff |
2007-09-14 |
John Resig | Make sure that the right event type is always triggered... |
tree | commitdiff |
2007-09-14 |
John Resig | Fixed some bugs in how .queue() works (it wasn't handli... |
tree | commitdiff |
2007-09-13 |
Brandon Aaron | fix clone(true) for IE |
tree | commitdiff |
2007-09-12 |
Sean Catchpole | Absolutely position animations, damn my twichy fingers... |
tree | commitdiff |
2007-09-12 |
Sean Catchpole | Animate should absolutely position if a number is passe... |
tree | commitdiff |
2007-09-11 |
Brandon Aaron | safari2 should just check the browser and version |
tree | commitdiff |
2007-09-11 |
Brandon Aaron | Include scroll offsets for everything but inline and... |
tree | commitdiff |
2007-09-11 |
Brandon Aaron | Couple of fixes to the offset method |
tree | commitdiff |
2007-09-10 |
John Resig | Fixed a bug that was occurring in the packed version... |
tree | commitdiff |
2007-09-10 |
John Resig | Made the expando code attach properties to an anonymous... |
tree | commitdiff |
2007-09-10 |
John Resig | Fixed a bug in .dir() where it would return non-element... |
tree | commitdiff |
2007-09-09 |
John Resig | Fixed spelling mistake. |
tree | commitdiff |
2007-09-09 |
John Resig | Added an extra check for removing a named cache propert... |
tree | commitdiff |
2007-09-09 |
John Resig | Landing a version of $(document)/$(window) .width(... |
tree | commitdiff |
2007-09-09 |
John Resig | Added .prevAll() and .nextAll() functionality. |
tree | commitdiff |
2007-09-09 |
John Resig | So, apparently, I never committed the second half of... |
tree | commitdiff |
next |