Commit Graph

  • e1e631a044 Removed a bunch more bytes from the total file size. John Resig 2007-01-14 07:17:41 +0000
  • ed5bda3020 Added in jQuery.isFunction(). John Resig 2007-01-14 06:22:20 +0000
  • 2bd21fe3b3 Touched up the code a little bit, saving some bytes. John Resig 2007-01-14 06:02:56 +0000
  • 8507faea6e Fixed an issue with animated .toggle() not working. John Resig 2007-01-13 22:38:11 +0000
  • 79c58b8406 Added a fix for triggered events not being cancellable. (You couldn't return false to stop a .submit(), for example.) John Resig 2007-01-13 22:29:59 +0000
  • dfa1a0246f Added minor regexp optimization. John Resig 2007-01-12 07:32:15 +0000
  • 39b0976e3e Removed unnecessary uses of typeof undefined. John Resig 2007-01-12 03:53:55 +0000
  • 5b7f34d74b Fixed that stupid type once more Jörn Zaefferer 2007-01-11 19:32:18 +0000
  • bfa79591b3 Added a fix for .append( Number ) John Resig 2007-01-11 18:44:53 +0000
  • f368960479 API docs: Hacked multiple argument types like "Element|jQuery|String" representation into multiple elements, each with theier own tooltip Jörn Zaefferer 2007-01-11 18:40:34 +0000
  • 6350e8a7e0 Added a fix for .html("") not working correctly. John Resig 2007-01-11 17:24:14 +0000
  • 4b2028896d Fixed .not([]) not working properly. John Resig 2007-01-11 16:59:41 +0000
  • fd30d7746d Fixed missing typo Jörn Zaefferer 2007-01-11 13:57:40 +0000
  • d1390665b6 Going to 1.1b. 1.1b John Resig 2007-01-11 07:41:56 +0000
  • 74c06be3ea Added a fix for $("object *") in IE7. John Resig 2007-01-11 07:31:40 +0000
  • 9449591eef Fixed bug with .text(), it only returned the text for the first element. John Resig 2007-01-11 04:52:41 +0000
  • 07aa989ce9 Fixed the Safari crashing bug. So much hate. John Resig 2007-01-11 03:57:19 +0000
  • c690472135 Added a fix for <script>s getting executed twice when .load()ed. John Resig 2007-01-10 21:31:18 +0000
  • bb35204326 Fixed docs for .clone(Boolean). John Resig 2007-01-10 21:19:20 +0000
  • c6e6e72561 Modified ready to event to pass jQuery object, allowing users to avoid the ugly custom alias pattern, added examples to both ready(Function) and $(Function) Jörn Zaefferer 2007-01-10 18:46:41 +0000
  • 7b439921c4 Removed support for //foo | //bar - please use "," instead. John Resig 2007-01-10 18:26:13 +0000
  • 75b6bcdb42 Added support .css("left",30). Fixed up the multiFilter code. John Resig 2007-01-10 18:06:19 +0000
  • f2ff0db032 Lots of improvements. Added support for .not( jQuery("...") ) and support for multi filters: .filter("foo,bar") .parent("div, .class"), etc. John Resig 2007-01-10 17:54:42 +0000
  • ee0175c4b9 Added back in height and width - they now behave more appropriately. John Resig 2007-01-10 16:40:32 +0000
  • 62303ad5ef .remove("...") removed too much. John Resig 2007-01-10 16:13:48 +0000
  • 3d3237c1c0 We've decided against .set() and are moving back to .pushStack(). John Resig 2007-01-10 16:00:22 +0000
  • 378bb9ded8 Fixed eval code (Thanks Fil) Jörn Zaefferer 2007-01-10 15:04:54 +0000
  • 8ec860d637 Disable error reporting in PHP test files Jörn Zaefferer 2007-01-10 15:03:40 +0000
  • 9b0aaeebea Fixed tests for gt/lt Jörn Zaefferer 2007-01-10 11:11:04 +0000
  • 200319ea6b Added tests for almost everything in jquery/jquery.js; fixed some docs and removed the now useless docs for $(jQuery) Jörn Zaefferer 2007-01-10 11:08:54 +0000
  • caad7f814e Fixed add to also create HTML on-the-fly by using jQuery() instead of jQuery.find() Jörn Zaefferer 2007-01-10 09:53:18 +0000
  • a5f9108a21 Added tests for add() and fixed #770 Jörn Zaefferer 2007-01-10 09:37:22 +0000
  • 84ecf3937b Fixed a bug with .append() and <td>/<tr>. John Resig 2007-01-10 07:00:02 +0000
  • 6de5275687 More jQuery.speed() fixes. John Resig 2007-01-10 01:06:22 +0000
  • a3806202ff Fixed a bug in jQuery.speed(), when there's no properties provided. John Resig 2007-01-10 00:46:10 +0000
  • 2ad5faf3a1 typo Jörn Zaefferer 2007-01-09 21:21:01 +0000
  • 028f9d859d Moved event object docs to wiki Jörn Zaefferer 2007-01-09 19:54:21 +0000
  • 41cc839a2d Removed duplicated show/hide/toggle, added test for toggle(), started documentation of event properties/methods Jörn Zaefferer 2007-01-09 17:15:22 +0000
  • d3d7d7ebff Added tests for comma-separated expressions in filter, not, parent, parents, siblings, prev and next. Jörn Zaefferer 2007-01-09 16:14:22 +0000
  • 609dec9a78 Fixed .next() and .prev(). John Resig 2007-01-09 15:44:24 +0000
  • 694becea38 Added test for next/prev Jörn Zaefferer 2007-01-09 15:27:00 +0000
  • ea283bd131 Added test and fixed parents() Jörn Zaefferer 2007-01-09 15:19:40 +0000
  • aa424984f7 Added support for (basic) nested parens and (basic) nested brackets. You can now do: div:not(.foo[a:not(.even)]) or div[p[a.even]]. John Resig 2007-01-09 06:04:54 +0000
  • 76d6d445bb Added test for toggleClass, fixed jQuery.className.has to accept both node and className (#762) Jörn Zaefferer 2007-01-08 16:12:20 +0000
  • d97397d38e Touched up the changelog. John Resig 2007-01-08 06:08:37 +0000
  • 8bcb016dfa We're actually at Version 1.1a right now. 1.1a John Resig 2007-01-08 04:51:39 +0000
  • 32d81db90d Pruned a lot of extra code out and improved how .html() works. John Resig 2007-01-08 02:39:10 +0000
  • 789f0e1093 .text( String ) now works as you'd expect it to, plus it's much faster and smaller - which is good. John Resig 2007-01-08 01:26:48 +0000
  • d0e8a2452e Fixed a bug in the jQuery.prop() addition and fixed the test cases to represent the current set of features. John Resig 2007-01-08 01:17:28 +0000
  • b603ca03c4 I broke out the ${...} functionality into a separate plugin so that we can develop it further. I left a hook in jquery.js so that this can be done, plus I left in the function() functionality. John Resig 2007-01-08 01:12:21 +0000
  • 12e6335339 Fixed a bug with $("body") in dynamic documents, refactored $(...), stopped the test suite from trying to run Ajax tests locally. John Resig 2007-01-08 00:12:41 +0000
  • 5acecf6e28 Implemented #756, making text(String) really useful Jörn Zaefferer 2007-01-07 23:59:13 +0000
  • c78b1fb9a1 Updated changelog Jörn Zaefferer 2007-01-07 23:42:15 +0000
  • e057aeddcc Fix for #758 Jörn Zaefferer 2007-01-07 23:38:37 +0000
  • e50014d47e Fixed #753 in Opera and IE Jörn Zaefferer 2007-01-07 23:19:13 +0000
  • cb0250f1fa Implemented #753 Jörn Zaefferer 2007-01-07 23:01:49 +0000
  • e1e47cddd6 Added support for [@foo] against DOM object properties (not just attributes). John Resig 2007-01-07 22:51:41 +0000
  • 33662cd713 Fixed problem with $("div",$("body")) breaking (returning an array, of length one, containing undefined). John Resig 2007-01-07 22:29:15 +0000
  • 0798c6e64e Reorganized the different effects to be in fx.js, instead of jquery.js - and cleaned up some of the documentation. John Resig 2007-01-07 21:43:38 +0000
  • 386c0bc8a6 Updated param method to encode name as well as value (per spec: http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1) Mike Alsup 2007-01-07 20:56:17 +0000
  • a8f1d0ea4d Fixed up the easing documentation. John Resig 2007-01-07 19:56:29 +0000
  • 4451a83407 Test for #753 Jörn Zaefferer 2007-01-07 12:13:32 +0000
  • 46001b94f3 Fix for #754 Jörn Zaefferer 2007-01-07 11:15:31 +0000
  • 955fdb87a7 Fixed test for object/param selection (thanks Andrea) Jörn Zaefferer 2007-01-07 10:26:58 +0000
  • d7b73ea5c7 Improved the categories of a bunch of docs, upped the version to 1.1. John Resig 2007-01-07 09:20:19 +0000
  • f6205e054e Started cleaning up fx, made easing easier to use. John Resig 2007-01-07 00:28:31 +0000
  • 458d427c0e Fixed the docs for noConflict, fixed a bug with pager. John Resig 2007-01-06 22:34:12 +0000
  • ab0287681f Cleaned up some spacing and braces. John Resig 2007-01-06 06:18:02 +0000
  • c330527318 Converted instances of new function(){ ... } to use jQuery.each(...) instead. Also, removed unnecessary documentation for trigger functions (.mouseup()!?). John Resig 2007-01-06 05:31:47 +0000
  • e473f3a911 Removed all the extra helper macros for 1.1, and adjusted the test suite accordingly. John Resig 2007-01-06 05:09:11 +0000
  • 645570310b Removed easing formulas and placed them as a plugin under interface Stefan Petre 2007-01-05 22:00:48 +0000
  • 887b890fa6 fixed typo (easeout); added check if jQuery._$ even exists, added examples for usage of $.noConflict() Jörn Zaefferer 2007-01-05 09:14:15 +0000
  • 150262153b Changed the default easing function Stefan Petre 2007-01-05 06:40:38 +0000
  • 04b51d353a Added in the new .noConflict() function for resolving conflict between jQuery and other $ functions. John Resig 2007-01-04 18:48:48 +0000
  • 783f589fbf Changed transitions to easing. easing is now an object that can be extended to add new easing functions. Stefan Petre 2007-01-04 14:57:22 +0000
  • 5e497300aa Improved a lot of docs, adding description to examples, merging methods with optional arguments; Modified filter(Function) to set correct scope (this == element) instead of passing element as argument Jörn Zaefferer 2007-01-04 12:49:32 +0000
  • d1a4077fa8 Added transition effect Stefan Petre 2007-01-04 12:37:50 +0000
  • 2daf49296a Changed "Hash" to "Map" in docs Jörn Zaefferer 2007-01-04 10:03:34 +0000
  • df91317ab4 Merged the three unbind docs into one, added a few more (optional) hints; Use one() instead of bind() for unload Jörn Zaefferer 2007-01-04 09:47:42 +0000
  • e0c7e6aec4 Updated test for #750 Jörn Zaefferer 2007-01-03 20:48:40 +0000
  • 02483b4a59 Added assertions for #750 Jörn Zaefferer 2007-01-03 16:03:16 +0000
  • 865706d2fe ChangeLog is the more common name for this file. John Resig 2007-01-03 15:19:22 +0000
  • 3736ed011b Updated the list of whats changed. John Resig 2007-01-03 15:16:14 +0000
  • af9e5d45fc Added back the check for safari before checking target.nodeType, IE fails otherwise Jörn Zaefferer 2007-01-03 12:57:42 +0000
  • bb816b9c95 Messed around with API document: Improved layout, removed animation, added <Content> type Jörn Zaefferer 2007-01-02 19:05:00 +0000
  • ca438a718a Improved docs for append, prepend, before and after, merging the three pairs into one Jörn Zaefferer 2007-01-02 19:03:12 +0000
  • 4805a45c06 It's now possible to trigger default events like .click(), .submit(), .focus(), etc. Using the jQuery event trigger. John Resig 2007-01-02 17:34:56 +0000
  • 0ae7198b9e Cleaned up a bunch of the event code, removed .oneEvent() and .unEvent(). John Resig 2007-01-02 16:43:05 +0000
  • 07612d92da Completely removed pushStack - and all code related to .find(..., fn). The stack is, also, non-destructive and maintained nicely using references. John Resig 2007-01-02 16:42:31 +0000
  • ecf3351792 Fixed types for String|Number and added some more @see tags Jörn Zaefferer 2007-01-02 14:35:10 +0000
  • 651116df95 Improved docs for FX module, merging method descriptions and marking optional arguments Jörn Zaefferer 2007-01-02 14:32:26 +0000
  • 9c073265de added evalScripts test Mike Alsup 2007-01-02 12:39:13 +0000
  • 19b21ff10a remove test that belonged in ajaxTest.js Mike Alsup 2007-01-02 12:37:17 +0000
  • b1e1d5d0c7 Stefan Petre 2007-01-02 11:40:22 +0000
  • 407ba8308c update target of evalScripts test Mike Alsup 2007-01-01 17:29:31 +0000
  • 41f62e1364 Add test to show evalScripts/find problem. Mike Alsup 2007-01-01 17:21:46 +0000
  • ac78ad07c2 Add new test file Mike Alsup 2007-01-01 17:20:42 +0000
  • ee636689f4 Added note for IE's behaviour of stripping script tags when there are no chracters in front of it (see #746) Jörn Zaefferer 2007-01-01 15:26:24 +0000
  • 5a6029c9fe Added test and documentation for filter(Function) Jörn Zaefferer 2007-01-01 15:22:10 +0000
  • 79f9678bf5 typo, a bit formatting Jörn Zaefferer 2007-01-01 14:54:55 +0000