Commit graph

  • 4737936c0b Added overflow fix. John Resig 2006-07-16 20:57:18 +00:00
  • f4c67b7c5a Added some .css() fixes. John Resig 2006-07-16 20:10:37 +00:00
  • 57403c1be2 Changed how the new parser works and fixed a bug with :hidden/:visible. John Resig 2006-07-16 19:39:07 +00:00
  • 98bd178cb0 Made the parsing engine extensible. John Resig 2006-07-16 18:23:09 +00:00
  • f5f6cbc8c0 Fixed issues with oneEvent events. John Resig 2006-07-16 00:52:30 +00:00
  • 7d57c67749 Some more quick fixes. John Resig 2006-07-15 01:00:19 +00:00
  • b84acca057 Commented show, hide, toggle, addClass, removeClass, toggleClass, empty, bind, unbind, trigger Yehuda Katz 2006-07-14 03:05:52 +00:00
  • 3d334ad806 Added a fix for the context of events. John Resig 2006-07-13 19:53:04 +00:00
  • 8192bd8e91 Commented parent, ancestors, parents, next, prev, and siblings. Yehuda Katz 2006-07-13 04:37:06 +00:00
  • 470a807dea Yehuda Katz 2006-07-13 04:21:15 +00:00
  • a155231ffd Test Commit. John Resig 2006-07-13 04:05:08 +00:00
  • 9477c418db More bug fixes and added documentation - passes the test suite now. John Resig 2006-07-10 03:20:56 +00:00
  • df9c37ec85 Another massive commit - lots of changes, additions, removals - and more documentation. John Resig 2006-07-09 20:49:40 +00:00
  • 4ad5fcb4f7 First batch of doc/commenting additions. John Resig 2006-07-08 21:15:08 +00:00
  • e2c2a9392e Added document.ready shortcut to $(). John Resig 2006-07-07 00:31:27 +00:00
  • 414d059941 Fixed a bug where nothing was passed in to $(), it would bomb out. John Resig 2006-07-06 22:09:39 +00:00
  • 214007721c Fixed a bug with how pushStack was checking for arrays. John Resig 2006-07-06 20:48:38 +00:00
  • 586e36867b 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 2006-07-06 19:59:16 +00:00
  • 7f1c69041d Fixed a bug with space-less [@foo*=bar]. John Resig 2006-07-06 16:04:12 +00:00
  • 0a9c569839 Bug fix with how global event triggers are handled. John Resig 2006-07-06 14:50:56 +00:00
  • 64179692a0 Added in support for global event triggering. John Resig 2006-07-06 05:43:26 +00:00
  • b2d15586bd Added a bunch of improved support for DOM Element arrays - along with a new $.A( ... ) function. John Resig 2006-07-06 05:16:39 +00:00
  • 9b6df19cc4 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 2006-07-05 17:12:35 +00:00
  • 3811ac4b5c 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 2006-07-05 04:14:46 +00:00
  • f197c7469f .remove() is no longer destructive (so that appendTo can be used later). John Resig 2006-07-05 02:09:38 +00:00
  • fde7edc456 Added a fix for the hover mouseover/mouseout problem. John Resig 2006-07-05 02:07:20 +00:00
  • 32548da247 Fixed the stupid parent() bug. John Resig 2006-07-05 02:03:38 +00:00
  • f96c860bbd Fixed the issue with .text() returning incorrect results. John Resig 2006-07-05 02:01:24 +00:00
  • a208222f37 Fixed the document.ready addEventListener issue. John Resig 2006-07-05 01:48:00 +00:00
  • aaaa9eb2f3 Added a possible fix for document.ready on https: sites, in IE. John Resig 2006-07-05 01:42:12 +00:00
  • 4531ab1324 Fixed a bug with $.map() and undefined values. John Resig 2006-07-04 04:37:09 +00:00
  • 0027439156 Added a fix for IE for binding events onto IFrame content. John Resig 2006-07-04 02:19:41 +00:00
  • 8a97cd67ef Forgot to check for the non-existance of a complete function. John Resig 2006-07-04 01:23:46 +00:00
  • cef11df838 Help to squelch unnecessary Mozilla exceptions. John Resig 2006-07-04 01:23:18 +00:00
  • 1edf3a2be9 Added in a couple AJAX fixes for status and content-type. John Resig 2006-07-04 00:42:57 +00:00
  • abf3054667 Made a bunch of changes to the way that the $() compatability code is handled. John Resig 2006-07-03 22:31:37 +00:00
  • 05a4b784e8 Fix jQuery.httpData to allow forcing of text data Michael Geary 2006-07-02 02:11:37 +00:00
  • 73f55becc5 Getting ready for 1.0a. 1.0a John Resig 2006-07-01 14:05:50 +00:00
  • 6bf8667410 Bah i need some sleep... Gilles van den Hoven 2006-06-27 21:36:45 +00:00
  • b5a1e0c8a6 bah, forgot to test it, this is the fix Gilles van den Hoven 2006-06-27 21:26:25 +00:00
  • 55f08065a9 fix for $.fn.serialize bug (see mailinglist) Gilles van den Hoven 2006-06-27 20:56:51 +00:00
  • d25d393a33 see mailnglist Gilles van den Hoven 2006-06-24 14:10:12 +00:00
  • eced62567a Forgot to change $.apply() to fn.apply(). John Resig 2006-06-23 14:11:39 +00:00
  • 2d9979c73f Made some tweaks to the different AJAX callbacks. John Resig 2006-06-22 22:25:03 +00:00
  • 0fd3648d45 Added in both of Franck's suggested fixes jQuery.class and "foo" + "bar".split(","). John Resig 2006-06-22 21:37:18 +00:00
  • 6ae392a4e5 Updated global namespaces. John Resig 2006-06-22 20:14:41 +00:00
  • 3cc1ba05f3 Organized the event functions. John Resig 2006-06-22 13:25:21 +00:00
  • 07040f8d03 Happy 100th commit, jQuery! John Resig 2006-06-22 05:26:26 +00:00
  • c3c706d3f2 Massive update, bugs, filesize, new features - getting ready for 1.0. John Resig 2006-06-22 05:23:38 +00:00
  • ce6af8e889 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. John Resig 2006-06-22 03:03:44 +00:00
  • 5f8576d3a3 updated the builders with form.js Gilles van den Hoven 2006-06-21 10:08:57 +00:00
  • 897e829191 added the form functions from my latest complete version (rev 81) Gilles van den Hoven 2006-06-21 10:08:13 +00:00
  • 057381c70d There was an issue with my table/tbody detection. John Resig 2006-06-20 15:42:10 +00:00
  • 70cab836b0 The AJAX plugin is now fully documented, along with some bug fixes and new features. John Resig 2006-06-19 01:29:54 +00:00
  • 37c237af35 I've cleaned up and documented the events plugin, it's close to being ready for 1.0. John Resig 2006-06-19 00:12:14 +00:00
  • 7dd68a0811 Started the form plugin, moving stuff from AJAX over to it. John Resig 2006-06-18 23:34:09 +00:00
  • 5c7551e318 Fixed the double-firing IE bug. (Ticket #13) John Resig 2006-06-18 01:50:12 +00:00
  • c43e1e379d Improved the robustness of the response codes based upon what's in Dojo. (Ticket #14) John Resig 2006-06-18 01:42:41 +00:00
  • 8f52a2e0e9 Operation "Remove JSLint Changes" has begun. John Resig 2006-06-18 01:29:53 +00:00
  • d143f76973 Changed border stuff to borderTopWidth (Ticket #9) John Resig 2006-06-18 01:23:08 +00:00
  • d584a884b6 $.getCSS (see bug #11) Gilles van den Hoven 2006-06-17 09:10:45 +00:00
  • 8ad487f219 Test commit. Stefan Petre 2006-06-16 14:23:33 +00:00
  • 9b7bbc619b 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 2006-06-16 04:23:30 +00:00
  • 66bd98be22 Added onSuccess and onError callbacks for the $.xml() function. John Resig 2006-06-16 02:43:04 +00:00
  • 7ebe209b32 Fixed not being able to set the disabled value of an element using .attr(). Ticket #8 John Resig 2006-06-16 02:25:10 +00:00
  • 7eb6a25d5e Fixed issues with @* and @foo selectors. Ticket #2 John Resig 2006-06-16 02:18:04 +00:00
  • 4c572bdf56 IE is now forced layout if it doesn't have it (such that opacity now works as expected). (Ticket #4). John Resig 2006-06-16 02:01:39 +00:00
  • aabfccf371 Added Klaus' fix for accidental DOM node catches (Ticket #3). John Resig 2006-06-16 01:51:15 +00:00
  • 44590a5d84 You can now append and prepend into a table that doesn't have a tbody. John Resig 2006-06-16 00:45:02 +00:00
  • cb3eada739 It's now possible to add <td>s and <th>s to a table, using only HTML. John Resig 2006-06-16 00:33:55 +00:00
  • 894fc4b280 Removed recent cssText addition, doesn't work as expected. John Resig 2006-06-16 00:22:00 +00:00
  • 598fcca346 Added some of the fixes discussed over at Dean's blog, concerning DOM Ready. John Resig 2006-06-16 00:19:47 +00:00
  • 9e27d8d1b4 Changed the window.location hack to be more specific (and documented). John Resig 2006-06-16 00:18:15 +00:00
  • d9b1d3436a $.css() now accounts for borders in addition to padding when calculating the height/width of an element. John Resig 2006-06-16 00:09:51 +00:00
  • a70ab6564b Added checks for the box model. John Resig 2006-06-16 00:05:56 +00:00
  • 34dd8afb25 Fake trigger events now get passed through $.event.fix() first, to give them an extra layer of authenticity. John Resig 2006-06-16 00:02:54 +00:00
  • f9dbb9f73a changed ID selector code Gilles van den Hoven 2006-06-15 10:02:37 +00:00
  • 268c82a903 FX Queueing added. Effects no longer mess up causing weird results. John Resig 2006-06-15 04:48:52 +00:00
  • 807c75dadf Cleaned up the fx() function and fixed the height/width 'auto' bug. John Resig 2006-06-15 03:11:35 +00:00
  • dea1925049 Fixed height/width issues that happend due to the box model, in $.css(). John Resig 2006-06-15 02:27:18 +00:00
  • ba7ebaf70b 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 2006-06-14 20:05:06 +00:00
  • 25f5af1bcb Reverted back a $.tag change. John Resig 2006-06-14 17:31:09 +00:00
  • 55370e5710 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 2006-06-13 04:12:06 +00:00
  • 582075e965 Added Mike Alsup's style/cssText fix and made a quick typeof change. John Resig 2006-06-13 04:09:56 +00:00
  • 83c7532161 Fixed appending rows to a table. John Resig 2006-06-13 02:20:15 +00:00
  • 5139bfbec8 Added UNIX build script. John Resig 2006-06-11 21:24:14 +00:00
  • 08bb08fede 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 2006-06-11 18:59:45 +00:00
  • 4b6bcb235f Fixed another bug with retreiving elements by ID. John Resig 2006-06-11 18:27:31 +00:00
  • b5256caee6 Fixed an issue with #id expression parsing, an issue with formatting, and removed the try{} block from around event firings. John Resig 2006-06-11 18:12:46 +00:00
  • a457262ef5 Found the bug that was killing slideUp/slideDown. John Resig 2006-06-11 01:16:36 +00:00
  • b788be7cb9 Removing test file from previous commit Michael Geary 2006-06-10 19:05:14 +00:00
  • 79bc371da6 Test commit to see if it works from geary.jquery.com Michael Geary 2006-06-10 19:04:08 +00:00
  • 6596108635 changed $.execute back to eval() Gilles van den Hoven 2006-06-09 15:36:06 +00:00
  • 66f124a658 BAT file to build the jquery SVN into 1 file, for easy debugging. Gilles van den Hoven 2006-06-09 15:31:09 +00:00
  • 50cdc997b8 removed $.fn.changer by Marc's request and changed back the responseText in $.xml Gilles van den Hoven 2006-06-09 14:49:09 +00:00
  • 6656522705 Bugs fixxed: - I've renamed $.eval to $.execute (since $.$$exec is allready there?) - Commited sam's form function - Removed $.fn.formValues() - Removed $.fn.update() - Removed $.fn.serialize() Gilles van den Hoven 2006-06-08 17:31:57 +00:00
  • 69ae9aeab0 name == id bug, second attempt Gilles van den Hoven 2006-06-06 12:51:44 +00:00
  • 6e69be6687 Removed unnecessary instances of === or !==. John Resig 2006-06-05 16:19:03 +00:00
  • b52b19ac4a $.eval bug ==> added ==> || "" Gilles van den Hoven 2006-06-03 13:49:25 +00:00
  • 65b1081e9e little bug in $.fx.fadeTo Gilles van den Hoven 2006-06-03 12:48:19 +00:00