Commit Graph

  • 07040f8d03 Happy 100th commit, jQuery! John Resig 2006-06-22 05:26:26 +0000
  • c3c706d3f2 Massive update, bugs, filesize, new features - getting ready for 1.0. John Resig 2006-06-22 05:23:38 +0000
  • 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 +0000
  • 5f8576d3a3 updated the builders with form.js Gilles van den Hoven 2006-06-21 10:08:57 +0000
  • 897e829191 added the form functions from my latest complete version (rev 81) Gilles van den Hoven 2006-06-21 10:08:13 +0000
  • 057381c70d There was an issue with my table/tbody detection. John Resig 2006-06-20 15:42:10 +0000
  • 70cab836b0 The AJAX plugin is now fully documented, along with some bug fixes and new features. John Resig 2006-06-19 01:29:54 +0000
  • 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 +0000
  • 7dd68a0811 Started the form plugin, moving stuff from AJAX over to it. John Resig 2006-06-18 23:34:09 +0000
  • 5c7551e318 Fixed the double-firing IE bug. (Ticket #13) John Resig 2006-06-18 01:50:12 +0000
  • c43e1e379d Improved the robustness of the response codes based upon what's in Dojo. (Ticket #14) John Resig 2006-06-18 01:42:41 +0000
  • 8f52a2e0e9 Operation "Remove JSLint Changes" has begun. John Resig 2006-06-18 01:29:53 +0000
  • d143f76973 Changed border stuff to borderTopWidth (Ticket #9) John Resig 2006-06-18 01:23:08 +0000
  • d584a884b6 $.getCSS (see bug #11) Gilles van den Hoven 2006-06-17 09:10:45 +0000
  • 8ad487f219 Test commit. Stefan Petre 2006-06-16 14:23:33 +0000
  • 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 +0000
  • 66bd98be22 Added onSuccess and onError callbacks for the $.xml() function. John Resig 2006-06-16 02:43:04 +0000
  • 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 +0000
  • 7eb6a25d5e Fixed issues with @* and @foo selectors. Ticket #2 John Resig 2006-06-16 02:18:04 +0000
  • 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 +0000
  • aabfccf371 Added Klaus' fix for accidental DOM node catches (Ticket #3). John Resig 2006-06-16 01:51:15 +0000
  • 44590a5d84 You can now append and prepend into a table that doesn't have a tbody. John Resig 2006-06-16 00:45:02 +0000
  • 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 +0000
  • 894fc4b280 Removed recent cssText addition, doesn't work as expected. John Resig 2006-06-16 00:22:00 +0000
  • 598fcca346 Added some of the fixes discussed over at Dean's blog, concerning DOM Ready. John Resig 2006-06-16 00:19:47 +0000
  • 9e27d8d1b4 Changed the window.location hack to be more specific (and documented). John Resig 2006-06-16 00:18:15 +0000
  • 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 +0000
  • a70ab6564b Added checks for the box model. John Resig 2006-06-16 00:05:56 +0000
  • 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 +0000
  • f9dbb9f73a changed ID selector code Gilles van den Hoven 2006-06-15 10:02:37 +0000
  • 268c82a903 FX Queueing added. Effects no longer mess up causing weird results. John Resig 2006-06-15 04:48:52 +0000
  • 807c75dadf Cleaned up the fx() function and fixed the height/width 'auto' bug. John Resig 2006-06-15 03:11:35 +0000
  • dea1925049 Fixed height/width issues that happend due to the box model, in $.css(). John Resig 2006-06-15 02:27:18 +0000
  • 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 +0000
  • 25f5af1bcb Reverted back a $.tag change. John Resig 2006-06-14 17:31:09 +0000
  • 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 +0000
  • 582075e965 Added Mike Alsup's style/cssText fix and made a quick typeof change. John Resig 2006-06-13 04:09:56 +0000
  • 83c7532161 Fixed appending rows to a table. John Resig 2006-06-13 02:20:15 +0000
  • 5139bfbec8 Added UNIX build script. John Resig 2006-06-11 21:24:14 +0000
  • 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 +0000
  • 4b6bcb235f Fixed another bug with retreiving elements by ID. John Resig 2006-06-11 18:27:31 +0000
  • 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 +0000
  • a457262ef5 Found the bug that was killing slideUp/slideDown. John Resig 2006-06-11 01:16:36 +0000
  • b788be7cb9 Removing test file from previous commit Michael Geary 2006-06-10 19:05:14 +0000
  • 79bc371da6 Test commit to see if it works from geary.jquery.com Michael Geary 2006-06-10 19:04:08 +0000
  • 6596108635 changed $.execute back to eval() Gilles van den Hoven 2006-06-09 15:36:06 +0000
  • 66f124a658 BAT file to build the jquery SVN into 1 file, for easy debugging. Gilles van den Hoven 2006-06-09 15:31:09 +0000
  • 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 +0000
  • 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 +0000
  • 69ae9aeab0 name == id bug, second attempt Gilles van den Hoven 2006-06-06 12:51:44 +0000
  • 6e69be6687 Removed unnecessary instances of === or !==. John Resig 2006-06-05 16:19:03 +0000
  • b52b19ac4a $.eval bug ==> added ==> || "" Gilles van den Hoven 2006-06-03 13:49:25 +0000
  • 65b1081e9e little bug in $.fx.fadeTo Gilles van den Hoven 2006-06-03 12:48:19 +0000
  • 330867ac2f Some errors in the formvalues() function Gilles van den Hoven 2006-06-02 14:27:25 +0000
  • 4a36d00466 Gilles van den Hoven 2006-06-01 16:40:37 +0000
  • 5ee555c9f0 see mailinglist Gilles van den Hoven 2006-05-31 16:29:43 +0000
  • d7856eb24b $.fn.formValues; Gets form values and creates a key=>value array of the found values. Gilles van den Hoven 2006-05-31 11:14:21 +0000
  • 497bfb7909 ----- fx.js ----- added: $.fn.fadeTo Also changed ' fx.Opacity ' function so $.fn.fadeTo works. For this i changed one line, and one parameter in $.fx.Opactity: "o.io = o.now = 1;" became: "o.io = o.now = (sv || o.cur());" Gilles van den Hoven 2006-05-27 10:18:18 +0000
  • d8bad24d34 Rewrote $.xml a bit, cause the loading message got stuck (didn't hide) after fast ajax calls Gilles van den Hoven 2006-05-20 09:46:41 +0000
  • 81fda970ff Made sure that $.event.handle() always has some form of an event object. John Resig 2006-05-17 18:48:23 +0000
  • c75701a015 Fixed bug with $.attr(), it was attempting to set attribute even if you're attempting to access a value. This was due to the !== null fix. John Resig 2006-05-17 18:46:51 +0000
  • 3386923dcc Fixed some bugs in the serialization code, it seems to work now. John Resig 2006-05-17 18:04:46 +0000
  • f1c8b3ffc0 Fixxed the form serialize function as seen on the mailing list. Gilles van den Hoven 2006-05-17 16:01:19 +0000
  • 956529c7be Added some final global variable tweaks - no more namespace leaking! John Resig 2006-05-17 03:55:50 +0000
  • 4986837802 Not only does it pass the default JSLint settings, it also no longer leaks *any* global variables! John Resig 2006-05-17 02:42:03 +0000
  • 2a6b0ee7c8 Fixed two quick bugs from the JSLint overhaul. John Resig 2006-05-16 22:32:15 +0000
  • d71a85001b jQuery is now JSLint (jslint.com) compatible, save for the eval stuff. Can't there b e legitamite uses for eval? John Resig 2006-05-16 22:15:05 +0000
  • 329d1a3bb2 forgot to remove the old serialize function Gilles van den Hoven 2006-05-16 16:21:20 +0000
  • 6e4f0ce05e Added my bugfixes and removed the triggerAjax and handleAjax functions since they are no longer needed afaik :) Gilles van den Hoven 2006-05-16 16:18:52 +0000
  • 5f62b671a3 Safari has problems with throw? Commented out for now... John Resig 2006-05-12 16:52:18 +0000
  • 4233896e9d Quick test. Gilles van den Hoven 2006-05-11 05:50:06 +0000
  • facb2324f9 Aieeeeee!! removeClass bug fixed. I'm so dumb. John Resig 2006-05-02 19:03:07 +0000
  • 0ababc8fea Updated licensing info. John Resig 2006-04-22 06:24:10 +0000
  • cd297dd9eb Extra spaces weren't being removed with removeClass - but I haven't found a good workaround yet. John Resig 2006-04-10 06:09:16 +0000
  • 904b1c337e Made it so that the height/width auto is only called when 'show' is executed. John Resig 2006-04-10 06:03:28 +0000
  • 40fdf0ad5c Started work on new attr plugin - will provide a ton of accessors for common styles and attributes. John Resig 2006-04-09 04:04:52 +0000
  • 4ab5a88bc4 $().css("foo") now returns the value of $.css("foo") instead of setting to null. John Resig 2006-04-09 04:03:36 +0000
  • 56992c6ad9 Added fix to stop height/width of auto from occurring when only opacity was being modified. John Resig 2006-04-08 06:34:04 +0000
  • fc26b57ace Added in handling for DOMContentLoaded for Mozilla and window.onload, just in case. John Resig 2006-04-08 06:28:40 +0000
  • e3828d1a48 Updated core code to mirror what's in the web version of latest. John Resig 2006-04-06 05:37:08 +0000
  • 648f08330b Added Ian Eure's (atomized.org) Drag and Drop code to the repository, for further testing. John Resig 2006-03-27 07:19:25 +0000
  • a027d25f83 Added Ian Eure's (atomized.org) Drag and Drop code to the repository, for further testing. John Resig 2006-03-27 07:19:23 +0000
  • 11e82e95b6 Added checks to triggerEvent for optional data and element verification. Uses $.apply() now, too. John Resig 2006-03-27 07:09:28 +0000
  • b9e0b6ff37 Added support for global AJAX callbacks and Form Serialization. John Resig 2006-03-27 07:08:32 +0000
  • c206df28db Fixed a bug with append and Prototype 1.5 (via Audun). John Resig 2006-03-23 22:29:02 +0000
  • f0034d64e3 Fixed more formatting/tab problems. John Resig 2006-03-23 21:13:20 +0000
  • 130b8a1c03 I've begun the long process of fixing the messed up tab/spaces. John Resig 2006-03-23 20:55:47 +0000
  • 193866de0a Added new parents, parent and siblings functions. Siblings function still needs some work. It would be nice to have an optional -or-self argument too. John Resig 2006-03-22 21:01:00 +0000
  • 37394df837 Added svn:keywords to jQuery core. John Resig 2006-03-22 19:52:26 +0000
  • aee5a0fe70 Added versioning info into the jQuery core. John Resig 2006-03-22 19:49:50 +0000
  • 6b6773fe39 And again for the core JS file. John Resig 2006-03-22 16:16:06 +0000
  • 12e2b5accb Renamed the jQuery Core to simply jquery. John Resig 2006-03-22 16:15:42 +0000
  • 20c9aafecf Nuked the browse directory - has been moved to web. John Resig 2006-03-22 16:08:59 +0000
  • 70d3099041 Added brief comment. John Resig 2006-03-22 03:36:03 +0000
  • 8a4a1edf04 Inital Import. John Resig 2006-03-22 03:33:07 +0000