Commit graph

  • 9f93c7b3b8 Removed another log statement; fixed add(Array) for IE (IE reports form.elements.nodeName == "FORM") Jörn Zaefferer 2007-01-23 14:46:19 +00:00
  • 926e80b902 Modified toggle() test to stop IE from browsing to another site, problem not solved Jörn Zaefferer 2007-01-23 11:10:02 +00:00
  • a30b3211e6 Removed log statement Jörn Zaefferer 2007-01-23 11:07:10 +00:00
  • c96b991493 Fixed not(jQuery) (need. more. tests.) Jörn Zaefferer 2007-01-23 10:32:41 +00:00
  • 2550b1ea6a Pushing out 1.1.1. 1.1.1 John Resig 2007-01-22 05:40:01 +00:00
  • 8fc9e06c46 Fixed an issue with child selectors that also have filters. John Resig 2007-01-22 05:33:28 +00:00
  • 8e105ef931 Added in jQuery.nodeName() to simplify checking nodeName constantly. John Resig 2007-01-22 05:27:54 +00:00
  • d2f9022a8e Refactored the trigger code a little bit. John Resig 2007-01-22 05:14:45 +00:00
  • 23220321d1 You had to have an event bound in order to trigger an event - which is not necessarily the case. John Resig 2007-01-22 05:00:02 +00:00
  • 31d65e9052 Fixed an issue with child selectors accidentally triggering filter mode. John Resig 2007-01-22 04:50:30 +00:00
  • c39d1a21c6 Fixed doing $.post() without any params. John Resig 2007-01-22 03:49:04 +00:00
  • 34c0bed54a Fixed this issue: $("<div>foo\nbar</div>"); John Resig 2007-01-22 03:25:00 +00:00
  • 6c072457ed Removed some extra code that ifFunction deprecated. John Resig 2007-01-22 02:53:30 +00:00
  • 6c72f188cd Triggered event handlers are only executed once now. John Resig 2007-01-22 02:41:23 +00:00
  • b81ea5f9ba Added new function-testing code that is completely cross-browser compatible. John Resig 2007-01-22 02:17:47 +00:00
  • e45dbf29f8 Quick code optimization in trigger. John Resig 2007-01-22 00:38:57 +00:00
  • 9141004442 Fixed some more nodeName inconsistencies. John Resig 2007-01-22 00:28:23 +00:00
  • ddb3004a47 Fixed an issue with child selectors and XML documents (nodeName isn't in all-caps, and it was assumed that it was). John Resig 2007-01-22 00:25:16 +00:00
  • 7b3ab69fcf Fixed issue with .add()ing individual elements - and with .add()ing form elements (since they report a .length. John Resig 2007-01-20 04:16:25 +00:00
  • 27c08b6544 Added a fix for an undefined param being passed to a load. John Resig 2007-01-20 04:04:02 +00:00
  • a87ecc44b6 Added a fix for $("#noexist").attr("id") breaking. John Resig 2007-01-20 03:58:57 +00:00
  • 32f688d303 Simplified check for XMLHttpRequest (saving a few bytes) and fixed load()-test Jörn Zaefferer 2007-01-17 14:17:09 +00:00
  • b98898d95b prop fix takes also "line-height" into account (see #812) Jörn Zaefferer 2007-01-17 13:37:51 +00:00
  • 756183f607 prop fix takes also "zoom" into account (see #803) Jörn Zaefferer 2007-01-17 13:33:17 +00:00
  • 3362ccf3dd Fix for #806 Jörn Zaefferer 2007-01-17 13:24:44 +00:00
  • 53e12752e0 Reverted optimization to jQuery function, fixing broken jQuery-as-context, added test (fix for #804) Jörn Zaefferer 2007-01-17 10:43:10 +00:00
  • 689739072f Fixed typoooo. Jörn Zaefferer 2007-01-17 10:29:19 +00:00
  • 2d32400e3c Improved docs for $.merge, clearly stating that the first argument is altered. Jörn Zaefferer 2007-01-17 10:03:31 +00:00
  • 8bd7a3544d Fix for #812 Jörn Zaefferer 2007-01-16 14:19:01 +00:00
  • 5ebd5f604a Fix bug #814. Mike Alsup 2007-01-16 11:38:33 +00:00
  • c8b7881c73 Enhanced attr(String, Function) to pass through index of current element Jörn Zaefferer 2007-01-16 09:18:21 +00:00
  • 8b51bfbd32 Fixed show/hide to return selected objects, not only those that are shown/hidden Jörn Zaefferer 2007-01-15 10:29:13 +00:00
  • 2aa67026eb Tagged version 1.1 of jQuery. 1.1 John Resig 2007-01-15 02:25:29 +00:00
  • 8ac2169dc0 Fixed two FF JS warnings Jörn Zaefferer 2007-01-14 22:51:55 +00:00
  • 677483ce44 Removed useless and misleading example Jörn Zaefferer 2007-01-14 22:37:33 +00:00
  • c6a893b680 Updated testsuite: To prevent crashes in Safari, each test waits for 250 milliseconds before running the next Jörn Zaefferer 2007-01-14 22:36:54 +00:00
  • cd2bc21981 2006 -> 2007. John Resig 2007-01-14 22:25:27 +00:00
  • 18f28ea7d4 Made a slight adjustment to $("expr") to make it faster. John Resig 2007-01-14 22:03:11 +00:00
  • 34355cd698 Converted a lot of for loops to use jQuery.each() instead. John Resig 2007-01-14 21:49:59 +00:00
  • 866187fff6 Fixed the issues with .text() working incorrectly. John Resig 2007-01-14 21:09:43 +00:00
  • 2591319660 Added back in the .load() fix. John Resig 2007-01-14 20:07:36 +00:00
  • 382a7ecd6d Merged in some wiki fixes into the main docs. John Resig 2007-01-14 19:49:58 +00:00
  • 729396e6cf Added a fix, and tests, for appending empty sets of elements/strings. John Resig 2007-01-14 19:30:40 +00:00
  • e50a2f6ca3 Added a fix for :nth-child(even/odd). John Resig 2007-01-14 17:54:54 +00:00
  • 375499c1f3 Added a fix for $("div").filter("*") never ending. John Resig 2007-01-14 17:45:49 +00:00
  • 2b82ffbbfa Fixed a few docs Jörn Zaefferer 2007-01-14 15:47:32 +00:00
  • 213118c81e Fix wrong type check in jQuery.prop Jörn Zaefferer 2007-01-14 13:48:41 +00:00
  • e1e631a044 Removed a bunch more bytes from the total file size. John Resig 2007-01-14 07:17:41 +00:00
  • ed5bda3020 Added in jQuery.isFunction(). John Resig 2007-01-14 06:22:20 +00:00
  • 2bd21fe3b3 Touched up the code a little bit, saving some bytes. John Resig 2007-01-14 06:02:56 +00:00
  • 8507faea6e Fixed an issue with animated .toggle() not working. John Resig 2007-01-13 22:38:11 +00:00
  • 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 +00:00
  • dfa1a0246f Added minor regexp optimization. John Resig 2007-01-12 07:32:15 +00:00
  • 39b0976e3e Removed unnecessary uses of typeof undefined. John Resig 2007-01-12 03:53:55 +00:00
  • 5b7f34d74b Fixed that stupid type once more Jörn Zaefferer 2007-01-11 19:32:18 +00:00
  • bfa79591b3 Added a fix for .append( Number ) John Resig 2007-01-11 18:44:53 +00:00
  • 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 +00:00
  • 6350e8a7e0 Added a fix for .html("") not working correctly. John Resig 2007-01-11 17:24:14 +00:00
  • 4b2028896d Fixed .not([]) not working properly. John Resig 2007-01-11 16:59:41 +00:00
  • fd30d7746d Fixed missing typo Jörn Zaefferer 2007-01-11 13:57:40 +00:00
  • d1390665b6 Going to 1.1b. 1.1b John Resig 2007-01-11 07:41:56 +00:00
  • 74c06be3ea Added a fix for $("object *") in IE7. John Resig 2007-01-11 07:31:40 +00:00
  • 9449591eef Fixed bug with .text(), it only returned the text for the first element. John Resig 2007-01-11 04:52:41 +00:00
  • 07aa989ce9 Fixed the Safari crashing bug. So much hate. John Resig 2007-01-11 03:57:19 +00:00
  • c690472135 Added a fix for <script>s getting executed twice when .load()ed. John Resig 2007-01-10 21:31:18 +00:00
  • bb35204326 Fixed docs for .clone(Boolean). John Resig 2007-01-10 21:19:20 +00:00
  • 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 +00:00
  • 7b439921c4 Removed support for //foo | //bar - please use "," instead. John Resig 2007-01-10 18:26:13 +00:00
  • 75b6bcdb42 Added support .css("left",30). Fixed up the multiFilter code. John Resig 2007-01-10 18:06:19 +00:00
  • 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 +00:00
  • ee0175c4b9 Added back in height and width - they now behave more appropriately. John Resig 2007-01-10 16:40:32 +00:00
  • 62303ad5ef .remove("...") removed too much. John Resig 2007-01-10 16:13:48 +00:00
  • 3d3237c1c0 We've decided against .set() and are moving back to .pushStack(). John Resig 2007-01-10 16:00:22 +00:00
  • 378bb9ded8 Fixed eval code (Thanks Fil) Jörn Zaefferer 2007-01-10 15:04:54 +00:00
  • 8ec860d637 Disable error reporting in PHP test files Jörn Zaefferer 2007-01-10 15:03:40 +00:00
  • 9b0aaeebea Fixed tests for gt/lt Jörn Zaefferer 2007-01-10 11:11:04 +00:00
  • 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 +00:00
  • 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 +00:00
  • a5f9108a21 Added tests for add() and fixed #770 Jörn Zaefferer 2007-01-10 09:37:22 +00:00
  • 84ecf3937b Fixed a bug with .append() and <td>/<tr>. John Resig 2007-01-10 07:00:02 +00:00
  • 6de5275687 More jQuery.speed() fixes. John Resig 2007-01-10 01:06:22 +00:00
  • a3806202ff Fixed a bug in jQuery.speed(), when there's no properties provided. John Resig 2007-01-10 00:46:10 +00:00
  • 2ad5faf3a1 typo Jörn Zaefferer 2007-01-09 21:21:01 +00:00
  • 028f9d859d Moved event object docs to wiki Jörn Zaefferer 2007-01-09 19:54:21 +00:00
  • 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 +00:00
  • 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 +00:00
  • 609dec9a78 Fixed .next() and .prev(). John Resig 2007-01-09 15:44:24 +00:00
  • 694becea38 Added test for next/prev Jörn Zaefferer 2007-01-09 15:27:00 +00:00
  • ea283bd131 Added test and fixed parents() Jörn Zaefferer 2007-01-09 15:19:40 +00:00
  • 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 +00:00
  • 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 +00:00
  • d97397d38e Touched up the changelog. John Resig 2007-01-08 06:08:37 +00:00
  • 8bcb016dfa We're actually at Version 1.1a right now. 1.1a John Resig 2007-01-08 04:51:39 +00:00
  • 32d81db90d Pruned a lot of extra code out and improved how .html() works. John Resig 2007-01-08 02:39:10 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 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 +00:00
  • 5acecf6e28 Implemented #756, making text(String) really useful Jörn Zaefferer 2007-01-07 23:59:13 +00:00
  • c78b1fb9a1 Updated changelog Jörn Zaefferer 2007-01-07 23:42:15 +00:00