2009-12-07 |
John Resig | Use the isXML function from Sizzle. |
tree | commitdiff |
2009-12-07 |
John Resig | Use the getText utility function provided by Sizzle. |
tree | commitdiff |
2009-12-07 |
John Resig | Added in support for injecting area elements into map... |
tree | commitdiff |
2009-12-07 |
John Resig | Added in support for $.ajax jsonpCallback (allowing... |
tree | commitdiff |
2009-12-07 |
John Resig | Adding in cross-browser onbeforeunload support. Fixes... |
tree | commitdiff |
2009-12-06 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
tree | commitdiff |
2009-12-06 |
John Resig | Split the queue code out from data.js into a dedicated... |
tree | commitdiff |
2009-12-06 |
John Resig | Renamed isObjectLiteral to isPlainObject (makes more... |
tree | commitdiff |
2009-12-06 |
Dave Methvin | Fix regexp for $.trim so it doesn't whack embedded... |
tree | commitdiff |
2009-12-06 |
Dave Methvin | Fix for #4011, crash when two text nodes are appended... |
tree | commitdiff |
2009-12-06 |
jeresig | Make sure that animated show resets the display correct... |
tree | commitdiff |
2009-12-06 |
lrbabe | Fix inverted 'orig' and 'fix' event in mouseenter/mouse... |
tree | commitdiff |
2009-12-06 |
Karl Swedberg | added semicolons to end of 2 statements (and fixed... |
tree | commitdiff |
2009-12-05 |
jeresig | Adding in an extra check, per the comments in 25b0ba9f9... |
tree | commitdiff |
2009-12-05 |
jeresig | Make sure that the previous element is removed from... |
tree | commitdiff |
2009-12-05 |
jeresig | Made sure that css() in IE handles negative non-px... |
tree | commitdiff |
2009-12-05 |
jeresig | Minor syntactical changes to :visible and :hidden. |
tree | commitdiff |
2009-12-05 |
jeresig | Made sure that a null speed doesn't get passed around... |
tree | commitdiff |
2009-12-05 |
John Resig | Make sure that width or height don't animate to a negat... |
tree | commitdiff |
2009-12-05 |
John Resig | Retooled the native triggering code, simplifying it. |
tree | commitdiff |
2009-12-05 |
John Resig | Allow the user to explicitly set a content-type header... |
tree | commitdiff |
2009-12-05 |
Yehuda Katz | Fixes a bug I introduced |
tree | commitdiff |
2009-12-04 |
jeresig | Switched to using slice instead of join to get the... |
tree | commitdiff |
2009-12-04 |
Ben Alman | Landing Ben Alman's patch to add nextUntil, prevUntil... |
tree | commitdiff |
2009-12-04 |
jeresig | Added in the .delay() method for delaying the execution... |
tree | commitdiff |
2009-12-04 |
Justin Meyer | Adding in support for bubbling submit and change events... |
tree | commitdiff |
2009-12-03 |
jeresig | Minor syntax changes to the winnow function. |
tree | commitdiff |
2009-12-03 |
jeresig | Use now() in support.js instead of getTime. |
tree | commitdiff |
2009-12-03 |
jeresig | Removing unnecessary parens from :hidden. |
tree | commitdiff |
2009-12-03 |
jeresig | Landed the rest of the liveHandler rewrite that takes... |
tree | commitdiff |
2009-12-03 |
jeresig | Re-worked the closest no-duplicate-selector code again... |
tree | commitdiff |
2009-12-03 |
jeresig | Prevent duplicate selectors from having to match in... |
tree | commitdiff |
2009-12-03 |
jeresig | No need to do the closest match if no selectors are... |
tree | commitdiff |
2009-12-03 |
jeresig | Added in the new .closest(Array) method, will be used... |
tree | commitdiff |
2009-12-02 |
jeresig | Extracted the logic for copying events from one jQuery... |
tree | commitdiff |
2009-12-02 |
jeresig | Fixed logic error in html method - support.leadingWhite... |
tree | commitdiff |
2009-12-02 |
jeresig | Make sure that a DOM node isn't getting passed through... |
tree | commitdiff |
2009-12-01 |
Yehuda Katz | Fix css("opacity") to not clobber other filters in... |
tree | commitdiff |
2009-11-30 |
jeresig | Switched from using Git Submodules to just doing a... |
tree | commitdiff |
2009-11-30 |
jeresig | Bringing Sizzle and QUnit up to date. |
tree | commitdiff |
2009-11-30 |
jeresig | Made .show(null/undefined) and .hide(null/undefined... |
tree | commitdiff |
2009-11-30 |
jeresig | Fixed a problem with animations with a duration of... |
tree | commitdiff |
2009-11-30 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2009-11-30 |
jeresig | Fixed bug with singleTag matching in core.js. |
tree | commitdiff |
2009-11-30 |
Yehuda Katz | Fixes $.trim for closes #4980 |
tree | commitdiff |
2009-11-27 |
Karl Swedberg | added missing semicolons |
tree | commitdiff |
2009-11-27 |
Karl Swedberg | added missing radix parameter for parseInt() |
tree | commitdiff |
2009-11-27 |
Karl Swedberg | added curly braces around all if/else statements |
tree | commitdiff |
2009-11-25 |
John Resig | Disable the X-Requested-With header to avoid preflighti... |
tree | commitdiff |
2009-11-25 |
John Resig | Fixed spacing on the modified Ajax code. |
tree | commitdiff |
2009-11-25 |
Mark Gibson | Fixing endlines. |
tree | commitdiff |
2009-11-25 |
Robert Katic | Re-adding zeros removed from slice calls in last commit. |
tree | commitdiff |
2009-11-25 |
Robert Katic | Corrected RegExp to match event namespaces. Fixes ... |
tree | commitdiff |
2009-11-25 |
Robert Katic | Generic jQuery.merge and safer jQuery.makeArray(nodeList). |
tree | commitdiff |
2009-11-17 |
John Resig | Added support for .text() on text nodes. Fixes #5525. |
tree | commitdiff |
2009-11-17 |
Andrea Giammarchi | Changed the === undefined ready event check to == null... |
tree | commitdiff |
2009-11-13 |
Scott Gonzalez | Allowing falsy values to be passed as a speed for hide(). |
tree | commitdiff |
2009-11-13 |
Scott Gonzalez | Allowing falsy values to be passed as a speed for show(). |
tree | commitdiff |
2009-11-12 |
Robert Katic | Made jQuery.extend(true, ...) to extend recursively... |
tree | commitdiff |
2009-11-12 |
Robert Katic | Made isObjectLiteral to work correctly with custom... |
tree | commitdiff |
2009-11-11 |
lrbabe | Use array.indexOf if available (speeds up modern browse... |
tree | commitdiff |
2009-11-11 |
John Resig | Added useMap and frameBorder IE support to attr. Fixes... |
tree | commitdiff |
2009-11-11 |
John Resig | Added a check to make sure that a load request isn... |
tree | commitdiff |
2009-11-11 |
John Resig | Pass in the XHR object as the third argument to the... |
tree | commitdiff |
2009-11-11 |
John Resig | Fixed the case where HTML that contained entities was... |
tree | commitdiff |
2009-11-11 |
John Resig | Landing tweak from 'haruka' that fixes non-pixel fontSi... |
tree | commitdiff |
2009-11-11 |
Rich Dougherty | Land Rich's fix for not using window.top to do frame... |
tree | commitdiff |
2009-11-11 |
John Resig | Made jQuery('<div/>') and jQuery('<div></div>') use... |
tree | commitdiff |
2009-11-11 |
John Resig | Opera 9.2 was interpreting .5 as 0.50, changing it... |
tree | commitdiff |
2009-11-11 |
John Resig | Removed the use of this.length++ as it makes it hard... |
tree | commitdiff |
2009-11-11 |
Mr Speaker | Making sure that you can bind multiple toggles to a... |
tree | commitdiff |
2009-11-11 |
John Resig | Renamed isObject to isObjectLiteral to be more specific. |
tree | commitdiff |
2009-11-09 |
John Resig | Require that, at least, document.body exists before... |
tree | commitdiff |
2009-11-09 |
John Resig | Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20... |
tree | commitdiff |
2009-11-09 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
tree | commitdiff |
2009-11-09 |
lrbabe | Making mouseenter and mouseleave work with .live(). |
tree | commitdiff |
2009-11-09 |
lrbabe | Cleanup bubbling focus and blur events |
tree | commitdiff |
2009-11-09 |
Robert Katić | Made the closest method evaluate the selector with... |
tree | commitdiff |
2009-11-09 |
rkatic | Added comments to isObject. |
tree | commitdiff |
2009-11-07 |
John Resig | Fixing spacing problems from rkatic's patches. |
tree | commitdiff |
2009-11-07 |
rkatic | Make liveHandler to use jQuery.lastCloser and speed... |
tree | commitdiff |
2009-11-07 |
rkatic | Store last closer value to jQuery.lastCloser instead... |
tree | commitdiff |
2009-11-07 |
John Resig | Made sure that animate callbacks get executed even... |
tree | commitdiff |
2009-11-07 |
John Resig | Make .add() take an optional context and - if a context... |
tree | commitdiff |
2009-11-07 |
John Resig | Comment nodes are discarded from a merge, for no appare... |
tree | commitdiff |
2009-11-07 |
John Resig | jQuery.ajax modified the passed-in object only to help... |
tree | commitdiff |
2009-11-07 |
John Resig | Make sure that document.body exists, at least, in IE... |
tree | commitdiff |
2009-11-07 |
John Resig | The complete event wasn't getting called on local file... |
tree | commitdiff |
2009-11-07 |
John Resig | Fixed the case where getComputedStyled was assumed... |
tree | commitdiff |
2009-10-27 |
visionmedia | Consistant splits using " " instead of "," |
tree | commitdiff |
2009-10-26 |
John Resig | Pull in the Sizzle library dynamically using a submodul... |
tree | commitdiff |
2009-10-26 |
John Resig | Moved a bunch of methods out of the jQuery-specific... |
tree | commitdiff |
2009-10-23 |
John Resig | Removed the revision info and fixed the date pull to... |
tree | commitdiff |
2009-10-12 |
John Resig | Fixed the cleaning method to support namespaced element... |
tree | commitdiff |
2009-10-08 |
John Resig | Fixed == change in ready. |
tree | commitdiff |
2009-09-25 |
John Resig | Adding in .unwrap() support, thanks to Ben Alman! Fixes... |
tree | commitdiff |
2009-09-25 |
John Resig | A follow-up to [6578] (which stopped adding expandos... |
tree | commitdiff |
2009-09-17 |
Yehuda Katz | Getting $.param working well; Patch by ben_alman |
tree | commitdiff |
2009-09-16 |
Yehuda Katz | Probably not the optimal solution, but tests pass. |
tree | commitdiff |
2009-09-16 |
Ariel Flesler | jquery event: closes #5250. bind(), unbind() and one... |
tree | commitdiff |
next |