2009-12-03 |
jeresig | No need to do the closest match if no selectors are...
|
commit | commitdiff | tree |
2009-12-03 |
jeresig | Added in the new .closest(Array) method, will be used...
|
commit | commitdiff | tree |
2009-12-02 |
jeresig | Extracted the logic for copying events from one jQuery...
|
commit | commitdiff | tree |
2009-12-02 |
jeresig | Fixed logic error in html method - support.leadingWhitespace...
|
commit | commitdiff | tree |
2009-12-02 |
jeresig | Removed debug statements from manipulation tests, was...
|
commit | commitdiff | tree |
2009-12-02 |
jeresig | Make sure that a DOM node isn't getting passed through...
|
commit | commitdiff | tree |
2009-12-02 |
jeresig | Added some isObjectLiteral tests.
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Updated the Rakefile to use the correct init code.
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Shortened the build messages in the Makefile and added...
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Don't try to run the clone code if the directory already...
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Switched from using Git Submodules to just doing a...
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Bringing Sizzle and QUnit up to date.
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Don't do the update after the pull - forces the submodules...
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Use .add() to merge two test groups together for .unwrap().
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Changed the style attribute test to handle hex colors...
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Made .show(null/undefined) and .hide(null/undefined...
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Fixed a problem with animations with a duration of...
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Simplified a selector in the .live() tests.
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Tweaked the live test to be a bit simpler.
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Fixed wrap test that was looking for comment values...
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Merge branch 'master' of github.com:jquery/jquery
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Fixed bug with singleTag matching in core.js.
|
commit | commitdiff | tree |
2009-11-30 |
jeresig | Ignore diff and patch files.
|
commit | commitdiff | tree |
2009-11-29 |
jeresig | Merge branch 'master' of github.com:jquery/jquery
|
commit | commitdiff | tree |
2009-11-29 |
jeresig | Adding a Rakefile to build jQuery core, for those that...
|
commit | commitdiff | tree |
2009-11-27 |
Karl Swedberg | added missing semicolons
|
commit | commitdiff | tree |
2009-11-27 |
Karl Swedberg | added missing radix parameter for parseInt()
|
commit | commitdiff | tree |
2009-11-27 |
Karl Swedberg | added curly braces around all if/else statements
|
commit | commitdiff | tree |
2009-11-27 |
jeresig | Force endlines to be just LF (any CRLF is auto-converted...
|
commit | commitdiff | tree |
2009-11-25 |
John Resig | Disable the X-Requested-With header to avoid preflighting...
|
commit | commitdiff | tree |
2009-11-25 |
John Resig | Fixed spacing on the modified Ajax code.
|
commit | commitdiff | tree |
2009-11-25 |
Mark Gibson | Fixing endlines.
|
commit | commitdiff | tree |
2009-11-25 |
Robert Katic | Re-adding zeros removed from slice calls in last commit.
|
commit | commitdiff | tree |
2009-11-25 |
Robert Katic | Corrected RegExp to match event namespaces. Fixes ...
|
commit | commitdiff | tree |
2009-11-25 |
Robert Katic | Generic jQuery.merge and safer jQuery.makeArray(nodeList).
|
commit | commitdiff | tree |
2009-11-17 |
John Resig | Added support for .text() on text nodes. Fixes #5525.
|
commit | commitdiff | tree |
2009-11-17 |
John Resig | Re-wrote context Ajax test to use an element instead...
|
commit | commitdiff | tree |
2009-11-17 |
John Resig | Re-adding the QUnit submodule file.
|
commit | commitdiff | tree |
2009-11-17 |
Andrea Giammarchi | Changed the === undefined ready event check to == null...
|
commit | commitdiff | tree |
2009-11-15 |
John Resig | Hide the .settings file in the gitignore.
|
commit | commitdiff | tree |
2009-11-15 |
Kim Dalsgaard | Ignoring src/selector.js (build) and Emacs backup files
|
commit | commitdiff | tree |
2009-11-13 |
Scott Gonzalez | Added test for passing null to .show()
|
commit | commitdiff | tree |
2009-11-13 |
Scott Gonzalez | Allowing falsy values to be passed as a speed for hide().
|
commit | commitdiff | tree |
2009-11-13 |
Scott Gonzalez | Allowing falsy values to be passed as a speed for show().
|
commit | commitdiff | tree |
2009-11-13 |
Robert Katic | Corrected some minor errors made by me (rkatic) in...
|
commit | commitdiff | tree |
2009-11-12 |
Robert Katic | Forgotten to update the number of jQuery.extend related...
|
commit | commitdiff | tree |
2009-11-12 |
Robert Katic | Made jQuery.extend(true, ...) to extend recursively...
|
commit | commitdiff | tree |
2009-11-12 |
Robert Katic | Made isObjectLiteral to work correctly with custom...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Make sure that the submodules are pulling from the...
|
commit | commitdiff | tree |
2009-11-11 |
lrbabe | Use array.indexOf if available (speeds up modern browsers...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Added useMap and frameBorder IE support to attr. Fixes...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Added a check to make sure that a load request isn...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Pass in the XHR object as the third argument to the...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Fixed the case where HTML that contained entities was...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Landing tweak from 'haruka' that fixes non-pixel fontSize...
|
commit | commitdiff | tree |
2009-11-11 |
Rich Dougherty | Land Rich's fix for not using window.top to do frame...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Made jQuery('<div/>') and jQuery('<div></div>') use...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Opera 9.2 was interpreting .5 as 0.50, changing it...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Removed the use of this.length++ as it makes it hard...
|
commit | commitdiff | tree |
2009-11-11 |
Damian Janowski | Add QUnit as a submodule.
|
commit | commitdiff | tree |
2009-11-11 |
Damian Janowski | Remove symlink to John Resig's filesystem.
|
commit | commitdiff | tree |
2009-11-11 |
Mr Speaker | Making sure that you can bind multiple toggles to a...
|
commit | commitdiff | tree |
2009-11-11 |
John Resig | Renamed isObject to isObjectLiteral to be more specific.
|
commit | commitdiff | tree |
2009-11-10 |
John Resig | Force the submodules to keep up to date.
|
commit | commitdiff | tree |
2009-11-09 |
John Resig | Require that, at least, document.body exists before...
|
commit | commitdiff | tree |
2009-11-09 |
John Resig | Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05...
|
commit | commitdiff | tree |
2009-11-09 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery
|
commit | commitdiff | tree |
2009-11-09 |
lrbabe | Making mouseenter and mouseleave work with .live().
|
commit | commitdiff | tree |
2009-11-09 |
lrbabe | Cleanup bubbling focus and blur events
|
commit | commitdiff | tree |
2009-11-09 |
Robert Katić | Made the closest method evaluate the selector with...
|
commit | commitdiff | tree |
2009-11-09 |
rkatic | Added a method to myKlass.
|
commit | commitdiff | tree |
2009-11-09 |
rkatic | Added comments to isObject.
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Fixing spacing problems from rkatic's patches.
|
commit | commitdiff | tree |
2009-11-07 |
rkatic | Make liveHandler to use jQuery.lastCloser and speed...
|
commit | commitdiff | tree |
2009-11-07 |
rkatic | Store last closer value to jQuery.lastCloser instead...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Made sure that animate callbacks get executed even...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Make .add() take an optional context and - if a context...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Comment nodes are discarded from a merge, for no apparent...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | jQuery.ajax modified the passed-in object only to help...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | A typechange for test/qunit.
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Make sure that document.body exists, at least, in IE...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | The complete event wasn't getting called on local file...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Fixed the case where getComputedStyled was assumed...
|
commit | commitdiff | tree |
2009-11-07 |
John Resig | Removing some of the SVN-specific stuff from the Ant...
|
commit | commitdiff | tree |
2009-11-03 |
Michael Bensoussan | changed the extension of the README from .markdown...
|
commit | commitdiff | tree |
2009-11-03 |
Michael Bensoussan | update the README title with a direct link
|
commit | commitdiff | tree |
2009-11-03 |
Michael Bensoussan | update the README for more readbility
|
commit | commitdiff | tree |
2009-11-03 |
Michael Bensoussan | from txt to markdown
|
commit | commitdiff | tree |
2009-10-27 |
visionmedia | Consistant splits using " " instead of ","
|
commit | commitdiff | tree |
2009-10-26 |
John Resig | Pull in the Sizzle library dynamically using a submodule...
|
commit | commitdiff | tree |
2009-10-26 |
John Resig | Moved a bunch of methods out of the jQuery-specific...
|
commit | commitdiff | tree |
2009-10-23 |
Jon Evans | fix sed statement used to extract the date
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Removed the revision info and fixed the date pull to...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Removing the old speed perf directory (the current...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Only need Java if you want to build a minified version...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Removed the 'lite' build option (no longer used) and...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Cleaned out the build directory - a lot of old files...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Removing some old text files.
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Added the submodule init/update to the Makefile for...
|
commit | commitdiff | tree |
2009-10-23 |
John Resig | Pull in QUnit using a submodule. In order to build...
|
commit | commitdiff | tree |
next |