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 |
2006-12-29 |
John Resig | Added support for adding multiple classes simultaneously...
|
commit | commitdiff | tree |
2006-12-29 |
John Resig | Added in some changes to class handling and some docs...
|
commit | commitdiff | tree |
2006-12-23 |
John Resig | Fixed minor bug in jQuery.parse[1] expression.
|
commit | commitdiff | tree |
2006-12-23 |
John Resig | Removed .ancestors(), fixed the docs for .parent()...
|
commit | commitdiff | tree |
2006-12-23 |
John Resig | Added in some of the recent changes.
|
commit | commitdiff | tree |
2006-12-23 |
John Resig | Added in #690, the ability to remove an event handler...
|
commit | commitdiff | tree |
2006-12-23 |
John Resig | Added Yehuda's selector engine improvements (it's now...
|
commit | commitdiff | tree |
2006-12-23 |
John Resig | Lost a selected check.
|
commit | commitdiff | tree |
2006-12-23 |
John Resig | Added back in some of Joern's new .html() docs, and...
|
commit | commitdiff | tree |
2006-12-23 |
John Resig | Added back in Joern's changes - oops! Let me know if...
|
commit | commitdiff | tree |
2006-12-23 |
John Resig | Made significant changes to the expression engine....
|
commit | commitdiff | tree |
2006-12-13 |
John Resig | Releasing jQuery 1.0.4.
|
commit | commitdiff | tree |
2006-12-12 |
John Resig | Fixed an issue with .find(expr,Function) and a Safari...
|
commit | commitdiff | tree |
2006-11-07 |
John Resig | Fixed the issue with jQuery conflicting with windows...
|
commit | commitdiff | tree |
2006-10-28 |
John Resig | Updated the version to 1.0.3.
|
commit | commitdiff | tree |
2006-10-26 |
John Resig | Moved dimensions to the plugins area.
|
commit | commitdiff | tree |
2006-10-26 |
John Resig | Rolled back Joern's changes. They've been moved to...
|
commit | commitdiff | tree |
2006-10-26 |
John Resig | Moved jquery and plugins to a single trunk.
|
commit | commitdiff | tree |
2006-10-18 |
John Resig | Added fix for radio inputs becoming unchecked during...
|
commit | commitdiff | tree |
2006-10-15 |
John Resig | Guess that was important, after all. Helps IE to map...
|
commit | commitdiff | tree |
2006-10-15 |
John Resig | Added fix for jQuery.extend( Object, null || undefined...
|
commit | commitdiff | tree |
next |