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 |
2006-10-15 |
John Resig | Fixed all warnings generated when javascript.options...
|
commit | commitdiff | tree |
2006-10-12 |
John Resig | Added code to short-circuit a .each() loop.
|
commit | commitdiff | tree |
2006-10-12 |
John Resig | Fixed some issues with IE and XML structures.
|
commit | commitdiff | tree |
2006-10-10 |
John Resig | Fixed a bunch of endline issues.
|
commit | commitdiff | tree |
2006-10-10 |
John Resig | The jQuery version is now reported in the docs.
|
commit | commitdiff | tree |
2006-10-10 |
John Resig | Now have accurate version information built into jquery...
|
commit | commitdiff | tree |
2006-10-03 |
John Resig | css('display') works slightly differently in Safari...
|
commit | commitdiff | tree |
2006-10-03 |
John Resig | Fixed minor bug with Safari and the test suite.
|
commit | commitdiff | tree |
2006-10-03 |
John Resig | Fixed test suite bug with Opera with the .attr('action...
|
commit | commitdiff | tree |
2006-10-03 |
John Resig | Added .filter("expr",ifCallback,elseCallback) (works...
|
commit | commitdiff | tree |
2006-09-16 |
John Resig | Added .htaccess file for docs directory.
|
commit | commitdiff | tree |
2006-09-16 |
John Resig | Weird, I never committed the docs for mouseover.
|
commit | commitdiff | tree |
2006-09-14 |
John Resig | Fixed typo.
|
commit | commitdiff | tree |
2006-09-14 |
John Resig | Added quick fix for event triggering, while passing...
|
commit | commitdiff | tree |
2006-09-08 |
John Resig | Fixed issue with getAttribute not existing in IE.
|
commit | commitdiff | tree |
2006-09-08 |
John Resig | Minor documentation fixes.
|
commit | commitdiff | tree |
2006-09-08 |
John Resig | Touched up the docs and formatting.
|
commit | commitdiff | tree |
2006-09-08 |
John Resig | Added a couple new AJAX methods and finished documenting...
|
commit | commitdiff | tree |
2006-09-05 |
John Resig | Fixed bug with $.map() not showing in the docs.
|
commit | commitdiff | tree |
2006-09-05 |
John Resig | Made a bunch of fixes to the docs, per Sam's request...
|
commit | commitdiff | tree |
2006-09-02 |
John Resig | Added two quick semicolon fixes.
|
commit | commitdiff | tree |
2006-09-01 |
John Resig | Added style sheet for the category documentation.
|
commit | commitdiff | tree |
2006-09-01 |
John Resig | About half done documenting the AJAX module.
|
commit | commitdiff | tree |
2006-09-01 |
John Resig | Documented the slideToggle() and animate() functions.
|
commit | commitdiff | tree |
2006-09-01 |
John Resig | Documented some more functions.
|
commit | commitdiff | tree |
2006-09-01 |
John Resig | Lots of documentation overhaul - much more documented...
|
commit | commitdiff | tree |
2006-09-01 |
John Resig | Fixed two bugs with jQuery: One with height computation...
|
commit | commitdiff | tree |
2006-08-31 |
John Resig | Broke >, ~, +, etc - fixed.
|
commit | commitdiff | tree |
2006-08-31 |
John Resig | Oops, syntax error.
|
commit | commitdiff | tree |
2006-08-31 |
John Resig | Added native support for JSON data.
|
commit | commitdiff | tree |
2006-08-31 |
John Resig | Added support for the native AJAX object in IE 7.
|
commit | commitdiff | tree |
2006-08-31 |
John Resig | Added fix for stray <script> element that was left...
|
commit | commitdiff | tree |
2006-08-31 |
John Resig | Added fix for broken $("../..",foo).
|
commit | commitdiff | tree |
2006-08-31 |
John Resig | Fixed issue with .attr( "disabled", false ) not working...
|
commit | commitdiff | tree |
2006-08-31 |
John Resig | Fixed issue with opacity being set to only 0.9999 for...
|
commit | commitdiff | tree |
next |