2009-12-07 |
John Resig | Oops, missed a closing } from 7d36ccfa8eb018fcf349e1f74... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
James Padolsey | Added support for per-property easing |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Added an extra function check to prevent crashes in... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Make sure that expando properties aren't set on embed... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Broke out the logic for the bubbling change/submit... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Make sure that we're doing proper focus bubble testing... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Use the isXML function from Sizzle. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Use the getText utility function provided by Sizzle. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Added in support for injecting area elements into map... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Added in support for $.ajax jsonpCallback (allowing... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Adding in cross-browser onbeforeunload support. Fixes... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
commit | commitdiff | tree | snapshot |
2009-12-06 |
John Resig | Split the queue code out from data.js into a dedicated... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
John Resig | Renamed isObjectLiteral to isPlainObject (makes more... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Dave Methvin | Fix regexp for $.trim so it doesn't whack embedded... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Dave Methvin | Fix for #4011, crash when two text nodes are appended... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
jeresig | Make sure that animated show resets the display correct... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
lrbabe | Fix inverted 'orig' and 'fix' event in mouseenter/mouse... |
commit | commitdiff | tree | snapshot |
2009-12-06 |
Karl Swedberg | added semicolons to end of 2 statements (and fixed... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
jeresig | Adding in an extra check, per the comments in 25b0ba9f9... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
jeresig | Make sure that the previous element is removed from... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
jeresig | Made sure that css() in IE handles negative non-px... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
jeresig | Minor syntactical changes to :visible and :hidden. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
jeresig | Made sure that a null speed doesn't get passed around... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
John Resig | Make sure that width or height don't animate to a negat... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
John Resig | Retooled the native triggering code, simplifying it. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
John Resig | Allow the user to explicitly set a content-type header... |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Yehuda Katz | Fixes a bug I introduced |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Yehuda Katz | Added a test for bug 1095 for animations (animations... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
jeresig | Updating the source version to 1.4a2pre. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
jeresig | Tagging the 1.4a1 release. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
jeresig | Switched to using slice instead of join to get the... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Ben Alman | Landing Ben Alman's patch to add nextUntil, prevUntil... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
jeresig | Added in the .delay() method for delaying the execution... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Justin Meyer | Adding in support for bubbling submit and change events... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Minor syntax changes to the winnow function. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Use now() in support.js instead of getTime. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Tweaked a CSS test to handle differences in font-size... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Removed broken hidden/visible test. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Removing unnecessary parens from :hidden. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Re-arranged many of the selector tests, breaking them... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Just restore window.JSON in the getJSON test, don't... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Landed the rest of the liveHandler rewrite that takes... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Re-worked the closest no-duplicate-selector code again... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Prevent duplicate selectors from having to match in... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | No need to do the closest match if no selectors are... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
jeresig | Added in the new .closest(Array) method, will be used... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
jeresig | Extracted the logic for copying events from one jQuery... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
jeresig | Fixed logic error in html method - support.leadingWhite... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
jeresig | Removed debug statements from manipulation tests, was... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
jeresig | Make sure that a DOM node isn't getting passed through... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
jeresig | Added some isObjectLiteral tests. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Yehuda Katz | Adding a test that a new option can be selected with... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Yehuda Katz | Fix css("opacity") to not clobber other filters in... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Updated the Rakefile to use the correct init code. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Shortened the build messages in the Makefile and added... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Don't try to run the clone code if the directory alread... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Switched from using Git Submodules to just doing a... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Bringing Sizzle and QUnit up to date. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Don't do the update after the pull - forces the submodu... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Use .add() to merge two test groups together for .unwrap(). |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Changed the style attribute test to handle hex colors... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Made .show(null/undefined) and .hide(null/undefined... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Fixed a problem with animations with a duration of... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Simplified a selector in the .live() tests. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Tweaked the live test to be a bit simpler. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Fixed wrap test that was looking for comment values... |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Fixed bug with singleTag matching in core.js. |
commit | commitdiff | tree | snapshot |
2009-11-30 |
Yehuda Katz | Fixes $.trim for closes #4980 |
commit | commitdiff | tree | snapshot |
2009-11-30 |
jeresig | Ignore diff and patch files. |
commit | commitdiff | tree | snapshot |
2009-11-29 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
commit | commitdiff | tree | snapshot |
2009-11-29 |
jeresig | Adding a Rakefile to build jQuery core, for those that... |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Karl Swedberg | added missing semicolons |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Karl Swedberg | added missing radix parameter for parseInt() |
commit | commitdiff | tree | snapshot |
2009-11-27 |
Karl Swedberg | added curly braces around all if/else statements |
commit | commitdiff | tree | snapshot |
2009-11-27 |
jeresig | Force endlines to be just LF (any CRLF is auto-converte... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
John Resig | Disable the X-Requested-With header to avoid preflighti... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
John Resig | Fixed spacing on the modified Ajax code. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Mark Gibson | Fixing endlines. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Robert Katic | Re-adding zeros removed from slice calls in last commit. |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Robert Katic | Corrected RegExp to match event namespaces. Fixes ... |
commit | commitdiff | tree | snapshot |
2009-11-25 |
Robert Katic | Generic jQuery.merge and safer jQuery.makeArray(nodeList). |
commit | commitdiff | tree | snapshot |
2009-11-17 |
John Resig | Added support for .text() on text nodes. Fixes #5525. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
John Resig | Re-wrote context Ajax test to use an element instead... |
commit | commitdiff | tree | snapshot |
2009-11-17 |
John Resig | Re-adding the QUnit submodule file. |
commit | commitdiff | tree | snapshot |
2009-11-17 |
Andrea Giammarchi | Changed the === undefined ready event check to == null... |
commit | commitdiff | tree | snapshot |
2009-11-15 |
John Resig | Hide the .settings file in the gitignore. |
commit | commitdiff | tree | snapshot |
2009-11-15 |
Kim Dalsgaard | Ignoring src/selector.js (build) and Emacs backup files |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Scott Gonzalez | Added test for passing null to .show() |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Scott Gonzalez | Allowing falsy values to be passed as a speed for hide(). |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Scott Gonzalez | Allowing falsy values to be passed as a speed for show(). |
commit | commitdiff | tree | snapshot |
2009-11-13 |
Robert Katic | Corrected some minor errors made by me (rkatic) in... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Robert Katic | Forgotten to update the number of jQuery.extend related... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Robert Katic | Made jQuery.extend(true, ...) to extend recursively... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Robert Katic | Made isObjectLiteral to work correctly with custom... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
John Resig | Make sure that the submodules are pulling from the... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
lrbabe | Use array.indexOf if available (speeds up modern browse... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
John Resig | Added useMap and frameBorder IE support to attr. Fixes... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
John Resig | Added a check to make sure that a load request isn... |
commit | commitdiff | tree | snapshot |
next |