John Resig
|
f43516f209
|
Landed a fix for bug #2037.
|
2008-02-06 05:18:25 +00:00 |
|
John Resig
|
e71e4a47f3
|
Landed a minor fix for AIR (in the offset method).
|
2008-02-06 03:48:22 +00:00 |
|
John Resig
|
80568d29cb
|
Tagging the 1.2.3 release.
|
2008-02-06 01:03:40 +00:00 |
|
Scott González
|
75cb0d8d05
|
Fixed .unbind('.namespace').
|
2008-02-05 19:32:00 +00:00 |
|
John Resig
|
2c07690377
|
Tagging the 1.2.3b release.
|
2008-02-03 21:46:47 +00:00 |
|
John Resig
|
b0c7df65d0
|
You can now overwrite values returned from .data() with .bind("getData") - returning a value will override any bound value on that element.
|
2008-02-03 18:43:04 +00:00 |
|
John Resig
|
4a11e6d70b
|
Tweaked the .data() event triggering - it now triggers a single 'setData' event, passing in a key value pair of what was changed.
|
2008-02-03 17:56:21 +00:00 |
|
John Resig
|
703e89ba30
|
Added support for .unbind(".test") to unbind all namespaced events on an element.
|
2008-02-03 04:33:11 +00:00 |
|
John Resig
|
77da94552e
|
Added $().data(), $().removeData(), and .bind("click!"). .data() and .removeData() handle namespaced data, .data() triggers a "set-KEY" event on all modified elements, and .bind("click!") only triggers a click (and no namespaced events).
|
2008-02-03 04:05:24 +00:00 |
|
John Resig
|
25c76232c6
|
Updated the years on the licensing.
|
2008-02-01 23:23:11 +00:00 |
|
John Resig
|
32ba00081d
|
Tagging the 1.2.3a release.
|
2008-01-28 19:37:46 +00:00 |
|
John Resig
|
f354e85af6
|
Fixed make speed.
|
2008-01-28 19:32:57 +00:00 |
|
John Resig
|
5da2e98cb3
|
De-eval'd selectors and the various DOM methods (will marginally help our speed and make us more compatible with projects like Caja and Adobe AIR). Left a selector eval in for backwards compatibility support of selector plugins.
|
2008-01-26 00:26:28 +00:00 |
|
David Serduke
|
1faed11e3c
|
Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML assignment in the clone() function for IE.
|
2008-01-23 03:54:23 +00:00 |
|
Jörn Zaefferer
|
e7fef859f1
|
global replace for @VERSION, fixed #2101
|
2008-01-20 14:23:22 +00:00 |
|
David Serduke
|
0635df4391
|
Fixed #2174 by removing the s.dataType == "json" check for possible cross domain since it causes absolute urls to use a <script> tag ajax retrieval even though absolute urls work fine for retrieving local data. Cross-domain jsonp will still work since the $.ajax() function actually changes the s.dataType to "script" before it reaches this check in cases where it is s.dataType == "jsonp" or s.dataType == "json" and a parameter has =? in it.
|
2008-01-17 21:38:58 +00:00 |
|
David Serduke
|
dcb46c7fe5
|
Updating version number to 1.2.3-pre
|
2008-01-17 21:31:28 +00:00 |
|
John Resig
|
6c81082a6b
|
Tagging the 1.2.2 release.
|
2008-01-14 22:56:07 +00:00 |
|
David Serduke
|
0cd307ec10
|
Changing end of line from CRLF to just LF like the rest of the source files.
|
2008-01-14 22:30:48 +00:00 |
|
John Resig
|
d0fae71464
|
Discontinued the test for $(form.elements).
|
2008-01-14 20:40:05 +00:00 |
|
John Resig
|
2e6c123c87
|
Excluded a couple Ajax tests from running locally.
|
2008-01-14 20:17:21 +00:00 |
|
John Resig
|
c39bd07cc9
|
Added support for breaking in an object loop (Bug #2111).
|
2008-01-14 20:06:34 +00:00 |
|
John Resig
|
ff08982508
|
And the rest of the _default change.
|
2008-01-14 19:37:31 +00:00 |
|
John Resig
|
260fc23e92
|
Tweaked the default Accept header to _default.
|
2008-01-14 19:37:05 +00:00 |
|
John Resig
|
6e739fd2ba
|
Added a check to make sure that .style exists before trying to access it (Bug #2105).
|
2008-01-14 19:17:35 +00:00 |
|
John Resig
|
047debc750
|
Fixed default property name for Opera (bug #2159).
|
2008-01-14 19:15:27 +00:00 |
|
John Resig
|
04eb060692
|
Fixed minor issue with pack build script. (Bug #2101)
|
2008-01-14 19:13:46 +00:00 |
|
Brandon Aaron
|
8a356f0d23
|
Adding browser UA tests
|
2008-01-14 18:47:21 +00:00 |
|
John Resig
|
709df93304
|
Added a fix for bug #2140. Opera doesn't like concating null or undefined values.
|
2008-01-14 18:46:44 +00:00 |
|
John Resig
|
5974495e6b
|
Just added support for Accept headers in Ajax requests - defaults to the correct header depending on the type of request that's being performmed. (Bug #1986)
|
2008-01-14 18:19:28 +00:00 |
|
Jörn Zaefferer
|
c27cbdc477
|
reverted change for #2114
|
2008-01-14 09:42:53 +00:00 |
|
Jörn Zaefferer
|
2fa855601e
|
fix for #2114; refactored tests for bind() to highlight failing select-change-test
|
2008-01-14 09:33:08 +00:00 |
|
John Resig
|
9bcd2b370b
|
Tweaked comment for isFunction.
|
2008-01-12 23:03:39 +00:00 |
|
David Serduke
|
d36382e9a3
|
Fixed an edge case in show() where the css says the display should be none. In that case force 'block' so it will actually show.
|
2008-01-12 01:06:37 +00:00 |
|
Yehuda Katz
|
b91eef070d
|
Adds support for username and password to $.ajax
|
2008-01-07 01:03:31 +00:00 |
|
Jörn Zaefferer
|
948753842b
|
Test for #2114
|
2008-01-04 11:33:34 +00:00 |
|
Yehuda Katz
|
87d6bcec31
|
Fixes bug with charCode, bad 'var' and missing semicolon
|
2007-12-28 19:08:36 +00:00 |
|
David Serduke
|
05930c5a0d
|
Fixed #2084 by added embed to the list of elements where it is ok to have self closing xhtml.
|
2007-12-21 05:47:33 +00:00 |
|
Brandon Aaron
|
c73eadf599
|
Fixed memory leak in IE with non-native event types
|
2007-12-21 04:53:33 +00:00 |
|
Brandon Aaron
|
fde3d616ac
|
Removed check to prevent event from being fixed twice. Unfortunately, in IE this is sometimes necessary with its global event object. Binding both a mousedown and mousemove event is an example.
|
2007-12-21 02:11:26 +00:00 |
|
David Serduke
|
50c40add5a
|
Fixed a couple problems found in the test suite. First, IE doesn't like it when text nodes were trying to duplicate their events in clone, so don't do text nodes (that shouldn't have events anyway). Also the fx module was freezing from a recent update that wasn't quite finished.
|
2007-12-20 20:40:20 +00:00 |
|
Brandon Aaron
|
bdd6aca209
|
Fixing #2081
|
2007-12-20 19:31:02 +00:00 |
|
David Serduke
|
259c8aa604
|
Removed a unit test that tested to see if queued objects were of a certain type. It was decided you can queue anything and it is up to the coder to make sure it was intended.
|
2007-12-20 19:21:56 +00:00 |
|
David Serduke
|
1764027370
|
Fixed #2080 by removing the check for nodeType != 1. It was put in to limit the queuing to just dom objects (ie not text nodes and comment nodes), but the queuing functionality is being used more broadly than I realized so the check is now removed.
|
2007-12-20 18:55:43 +00:00 |
|
John Resig
|
1fc7dcff11
|
Fixed lite version of jQuery.
|
2007-12-20 15:11:07 +00:00 |
|
John Resig
|
3f839a69c5
|
Tagging the 1.2.2b2 release.
|
2007-12-20 15:07:37 +00:00 |
|
John Resig
|
3261544c38
|
Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have their events cloned by default.
|
2007-12-20 13:36:56 +00:00 |
|
David Serduke
|
b740fe5632
|
Fixed a problem in the unit tests for IE where an optimization made the test case not work. The optimization was fine. It was the unit test that was taking a short cut which caused it to fail after the optimization went in.
|
2007-12-20 07:39:35 +00:00 |
|
David Serduke
|
0419455473
|
Changed the $(document).ready() code to try and solve some problems in Safari, Opera, and IE.
|
2007-12-20 06:00:01 +00:00 |
|
Jörn Zaefferer
|
ba9c14a589
|
added version to all builds; changed current version to 1.2.2-pre - to be updated after each release so its clear that a build is from which milestone; build.xml cleanup (removing uselss lite, docs, test and _with_plguins targets); deleted useless docs build files (replaced by wiki and wiki xml exporter and api browsers)
|
2007-12-19 22:26:05 +00:00 |
|