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 |
2009-09-15 |
Brandon Aaron | data should not add expando unless actually adding... |
tree | commitdiff |
2009-09-15 |
John Resig | Missing a var on a for loop, caused a variable to be... |
tree | commitdiff |
2009-09-15 |
John Resig | Missing a var on a for loop, caused a variable to be... |
tree | commitdiff |
2009-09-15 |
Brandon Aaron | offset is now a setter |
tree | commitdiff |
2009-09-15 |
Jörn Zaefferer | fixed global variables introduced in for loop with... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery attributes: closes #5234. attr() supports jQuery... |
tree | commitdiff |
2009-09-15 |
John Resig | Adding some fixes for commit [6537]. If there's leading... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery ajax: addition for #2452. Wasn't working correct... |
tree | commitdiff |
2009-09-15 |
John Resig | Fix for SVN rev [6537]. Events weren't being unbound... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery ajax: closes #2452. get() and post() weren't... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery ajax: closes #4994. Adding 'context' setting... |
tree | commitdiff |
2009-09-15 |
Yehuda Katz | avoid creating a new data cache if we don't need one... |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery data: adding missing semicolons |
tree | commitdiff |
2009-09-15 |
Yehuda Katz | Make jQuery.winnow a local function |
tree | commitdiff |
2009-09-15 |
Ariel Flesler | jquery fx: closes #2542. show/hide(0, fn) wasn't callin... |
tree | commitdiff |
2009-09-14 |
John Resig | Another fix for [6537] - make sure that .innerHTML... |
tree | commitdiff |
2009-09-14 |
John Resig | Fixed a bug introduced in SVN rev [6537] that caused... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery event: misc removal |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery data: closes #5224. Exposing the expando. |
tree | commitdiff |
2009-09-14 |
John Resig | Added support for .before(), .after(), and .replaceWith... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery event: fixes #4989. blur and focus events now... |
tree | commitdiff |
2009-09-14 |
Brandon Aaron | fix for #5198, event memory leak limited to IE only... |
tree | commitdiff |
2009-09-14 |
Brandon Aaron | fix for #5017 |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery ajax: Misc rename |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery core: Fixed #5202. Fixing selector generation... |
tree | commitdiff |
2009-09-14 |
Ariel Flesler | jquery core: removing the body optimization, as it... |
tree | commitdiff |
2009-09-11 |
Ariel Flesler | jquery core: commenting the new access function. |
tree | commitdiff |
2009-09-09 |
Ariel Flesler | jquery core: Closes #5189. Added a generic function... |
tree | commitdiff |
2009-09-09 |
Ariel Flesler | jquery core: fixes 5187. getElementsByTagName optimizat... |
tree | commitdiff |
2009-09-09 |
Ariel Flesler | jquery core: closes #5186. getElementsByTagName optimiz... |
tree | commitdiff |
2009-09-09 |
John Resig | Added support for .eq(-N), .first(), and .last(). Fixes... |
tree | commitdiff |
2009-09-08 |
John Resig | Optimize jQuery() for the case $("TAG"). |
tree | commitdiff |
2009-09-08 |
John Resig | Use the native Array indexOf method if it exists, for... |
tree | commitdiff |
2009-09-08 |
John Resig | Removed jQuery.className.(has|remove|add) in favor... |
tree | commitdiff |
2009-09-07 |
John Resig | Broke the logic for .clean() wrap out into a separate... |
tree | commitdiff |
2009-09-07 |
John Resig | Split out the fragment-building code from domManip... |
tree | commitdiff |
2009-09-07 |
John Resig | Added an optimization for the case where $("body")... |
tree | commitdiff |
2009-09-02 |
Yehuda Katz | Adds nested param serialization; Closes #4201 (by merbjedi) |
tree | commitdiff |
2009-08-27 |
John Resig | Fixed a bug with the isXMLDoc test - also made sure... |
tree | commitdiff |
2009-08-27 |
John Resig | Tweaked the isXMLDoc iframe test case to test the docum... |
tree | commitdiff |
2009-08-26 |
John Resig | If the XHR object no longer exists assume that the... |
tree | commitdiff |
2009-08-10 |
John Resig | Moved exposing window.jQuery and window.$ to the end... |
tree | commitdiff |
2009-07-28 |
John Resig | Added support for .closest(filter, DOMElement). Fixes... |
tree | commitdiff |
2009-07-28 |
John Resig | Backing out commit #6507 - causes too many problems. |
tree | commitdiff |
2009-07-27 |
John Resig | Fix some missing braces in core.js. |
tree | commitdiff |
2009-07-27 |
John Resig | Added an improvement to quickExpr and some more tests... |
tree | commitdiff |
2009-07-27 |
John Resig | Make sure payload is sent for PUT requests. (Thanks... |
tree | commitdiff |
2009-07-27 |
John Resig | Shortened the isXMLDoc code, based upon recommendation... |
tree | commitdiff |
2009-07-27 |
John Resig | Added an extra documentElement check to isXMLDoc for... |
tree | commitdiff |
2009-07-25 |
John Resig | Implemented support for .context limited .closest(... |
tree | commitdiff |
2009-07-25 |
John Resig | Fix for animating hyphenated CSS properties. Fixes... |
tree | commitdiff |
2009-07-25 |
Brandon Aaron | Fix for #4972. Dreamweaver CS4 crashes on offset module... |
tree | commitdiff |
2009-07-25 |
Brandon Aaron | revision 6494 accidentally reverted some changes to... |
tree | commitdiff |
2009-07-24 |
Brandon Aaron | add scrollTop/Left tests and fix for IE |
tree | commitdiff |
2009-07-23 |
John Resig | Changed .get(-Number) to use .slice() instead of .toArr... |
tree | commitdiff |
2009-07-23 |
John Resig | Fix for incorrect options being selected (noticed same... |
tree | commitdiff |
2009-07-23 |
John Resig | Make sure that at least one argument is provided to... |
tree | commitdiff |
2009-07-22 |
John Resig | Optimizing isXMLDoc. |
tree | commitdiff |
2009-07-22 |
John Resig | Support dynamically loaded copies of jQuery using docum... |
tree | commitdiff |
2009-07-22 |
John Resig | Make sure that the script is removed only if it's actua... |
tree | commitdiff |
next |