2009-12-10 |
Yehuda Katz | Fix up whitespace and a couple of glitches. |
tree | commitdiff |
2009-12-10 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
tree | commitdiff |
2009-12-10 |
John Resig | Make sure that the defaultView exists before attempting... |
tree | commitdiff |
2009-12-10 |
Yehuda Katz | Add function values to addClass, removeClass, toggleCla... |
tree | commitdiff |
2009-12-10 |
John Resig | Made sure that css('width') and height returned string... |
tree | commitdiff |
2009-12-10 |
John Resig | Work around a weird computed number issue in WebKit... |
tree | commitdiff |
2009-12-10 |
John Resig | Switched jQuery() to represent jQuery([]) instead of... |
tree | commitdiff |
2009-12-10 |
John Resig | Add a try/catch to handle the exception thrown by unloa... |
tree | commitdiff |
2009-12-09 |
John Resig | Clarified the use of jQuery.browser and enforced jQuery... |
tree | commitdiff |
2009-12-09 |
John Resig | Make sure that we don't try to trigger non-existant... |
tree | commitdiff |
2009-12-09 |
John Resig | Fixed problems with removing live events. Fixes #4894. |
tree | commitdiff |
2009-12-09 |
John Resig | We have to access the native event handlers/triggers... |
tree | commitdiff |
2009-12-09 |
John Resig | Make sure that document ready events, inside a document... |
tree | commitdiff |
2009-12-09 |
John Resig | Made .clone(true) also copy over element data. Fixes... |
tree | commitdiff |
2009-12-09 |
John Resig | Added support for .data(Object), overwriting the existi... |
tree | commitdiff |
2009-12-09 |
Yehuda Katz | Landing in jQuery.contains, jQuery.fn.contains, and... |
tree | commitdiff |
2009-12-09 |
John Resig | Make sure that an actual timeout is triggered (and... |
tree | commitdiff |
2009-12-09 |
John Resig | Added in jQuery.browser.firefox, deprecated jQuery... |
tree | commitdiff |
2009-12-09 |
David Petersen | Handle changing form attributes correctly when there... |
tree | commitdiff |
2009-12-09 |
Dave Methvin | Get browser version rather than rendering engine version. |
tree | commitdiff |
2009-12-08 |
John Resig | Make sure that events are cloned for wrap, fixes #2977. |
tree | commitdiff |
2009-12-08 |
John Resig | Removed uses of arguments.callee from jQuery. |
tree | commitdiff |
2009-12-08 |
John Resig | Moved .ready() to core.js from event.js. |
tree | commitdiff |
2009-12-07 |
John Resig | Fixed other nodeNode mistake, sigh. |
tree | commitdiff |
2009-12-07 |
John Resig | This is why you don't do commits when you're tired... |
tree | commitdiff |
2009-12-07 |
John Resig | support.js needs to come before event.js (also placed... |
tree | commitdiff |
2009-12-07 |
John Resig | Oops, missed a closing } from 7d36ccfa8eb018fcf349e1f74... |
tree | commitdiff |
2009-12-07 |
James Padolsey | Added support for per-property easing |
tree | commitdiff |
2009-12-07 |
John Resig | Added an extra function check to prevent crashes in... |
tree | commitdiff |
2009-12-07 |
John Resig | Make sure that expando properties aren't set on embed... |
tree | commitdiff |
2009-12-07 |
John Resig | Broke out the logic for the bubbling change/submit... |
tree | commitdiff |
2009-12-07 |
John Resig | Make sure that we're doing proper focus bubble testing... |
tree | commitdiff |
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 |
next |