2007-03-16 |
John Resig | Added a test for bug #997.
|
commit | commitdiff | tree |
2007-03-16 |
John Resig | Added all the tests for isFunction, fixed bug #1026.
|
commit | commitdiff | tree |
2007-03-15 |
John Resig | Added an initial version of the new animation test...
|
commit | commitdiff | tree |
2007-03-15 |
John Resig | A pack of animation fixes for #24, #260, #744, #799...
|
commit | commitdiff | tree |
2007-03-01 |
John Resig | Fix for bug #962.
|
commit | commitdiff | tree |
2007-03-01 |
John Resig | Cleaned up how event removing was handled. All expandos...
|
commit | commitdiff | tree |
2007-02-28 |
John Resig | Disabled the test suite in Safari.
|
commit | commitdiff | tree |
2007-02-27 |
John Resig | We're now at version 1.1.2.
|
commit | commitdiff | tree |
2007-02-27 |
John Resig | Reverting my packer changes - need more testing.
|
commit | commitdiff | tree |
2007-02-25 |
John Resig | A small fix that makes the Packer compressor about...
|
commit | commitdiff | tree |
2007-02-25 |
John Resig | Updated the ChangeLog to be a standard wiki format...
|
commit | commitdiff | tree |
2007-02-22 |
John Resig | Added a test case for bug #986.
|
commit | commitdiff | tree |
2007-02-18 |
John Resig | Added a bunch of points to the 1.1.2 changelog.
|
commit | commitdiff | tree |
2007-02-18 |
John Resig | Fix for bug #959, maintaining a list of event handlers...
|
commit | commitdiff | tree |
2007-02-18 |
John Resig | Minor update to the year of the MIT License.
|
commit | commitdiff | tree |
2007-02-18 |
John Resig | Added a header for 1.2.
|
commit | commitdiff | tree |
2007-02-15 |
John Resig | Fixed a problem with the Makefile, fx wasn't being...
|
commit | commitdiff | tree |
2007-02-15 |
John Resig | Added support for making a minified version of jQuery.
|
commit | commitdiff | tree |
2007-02-13 |
John Resig | Fixed some bugs with building jQuery - it required...
|
commit | commitdiff | tree |
2007-02-04 |
John Resig | Fixed the ~ selector - it was selecting in the wrong...
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Pushing out 1.1.1.
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Fixed an issue with child selectors that also have...
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Added in jQuery.nodeName() to simplify checking nodeName...
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Refactored the trigger code a little bit.
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | You had to have an event bound in order to trigger...
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Fixed an issue with child selectors accidentally triggering...
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Fixed doing $.post() without any params.
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Fixed this issue: $("<div>foo\nbar</div>");
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Removed some extra code that ifFunction deprecated.
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Triggered event handlers are only executed once now.
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Added new function-testing code that is completely...
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Quick code optimization in trigger.
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Fixed some more nodeName inconsistencies.
|
commit | commitdiff | tree |
2007-01-22 |
John Resig | Fixed an issue with child selectors and XML documents...
|
commit | commitdiff | tree |
2007-01-20 |
John Resig | Fixed issue with .add()ing individual elements - and...
|
commit | commitdiff | tree |
2007-01-20 |
John Resig | Added a fix for an undefined param being passed to...
|
commit | commitdiff | tree |
2007-01-20 |
John Resig | Added a fix for $("#noexist").attr("id") breaking.
|
commit | commitdiff | tree |
2007-01-15 |
John Resig | Tagged version 1.1 of jQuery.
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | 2006 -> 2007.
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Made a slight adjustment to $("expr") to make it faster.
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Converted a lot of for loops to use jQuery.each() instead.
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Fixed the issues with .text() working incorrectly.
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Added back in the .load() fix.
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Merged in some wiki fixes into the main docs.
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Added a fix, and tests, for appending empty sets of...
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Added a fix for :nth-child(even/odd).
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Added a fix for $("div").filter("*") never ending.
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Removed a bunch more bytes from the total file size.
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Added in jQuery.isFunction().
|
commit | commitdiff | tree |
2007-01-14 |
John Resig | Touched up the code a little bit, saving some bytes.
|
commit | commitdiff | tree |
2007-01-13 |
John Resig | Fixed an issue with animated .toggle() not working.
|
commit | commitdiff | tree |
2007-01-13 |
John Resig | Added a fix for triggered events not being cancellable...
|
commit | commitdiff | tree |
2007-01-12 |
John Resig | Added minor regexp optimization.
|
commit | commitdiff | tree |
2007-01-12 |
John Resig | Removed unnecessary uses of typeof undefined.
|
commit | commitdiff | tree |
2007-01-11 |
John Resig | Added a fix for .append( Number )
|
commit | commitdiff | tree |
2007-01-11 |
John Resig | Added a fix for .html("") not working correctly.
|
commit | commitdiff | tree |
2007-01-11 |
John Resig | Fixed .not([]) not working properly.
|
commit | commitdiff | tree |
2007-01-11 |
John Resig | Going to 1.1b.
|
commit | commitdiff | tree |
2007-01-11 |
John Resig | Added a fix for $("object *") in IE7.
|
commit | commitdiff | tree |
2007-01-11 |
John Resig | Fixed bug with .text(), it only returned the text for...
|
commit | commitdiff | tree |
2007-01-11 |
John Resig | Fixed the Safari crashing bug. So much hate.
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | Added a fix for <script>s getting executed twice when...
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | Fixed docs for .clone(Boolean).
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | Removed support for //foo | //bar - please use ","...
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | Added support .css("left",30). Fixed up the multiFilter...
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | Lots of improvements. Added support for .not( jQuery...
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | Added back in height and width - they now behave more...
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | .remove("...") removed too much.
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | We've decided against .set() and are moving back to...
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | Fixed a bug with .append() and <td>/<tr>.
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | More jQuery.speed() fixes.
|
commit | commitdiff | tree |
2007-01-10 |
John Resig | Fixed a bug in jQuery.speed(), when there's no properties...
|
commit | commitdiff | tree |
2007-01-09 |
John Resig | Fixed .next() and .prev().
|
commit | commitdiff | tree |
2007-01-09 |
John Resig | Added support for (basic) nested parens and (basic...
|
commit | commitdiff | tree |
2007-01-08 |
John Resig | Touched up the changelog.
|
commit | commitdiff | tree |
2007-01-08 |
John Resig | We're actually at Version 1.1a right now.
|
commit | commitdiff | tree |
2007-01-08 |
John Resig | Pruned a lot of extra code out and improved how .html...
|
commit | commitdiff | tree |
2007-01-08 |
John Resig | .text( String ) now works as you'd expect it to, plus...
|
commit | commitdiff | tree |
2007-01-08 |
John Resig | Fixed a bug in the jQuery.prop() addition and fixed...
|
commit | commitdiff | tree |
2007-01-08 |
John Resig | I broke out the ${...} functionality into a separate...
|
commit | commitdiff | tree |
2007-01-08 |
John Resig | Fixed a bug with $("body") in dynamic documents, refactored...
|
commit | commitdiff | tree |
2007-01-07 |
John Resig | Added support for [@foo] against DOM object properties...
|
commit | commitdiff | tree |
2007-01-07 |
John Resig | Fixed problem with $("div",$("body")) breaking (returning...
|
commit | commitdiff | tree |
2007-01-07 |
John Resig | Reorganized the different effects to be in fx.js, instead...
|
commit | commitdiff | tree |
2007-01-07 |
John Resig | Fixed up the easing documentation.
|
commit | commitdiff | tree |
2007-01-07 |
John Resig | Improved the categories of a bunch of docs, upped the...
|
commit | commitdiff | tree |
2007-01-07 |
John Resig | Started cleaning up fx, made easing easier to use.
|
commit | commitdiff | tree |
2007-01-06 |
John Resig | Fixed the docs for noConflict, fixed a bug with pager.
|
commit | commitdiff | tree |
2007-01-06 |
John Resig | Cleaned up some spacing and braces.
|
commit | commitdiff | tree |
2007-01-06 |
John Resig | Converted instances of new function(){ ... } to use...
|
commit | commitdiff | tree |
2007-01-06 |
John Resig | Removed all the extra helper macros for 1.1, and adjusted...
|
commit | commitdiff | tree |
2007-01-04 |
John Resig | Added in the new .noConflict() function for resolving...
|
commit | commitdiff | tree |
2007-01-03 |
John Resig | ChangeLog is the more common name for this file.
|
commit | commitdiff | tree |
2007-01-03 |
John Resig | Updated the list of whats changed.
|
commit | commitdiff | tree |
2007-01-02 |
John Resig | It's now possible to trigger default events like .click...
|
commit | commitdiff | tree |
2007-01-02 |
John Resig | Cleaned up a bunch of the event code, removed .oneEvent...
|
commit | commitdiff | tree |
2007-01-02 |
John Resig | Completely removed pushStack - and all code related...
|
commit | commitdiff | tree |
2006-12-31 |
John Resig | Moved all the expressions tests over into selector...
|
commit | commitdiff | tree |
2006-12-31 |
John Resig | Moved the bulk of the selector code out into a separate...
|
commit | commitdiff | tree |
2006-12-31 |
John Resig | Moved all the relevant event-related code into the...
|
commit | commitdiff | tree |
next |