2009-05-03 |
Ariel Flesler | jquery core: $() -> $(document) and $(undefined) -... |
blob | commitdiff |
2009-05-02 |
Brandon Aaron | index now works in reverse when passed a selector or... |
blob | commitdiff | diff to current |
2009-03-31 |
John Resig | Unified the formatting of core.js. === or !== are used... |
blob | commitdiff | diff to current |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
blob | commitdiff | diff to current |
2009-03-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
blob | commitdiff | diff to current |
2009-03-18 |
Brandon Aaron | fix for #4074, pass context to jQuery.clean for jQuery... |
blob | commitdiff | diff to current |
2009-03-17 |
Brandon Aaron | fix for #3688, setting type attribute on button causes... |
blob | commitdiff | diff to current |
2009-03-17 |
Brandon Aaron | using parseFloat for offset and position methods and... |
blob | commitdiff | diff to current |
2009-03-17 |
John Resig | Backed out commit [6260], was causing too many problems... |
blob | commitdiff | diff to current |
2009-03-05 |
Ariel Flesler | jquery core: Fixed a typo in a comment, closes #4294. |
blob | commitdiff | diff to current |
2009-02-28 |
John Resig | Simplified the structure of the .css() and .attr()... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Removed the need for the results set to have array... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Made some changes to how .find() works, inlined the... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Simplified the isXML function, no need to use recursion. |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Cut down on some more function calls for jQuery(..... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Reduced the number of function calls required for ... |
blob | commitdiff | diff to current |
2009-02-23 |
John Resig | Overhauled the .remove() and .empty() methods to be... |
blob | commitdiff | diff to current |
2009-02-20 |
John Resig | Made sure that .remove now uses multiFilter. Fixes... |
blob | commitdiff | diff to current |
2009-02-18 |
John Resig | Made it so that appendTo, etc. return the inserted... |
blob | commitdiff | diff to current |
2009-02-18 |
John Resig | A speedup for .remove() (which also speeds up .html... |
blob | commitdiff | diff to current |
2009-02-15 |
John Resig | Added some extra methods for making result set merging... |
blob | commitdiff | diff to current |
2009-02-14 |
John Resig | Added support for sorting in Safari - when querySelecto... |
blob | commitdiff | diff to current |
2009-02-14 |
John Resig | Duplication checks are now handled directly in Sizzle... |
blob | commitdiff | diff to current |
2009-02-13 |
John Resig | Added some significant speed-ups to height/width checks... |
blob | commitdiff | diff to current |
2009-02-09 |
John Resig | Fixed bubbling of live events (if an inner element... |
blob | commitdiff | diff to current |
2009-02-09 |
John Resig | Optimized the clean() code to no longer use .trim(... |
blob | commitdiff | diff to current |
2009-02-09 |
John Resig | Removed use of .trim() in globalEval, fixes #4036. |
blob | commitdiff | diff to current |
2009-02-09 |
John Resig | Reworked the .clone() function in IE. Fixes jQuery... |
blob | commitdiff | diff to current |
2009-01-20 |
John Resig | Made sure that .removeClass(null) doesn't throw an... |
blob | commitdiff | diff to current |
2009-01-20 |
John Resig | Re-worked the logic for where .selector and .context... |
blob | commitdiff | diff to current |
2009-01-19 |
John Resig | Brought the logic for handling isXMLDoc over from Sizzle. |
blob | commitdiff | diff to current |
2009-01-19 |
John Resig | Landing a fix for non-link anchor tabIndex (from scott... |
blob | commitdiff | diff to current |
2009-01-12 |
John Resig | Only try to wrap the element if it's not disconnected... |
blob | commitdiff | diff to current |
2009-01-12 |
John Resig | Fixed an issue with parentNode being accessed in attr... |
blob | commitdiff | diff to current |
2009-01-12 |
John Resig | Made a note about the push method. |
blob | commitdiff | diff to current |
2009-01-11 |
John Resig | Made the case specific of the type attribute. |
blob | commitdiff | diff to current |
2009-01-11 |
John Resig | Prevented non-script <script> blocks from executing... |
blob | commitdiff | diff to current |
2009-01-11 |
John Resig | Fixed boxModel support - is now computed with feature... |
blob | commitdiff | diff to current |
2009-01-10 |
John Resig | .closest() with positional selectors wasn't worked... |
blob | commitdiff | diff to current |
2009-01-10 |
John Resig | Fixed an issue with script nodes being removed incorrec... |
blob | commitdiff | diff to current |
2009-01-08 |
John Resig | Selector state wasn't being passed along on a cloned... |
blob | commitdiff | diff to current |
2009-01-07 |
Scott González | Fixed tabindex normalization so that elements that... |
blob | commitdiff | diff to current |
2009-01-07 |
John Resig | Landed a number of improvements to the selector engine... |
blob | commitdiff | diff to current |
2009-01-06 |
John Resig | Made the .unqiue() within .find() optional (speeds... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Switched back to the old style of running embedded... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Make sure that if no ownerDocument is available that... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Landed cross-browser support for tabIndex, by Scott... |
blob | commitdiff | diff to current |
2009-01-04 |
John Resig | Moved the copyright to the intro file, added a ! so... |
blob | commitdiff | diff to current |
2009-01-04 |
Ariel Flesler | jquery core: Misc file size optimizations. |
blob | commitdiff | diff to current |
2009-01-04 |
Ariel Flesler | jquery core: Allowing whitespaces within the [6026... |
blob | commitdiff | diff to current |
2009-01-04 |
John Resig | Moved from the old JSMin to using YUIMin for compressin... |
blob | commitdiff | diff to current |
2009-01-03 |
John Resig | Landed a proper fix for #3255 - which involves doing... |
blob | commitdiff | diff to current |
2009-01-03 |
John Resig | Hid an issue where Safari through an exception when... |
blob | commitdiff | diff to current |
2008-12-31 |
John Resig | Fixed an issue with .not("#foo, bar") not working corre... |
blob | commitdiff | diff to current |
2008-12-30 |
Ariel Flesler | jquery data: Closes #3539. Exposed jQuery.queue. Moved... |
blob | commitdiff | diff to current |
2008-12-27 |
Ariel Flesler | jquery core: Removed an orphaned line. Thanks mose. |
blob | commitdiff | diff to current |
2008-12-26 |
Ariel Flesler | jquery core: Fixed a global var leak introduced by... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3737. Fixed a possible null derefe... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery core: Closes #1681. jQuery.fn.toggleClass can... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3255. The div used in jQuery.clean... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3641. jQuery.merge stopped looping... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3666. Removed old code. |
blob | commitdiff | diff to current |
2008-12-22 |
John Resig | Added support for the new .closest() method (very usefu... |
blob | commitdiff | diff to current |
2008-12-21 |
John Resig | Added the new jQuery.support object and removed all... |
blob | commitdiff | diff to current |
2008-12-21 |
John Resig | Fixed an issue with domManip where the incorrect docume... |
blob | commitdiff | diff to current |
2008-12-20 |
John Resig | Landing the new Sizzle selector engine. There'll need... |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Fixed an issue with domManip where the incorrect clone... |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Fixed an issue with how .data() was expecting output... |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Switched to using DOM Fragments in domManip. |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Added selector path logging (creates a trail that plugi... |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Removing remaining strict-mode warnings. |
blob | commitdiff | diff to current |
2008-12-16 |
Ariel Flesler | testrunner: adding tests for $.fn.hasClass. |
blob | commitdiff | diff to current |
2008-11-29 |
John Resig | IE doesn't care for boolean checks of .createElement... |
blob | commitdiff | diff to current |
2008-11-17 |
John Resig | Standardized the type checks across core. isFunction... |
blob | commitdiff | diff to current |
2008-11-07 |
Paul Bakaus | core: height() method wasn't working reliably in Opera... |
blob | commitdiff | diff to current |
2008-10-29 |
Ariel Flesler | jquery core: closes #3541. Added isArray. |
blob | commitdiff | diff to current |
2008-10-29 |
Ariel Flesler | jquery core: forgot to remove a deprecated warning. |
blob | commitdiff | diff to current |
2008-10-29 |
Ariel Flesler | jquery core: improves #3248. Functions are supported... |
blob | commitdiff | diff to current |
2008-10-18 |
Ariel Flesler | jquery core: closes #3485. Fixing a memory leak on IE. |
blob | commitdiff | diff to current |
2008-08-14 |
Ariel Flesler | jquery core: fix for [5828]. Put 'function' instead... |
blob | commitdiff | diff to current |
2008-08-13 |
Ariel Flesler | jquery core: closes #3154. makeArray uses typeof instea... |
blob | commitdiff | diff to current |
2008-08-12 |
Ariel Flesler | jquery core: closes #3248, #3079, #3026, #3176, #3202... |
blob | commitdiff | diff to current |
2008-08-11 |
Ariel Flesler | jquery core: closes #3241. The 'length' property isn... |
blob | commitdiff | diff to current |
2008-08-10 |
Ariel Flesler | jquery core: small size optimizations for val(). |
blob | commitdiff | diff to current |
2008-07-23 |
Ariel Flesler | jquery core: closes #2652. val() supports option elemen... |
blob | commitdiff | diff to current |
2008-07-23 |
Ariel Flesler | jquery core: closes #2968. Simplified isFunction, dropp... |
blob | commitdiff | diff to current |
2008-07-23 |
Ariel Flesler | jquery core: closes #3179. Fallback browser version... |
blob | commitdiff | diff to current |
2008-07-15 |
Ariel Flesler | jquery core: closes #3159. remove() would unbind form... |
blob | commitdiff | diff to current |
2008-07-09 |
Ariel Flesler | jquery core: Closes #3033. Removed support for .. selec... |
blob | commitdiff | diff to current |
2008-06-30 |
Ariel Flesler | jquery core: closes #3102, #3051. $.fn.eq() accepts... |
blob | commitdiff | diff to current |
2008-06-24 |
Paul Bakaus | core: revertd last change, breaks width/height logic... |
blob | commitdiff | diff to current |
2008-06-24 |
Paul Bakaus | core: changed jQuery.css to num (uses curCSS) in the... |
blob | commitdiff | diff to current |
2008-06-17 |
Ariel Flesler | jquery core: closes #3053. clean() wasn't parsing 0... |
blob | commitdiff | diff to current |
2008-06-13 |
Ariel Flesler | jquery core: closes #3034. Ids with '-' weren't handled... |
blob | commitdiff | diff to current |
2008-05-27 |
Ariel Flesler | jquery core: adding rowSpan to jQuery.props. |
blob | commitdiff | diff to current |
2008-05-24 |
Ariel Flesler | jquery core: closes #2930. Normalizing attr() to return... |
blob | commitdiff | diff to current |
2008-05-24 |
Ariel Flesler | jquery core: casting numbers received by val() to string. |
blob | commitdiff | diff to current |
2008-05-23 |
Ariel Flesler | jquery core: saving some bytes and fixing indentation... |
blob | commitdiff | diff to current |
2008-05-16 |
Ariel Flesler | jquery core: Closes #2709, avoiding a bug on IE 6 when... |
blob | commitdiff | diff to current |
2008-05-16 |
Ariel Flesler | jquery core: saving some bytes in $.fn.val by using... |
blob | commitdiff | diff to current |
next |