Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tagging the 1.2.1 release.1.2.1 | John Resig | 2007-09-17 | 1 | -1/+1 |
| | |||||
* | Added fix for bug #1567 - uppercase nodeName test in .add(). | John Resig | 2007-09-15 | 1 | -1/+1 |
| | |||||
* | Fixed animating to 0% (Bug #1586). | John Resig | 2007-09-15 | 1 | -2/+2 |
| | |||||
* | Forgot the 'var' statement, causing variables to leak. (Bug #1592) | John Resig | 2007-09-15 | 1 | -2/+2 |
| | |||||
* | Added .eq(Number) back in - I'm convinced that it's more useful than the ↵ | John Resig | 2007-09-15 | 2 | -1/+7 |
| | | | | .slice() replacement. lt/gt are still gone, though. | ||||
* | Added a fix for bug #1612, where :contains() was failing on XML documents, ↵ | John Resig | 2007-09-15 | 1 | -1/+1 |
| | | | | in IE. | ||||
* | Convert relative animations to use -= and += (instead of just - and +, which ↵ | John Resig | 2007-09-15 | 1 | -7/+4 |
| | | | | conflicted with normal absolute animations). (Fixes bug #1607) Also fixed a bug in queue. | ||||
* | etooled the jQuery constructor, makes it work better for embedding (Bug ↵ | John Resig | 2007-09-15 | 1 | -20/+19 |
| | | | | #1585). Also took the opportunity to do some renaming in the constructor and init. | ||||
* | Fixed an issue with the suite expecting a different result for the changed ↵ | John Resig | 2007-09-15 | 1 | -3/+3 |
| | | | | triggerHandler behavior. | ||||
* | Fixed bug #1594, #1565, #1598 - all of which were concerning the improper ↵ | John Resig | 2007-09-15 | 2 | -10/+29 |
| | | | | execution of embedded scripts in IE and Safari. | ||||
* | Added a fix for bug #1580, where the query string was appended to the POST ↵ | John Resig | 2007-09-15 | 2 | -13/+20 |
| | | | | data, instead of being left alone. | ||||
* | Bug #1584, ajaxStop/complete calls weren't called for JSONP requests. | John Resig | 2007-09-15 | 1 | -0/+1 |
| | |||||
* | Fix for bug #1600 - multiple selects were being serialized incorrectly. | John Resig | 2007-09-15 | 2 | -5/+5 |
| | |||||
* | Make sure that the right event type is always triggered (was causing ↵ | John Resig | 2007-09-14 | 1 | -0/+3 |
| | | | | problems with UI's event triggering). | ||||
* | Fixed some bugs in how .queue() works (it wasn't handling the argument order ↵ | John Resig | 2007-09-14 | 1 | -2/+2 |
| | | | | correctly). | ||||
* | fix clone(true) for IE | Brandon Aaron | 2007-09-13 | 1 | -4/+10 |
| | |||||
* | clean ant task shouldn't delete the new test folder | Brandon Aaron | 2007-09-13 | 1 | -10/+10 |
| | |||||
* | Absolutely position animations, damn my twichy fingers for commiting too soon. | Sean Catchpole | 2007-09-12 | 1 | -1/+4 |
| | |||||
* | Animate should absolutely position if a number is passed (Ex: -700) | Sean Catchpole | 2007-09-12 | 1 | -1/+1 |
| | |||||
* | Updated test.js for the runtest build target to reflect the path changes for ↵ | Paul Mclanahan | 2007-09-12 | 1 | -5/+5 |
| | | | | the test scripts. | ||||
* | safari2 should just check the browser and version | Brandon Aaron | 2007-09-11 | 1 | -5/+5 |
| | |||||
* | Include scroll offsets for everything but inline and table-row elements | Brandon Aaron | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | Couple of fixes to the offset method | Brandon Aaron | 2007-09-11 | 1 | -2/+2 |
| | |||||
* | Fixed a bug that was occurring in the packed version of jQuery. | John Resig | 2007-09-10 | 1 | -19/+19 |
| | |||||
* | Tagging the 1.2 release.1.2 | John Resig | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | Made the expando code attach properties to an anonymous object, as opposed ↵ | John Resig | 2007-09-10 | 1 | -2/+7 |
| | | | | to the global window object, and fixed a bug where .removeAttribute() tried to fire even if it didn't exist. | ||||
* | Fixed a bug in .dir() where it would return non-element nodes. | John Resig | 2007-09-10 | 1 | -1/+2 |
| | |||||
* | Fixed spelling mistake. | John Resig | 2007-09-09 | 1 | -1/+1 |
| | |||||
* | Added an extra check for removing a named cache property - calling it when ↵ | John Resig | 2007-09-09 | 1 | -8/+10 |
| | | | | it didn't exist caused an exception. | ||||
* | Landing a version of $(document)/$(window) .width()/.height(). It won't win ↵ | John Resig | 2007-09-09 | 1 | -4/+14 |
| | | | | any awards, but it'll hold us over for this release. | ||||
* | Added .prevAll() and .nextAll() functionality. | John Resig | 2007-09-09 | 2 | -4/+6 |
| | |||||
* | So, apparently, I never committed the second half of the new field value ↵ | John Resig | 2007-09-09 | 1 | -13/+42 |
| | | | | code. This allows you to set values on groups of checkboxes, radio buttons, and selects. | ||||
* | Fixed some line ending issues. | John Resig | 2007-09-09 | 1 | -5/+8 |
| | |||||
* | Errors were occuring with getScript, if you called it too early. | John Resig | 2007-09-09 | 1 | -2/+3 |
| | |||||
* | Moved the fx queueing over to the new expando system. | John Resig | 2007-09-09 | 1 | -8/+5 |
| | |||||
* | .stop() wouldn't resume any queued animations. | John Resig | 2007-09-09 | 1 | -1/+1 |
| | |||||
* | Landing the new expando management code. Completely overhauls how data is ↵ | John Resig | 2007-09-08 | 5 | -48/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | associated with elements. Plugins will be most interested in: - jQuery.data(elem) -> Unique ID for the element - jQuery.data(elem, name) -> Named data store for the element - jQuery.data(elem, name, value) -> Saves a value to the named data store - jQuery.removeData(elem) -> Remove the expando and the complete data store - jQuery.removeData(elem, name) -> Removes just this one named data store jQuery's .remove() and .empty() automatically clean up after themselves. Once an element leaves a DOM document their events are no longer intact. Thus, statements like so: {{{ $("#foo").remove().appendTo("#bar"); }}} should be written like so: {{{ $("#foo").appendTo("#bar"); }}} in order to avoid losing the bound events. | ||||
* | Reintroduced .offset() as a default include, added original author credits. | John Resig | 2007-09-08 | 3 | -1/+6 |
| | |||||
* | Landing the .clone() rewrite by Brandon (also includes the new event cloning ↵ | John Resig | 2007-09-08 | 1 | -33/+14 |
| | | | | functionality .clone(true)). | ||||
* | Disabled the automatic inclusion of offset.js | John Resig | 2007-09-08 | 2 | -3/+1 |
| | |||||
* | Removed the test suite generation code. | John Resig | 2007-09-08 | 1 | -14/+0 |
| | |||||
* | Added the new .offset() method, directly imported from Dimensions (heavily ↵ | John Resig | 2007-09-08 | 3 | -2/+92 |
| | | | | | | | | worked over by both Brandon and John). Original source: http://brandonaaron.net/jquery/issues/dimensions/new_offset/jquery.offset.js | ||||
* | Added .hasClass() (Simply just passes through to .is()). | John Resig | 2007-09-08 | 1 | -0/+4 |
| | |||||
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 7 | -5/+7 |
| | |||||
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 29 | -16/+16 |
| | |||||
* | Added a new :animated selector - only selects elements that are currently ↵ | John Resig | 2007-09-08 | 1 | -1/+4 |
| | | | | being animated. | ||||
* | Massive FX rewrite. Full list of changes: | John Resig | 2007-09-07 | 1 | -166/+218 |
| | | | | | | | | | | | | - You can now animate non-px values (em and %, for example) - You can animate things things that previously broke (like font-size) - You can now write fx plugins (to add in the ability to animate colors, for example) - Advanced queueing controls were added (.queue(), .dequeue(), and {queue:false}) - Step was re-tooled to work with the new fx plugin scheme - Added the ability to do relative animations - Made it so that you can do simultaneous animations on a single element - A complete refactoring of jQuery.fx, improving naming, and usability | ||||
* | Fix for bug #760 (fontSize returns different values in IE). This was part of ↵ | John Resig | 2007-09-07 | 1 | -0/+15 |
| | | | | a larger issue where IE returned non-pixel values from it's computed style - this normalizes it (thanks to a fix by Dean Edwards). | ||||
* | Fixed a bug in event - "native" is a reserved word in Safari 2. | John Resig | 2007-09-07 | 1 | -2/+2 |
| | |||||
* | Forgot to update the $.param() tests. | John Resig | 2007-09-05 | 1 | -5/+5 |
| |