]>
source.dussan.org Git - jquery.git/log
John Resig [Tue, 25 Jul 2006 20:20:18 +0000 (20:20 +0000)]
Events that fire after the browser has already moved to another page no longer fire incorrectly.
John Resig [Mon, 24 Jul 2006 06:06:59 +0000 (06:06 +0000)]
Fixed width/height animations don't lapse back to auto. There's no longer a flicker for fixed sized items. The overflow for items is no longer tampered with, if it doesn't have to be. .cur() is used for all animations in place of .max(), with much better results.
John Resig [Mon, 24 Jul 2006 03:56:46 +0000 (03:56 +0000)]
Make sure that camel case is passed in to currentStyle.
John Resig [Mon, 24 Jul 2006 03:50:15 +0000 (03:50 +0000)]
Fixed the opacity problems with IE & animations.
John Resig [Mon, 24 Jul 2006 03:09:35 +0000 (03:09 +0000)]
IE flicker has been killed and setAuto now works in Firefox and IE.
John Resig [Mon, 17 Jul 2006 04:57:07 +0000 (04:57 +0000)]
Added some memory leak protection.
John Resig [Mon, 17 Jul 2006 04:33:16 +0000 (04:33 +0000)]
Made a number of changes/improvements to how the effects are handled.
John Resig [Mon, 17 Jul 2006 03:40:18 +0000 (03:40 +0000)]
Fixed flickering an auto in all browsers but IE.
John Resig [Mon, 17 Jul 2006 02:08:00 +0000 (02:08 +0000)]
Fixed issue with broken .trigger().
John Resig [Mon, 17 Jul 2006 02:05:04 +0000 (02:05 +0000)]
Added fix for dealing with IE dom ready on https.
John Resig [Mon, 17 Jul 2006 01:49:55 +0000 (01:49 +0000)]
Minor bug fixes.
John Resig [Sun, 16 Jul 2006 20:57:18 +0000 (20:57 +0000)]
Added overflow fix.
John Resig [Sun, 16 Jul 2006 20:10:37 +0000 (20:10 +0000)]
Added some .css() fixes.
John Resig [Sun, 16 Jul 2006 19:39:07 +0000 (19:39 +0000)]
Changed how the new parser works and fixed a bug with :hidden/:visible.
John Resig [Sun, 16 Jul 2006 18:23:09 +0000 (18:23 +0000)]
Made the parsing engine extensible.
John Resig [Sun, 16 Jul 2006 00:52:30 +0000 (00:52 +0000)]
Fixed issues with oneEvent events.
John Resig [Sat, 15 Jul 2006 01:00:19 +0000 (01:00 +0000)]
Some more quick fixes.
Yehuda Katz [Fri, 14 Jul 2006 03:05:52 +0000 (03:05 +0000)]
Commented show, hide, toggle, addClass, removeClass, toggleClass, empty, bind, unbind, trigger
TODO: remove
John Resig [Thu, 13 Jul 2006 19:53:04 +0000 (19:53 +0000)]
Added a fix for the context of events.
Yehuda Katz [Thu, 13 Jul 2006 04:37:06 +0000 (04:37 +0000)]
Commented parent, ancestors, parents, next, prev, and siblings.
Previously commented filter, not, and add
Yehuda Katz [Thu, 13 Jul 2006 04:21:15 +0000 (04:21 +0000)]
John Resig [Thu, 13 Jul 2006 04:05:08 +0000 (04:05 +0000)]
Test Commit.
John Resig [Mon, 10 Jul 2006 03:20:56 +0000 (03:20 +0000)]
More bug fixes and added documentation - passes the test suite now.
John Resig [Sun, 9 Jul 2006 20:49:40 +0000 (20:49 +0000)]
Another massive commit - lots of changes, additions, removals - and more documentation.
John Resig [Sat, 8 Jul 2006 21:15:08 +0000 (21:15 +0000)]
First batch of doc/commenting additions.
John Resig [Fri, 7 Jul 2006 00:31:27 +0000 (00:31 +0000)]
Added document.ready shortcut to $().
John Resig [Thu, 6 Jul 2006 22:09:39 +0000 (22:09 +0000)]
Fixed a bug where nothing was passed in to $(), it would bomb out.
John Resig [Thu, 6 Jul 2006 20:48:38 +0000 (20:48 +0000)]
Fixed a bug with how pushStack was checking for arrays.
John Resig [Thu, 6 Jul 2006 19:59:16 +0000 (19:59 +0000)]
Finally squared away the latest pushStack revisions and $()[] code. jQuery is now an array! and it's non-destructive, if you want it to be!
John Resig [Thu, 6 Jul 2006 16:04:12 +0000 (16:04 +0000)]
Fixed a bug with space-less [@foo*=bar].
John Resig [Thu, 6 Jul 2006 14:50:56 +0000 (14:50 +0000)]
Bug fix with how global event triggers are handled.
John Resig [Thu, 6 Jul 2006 05:43:26 +0000 (05:43 +0000)]
Added in support for global event triggering.
John Resig [Thu, 6 Jul 2006 05:16:39 +0000 (05:16 +0000)]
Added a bunch of improved support for DOM Element arrays - along with a new $.A( ... ) function.
John Resig [Wed, 5 Jul 2006 17:12:35 +0000 (17:12 +0000)]
Multi-filtering is now in place, you can do:
$("div").filter(".this,.or,.that")
and find all elements that match any of the three expressions.
John Resig [Wed, 5 Jul 2006 04:14:46 +0000 (04:14 +0000)]
Fixed a problem with incorrect height/width being reported both in quirks mode (in IE) and by the box model. Also added a nice new $.swap() scoping function.
John Resig [Wed, 5 Jul 2006 02:09:38 +0000 (02:09 +0000)]
.remove() is no longer destructive (so that appendTo can be used later).
John Resig [Wed, 5 Jul 2006 02:07:20 +0000 (02:07 +0000)]
Added a fix for the hover mouseover/mouseout problem.
John Resig [Wed, 5 Jul 2006 02:03:38 +0000 (02:03 +0000)]
Fixed the stupid parent() bug.
John Resig [Wed, 5 Jul 2006 02:01:24 +0000 (02:01 +0000)]
Fixed the issue with .text() returning incorrect results.
John Resig [Wed, 5 Jul 2006 01:48:00 +0000 (01:48 +0000)]
Fixed the document.ready addEventListener issue.
John Resig [Wed, 5 Jul 2006 01:42:12 +0000 (01:42 +0000)]
Added a possible fix for document.ready on https: sites, in IE.
John Resig [Tue, 4 Jul 2006 04:37:09 +0000 (04:37 +0000)]
Fixed a bug with $.map() and undefined values.
John Resig [Tue, 4 Jul 2006 02:19:41 +0000 (02:19 +0000)]
Added a fix for IE for binding events onto IFrame content.
John Resig [Tue, 4 Jul 2006 01:23:46 +0000 (01:23 +0000)]
Forgot to check for the non-existance of a complete function.
John Resig [Tue, 4 Jul 2006 01:23:18 +0000 (01:23 +0000)]
Help to squelch unnecessary Mozilla exceptions.
John Resig [Tue, 4 Jul 2006 00:42:57 +0000 (00:42 +0000)]
Added in a couple AJAX fixes for status and content-type.
John Resig [Mon, 3 Jul 2006 22:31:37 +0000 (22:31 +0000)]
Made a bunch of changes to the way that the $() compatability code is handled.
Michael Geary [Sun, 2 Jul 2006 02:11:37 +0000 (02:11 +0000)]
Fix jQuery.httpData to allow forcing of text data
John Resig [Sat, 1 Jul 2006 14:05:50 +0000 (14:05 +0000)]
Getting ready for 1.0a.
Gilles van den Hoven [Tue, 27 Jun 2006 21:36:45 +0000 (21:36 +0000)]
Bah i need some sleep...
Gilles van den Hoven [Tue, 27 Jun 2006 21:26:25 +0000 (21:26 +0000)]
bah, forgot to test it, this is the fix
Gilles van den Hoven [Tue, 27 Jun 2006 20:56:51 +0000 (20:56 +0000)]
fix for $.fn.serialize bug (see mailinglist)
Gilles van den Hoven [Sat, 24 Jun 2006 14:10:12 +0000 (14:10 +0000)]
see mailnglist
John Resig [Fri, 23 Jun 2006 14:11:39 +0000 (14:11 +0000)]
Forgot to change $.apply() to fn.apply().
John Resig [Thu, 22 Jun 2006 22:25:03 +0000 (22:25 +0000)]
Made some tweaks to the different AJAX callbacks.
John Resig [Thu, 22 Jun 2006 21:37:18 +0000 (21:37 +0000)]
Added in both of Franck's suggested fixes jQuery.class and "foo" + "bar".split(",").
John Resig [Thu, 22 Jun 2006 20:14:41 +0000 (20:14 +0000)]
Updated global namespaces.
John Resig [Thu, 22 Jun 2006 13:25:21 +0000 (13:25 +0000)]
Organized the event functions.
John Resig [Thu, 22 Jun 2006 05:26:26 +0000 (05:26 +0000)]
Happy 100th commit, jQuery!
John Resig [Thu, 22 Jun 2006 05:23:38 +0000 (05:23 +0000)]
Massive update, bugs, filesize, new features - getting ready for 1.0.
John Resig [Thu, 22 Jun 2006 03:03:44 +0000 (03:03 +0000)]
Did a lot of work on the form plugin. Re-worked the function names, documentation, fixed some bugs - generally made things much more explicit and easier to understand.
Gilles van den Hoven [Wed, 21 Jun 2006 10:08:57 +0000 (10:08 +0000)]
updated the builders with form.js
Gilles van den Hoven [Wed, 21 Jun 2006 10:08:13 +0000 (10:08 +0000)]
added the form functions from my latest complete version (rev 81)
John Resig [Tue, 20 Jun 2006 15:42:10 +0000 (15:42 +0000)]
There was an issue with my table/tbody detection.
John Resig [Mon, 19 Jun 2006 01:29:54 +0000 (01:29 +0000)]
The AJAX plugin is now fully documented, along with some bug fixes and new features.
John Resig [Mon, 19 Jun 2006 00:12:14 +0000 (00:12 +0000)]
I've cleaned up and documented the events plugin, it's close to being ready for 1.0.
John Resig [Sun, 18 Jun 2006 23:34:09 +0000 (23:34 +0000)]
Started the form plugin, moving stuff from AJAX over to it.
John Resig [Sun, 18 Jun 2006 01:50:12 +0000 (01:50 +0000)]
Fixed the double-firing IE bug. (Ticket #13)
John Resig [Sun, 18 Jun 2006 01:42:41 +0000 (01:42 +0000)]
Improved the robustness of the response codes based upon what's in Dojo. (Ticket #14)
John Resig [Sun, 18 Jun 2006 01:29:53 +0000 (01:29 +0000)]
Operation "Remove JSLint Changes" has begun.
John Resig [Sun, 18 Jun 2006 01:23:08 +0000 (01:23 +0000)]
Changed border stuff to borderTopWidth (Ticket #9)
Gilles van den Hoven [Sat, 17 Jun 2006 09:10:45 +0000 (09:10 +0000)]
$.getCSS (see bug #11)
Stefan Petre [Fri, 16 Jun 2006 14:23:33 +0000 (14:23 +0000)]
Test commit.
John Resig [Fri, 16 Jun 2006 04:23:30 +0000 (04:23 +0000)]
DOMContentLoaded works in Opera 9b2+, so I have it firing for that now too - the means that there is a DOM Ready solution for every major browser! (Older version of Opera simply fallback to window.onload)
John Resig [Fri, 16 Jun 2006 02:43:04 +0000 (02:43 +0000)]
Added onSuccess and onError callbacks for the $.xml() function.
John Resig [Fri, 16 Jun 2006 02:25:10 +0000 (02:25 +0000)]
Fixed not being able to set the disabled value of an element using .attr(). Ticket #8
John Resig [Fri, 16 Jun 2006 02:18:04 +0000 (02:18 +0000)]
Fixed issues with @* and @foo selectors. Ticket #2
John Resig [Fri, 16 Jun 2006 02:01:39 +0000 (02:01 +0000)]
IE is now forced layout if it doesn't have it (such that opacity now works as expected). (Ticket #4).
John Resig [Fri, 16 Jun 2006 01:51:15 +0000 (01:51 +0000)]
Added Klaus' fix for accidental DOM node catches (Ticket #3).
John Resig [Fri, 16 Jun 2006 00:45:02 +0000 (00:45 +0000)]
You can now append and prepend into a table that doesn't have a tbody.
John Resig [Fri, 16 Jun 2006 00:33:55 +0000 (00:33 +0000)]
It's now possible to add <td>s and <th>s to a table, using only HTML.
John Resig [Fri, 16 Jun 2006 00:22:00 +0000 (00:22 +0000)]
Removed recent cssText addition, doesn't work as expected.
John Resig [Fri, 16 Jun 2006 00:19:47 +0000 (00:19 +0000)]
Added some of the fixes discussed over at Dean's blog, concerning DOM Ready.
John Resig [Fri, 16 Jun 2006 00:18:15 +0000 (00:18 +0000)]
Changed the window.location hack to be more specific (and documented).
John Resig [Fri, 16 Jun 2006 00:09:51 +0000 (00:09 +0000)]
$.css() now accounts for borders in addition to padding when calculating the height/width of an element.
John Resig [Fri, 16 Jun 2006 00:05:56 +0000 (00:05 +0000)]
Added checks for the box model.
John Resig [Fri, 16 Jun 2006 00:02:54 +0000 (00:02 +0000)]
Fake trigger events now get passed through $.event.fix() first, to give them an extra layer of authenticity.
Gilles van den Hoven [Thu, 15 Jun 2006 10:02:37 +0000 (10:02 +0000)]
changed ID selector code
John Resig [Thu, 15 Jun 2006 04:48:52 +0000 (04:48 +0000)]
FX Queueing added. Effects no longer mess up causing weird results.
John Resig [Thu, 15 Jun 2006 03:11:35 +0000 (03:11 +0000)]
Cleaned up the fx() function and fixed the height/width 'auto' bug.
John Resig [Thu, 15 Jun 2006 02:27:18 +0000 (02:27 +0000)]
Fixed height/width issues that happend due to the box model, in $.css().
John Resig [Wed, 14 Jun 2006 20:05:06 +0000 (20:05 +0000)]
Adding in the brand new, working, IE DOM Ready code. Plus I made it such that if you bind a ready() function after the DOM has loaded, it will fire the function instantly.
John Resig [Wed, 14 Jun 2006 17:31:09 +0000 (17:31 +0000)]
Reverted back a $.tag change.
John Resig [Tue, 13 Jun 2006 04:12:06 +0000 (04:12 +0000)]
Added in some revised DOM Ready code, I've removed all the kludgey stuff. I'd prefer to have predictable, slow, code that unpredictable fast code.
John Resig [Tue, 13 Jun 2006 04:09:56 +0000 (04:09 +0000)]
Added Mike Alsup's style/cssText fix and made a quick typeof change.
John Resig [Tue, 13 Jun 2006 02:20:15 +0000 (02:20 +0000)]
Fixed appending rows to a table.
John Resig [Sun, 11 Jun 2006 21:24:14 +0000 (21:24 +0000)]
Added UNIX build script.
John Resig [Sun, 11 Jun 2006 18:59:45 +0000 (18:59 +0000)]
I've completely resolved the known issues with document ready. I use the known DOM ready functions that Mozilla and IE provides. For Opera and Safari I fall back to the original hack, but ignore it, and fall back to window.onload, if there are scripts embedded in the DOM.
John Resig [Sun, 11 Jun 2006 18:27:31 +0000 (18:27 +0000)]
Fixed another bug with retreiving elements by ID.
John Resig [Sun, 11 Jun 2006 18:12:46 +0000 (18:12 +0000)]
Fixed an issue with #id expression parsing, an issue with formatting, and removed the try{} block from around event firings.