2009-12-11 |
John Resig | Make sure that dynamically-created elements don't have... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Karl Swedberg | combined jQuery.bind() and jQuery.one() to make them... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Removed .attr(removeClass) and .attr(each) tests as... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Missed the case of bind in the new attr multi-setter. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Moved some methods around inbetween core.js and travers... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Made some minor formatting changes to the access function. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Made the licensing verbiage a little more explicit... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Adding .DS_Store to Git ignore. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Ignore html files living in the main directory (likely... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Make sure that the correct args are passed in to the... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Make sure that calling .width(num) or .height(num)... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Rewrote .merge() (faster and less obtuse now). Fixed... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Restrict the attr quick setters to only methods that... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Yehuda Katz | Fix up whitespace and a couple of glitches. |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Make sure that the defaultView exists before attempting... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
Yehuda Katz | Add function values to addClass, removeClass, toggleCla... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Made sure that css('width') and height returned string... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Work around a weird computed number issue in WebKit... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Switched jQuery() to represent jQuery([]) instead of... |
commit | commitdiff | tree | snapshot |
2009-12-10 |
John Resig | Add a try/catch to handle the exception thrown by unloa... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John Resig | Clarified the use of jQuery.browser and enforced jQuery... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John Resig | Make sure that we don't try to trigger non-existant... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John Resig | Fixed problems with removing live events. Fixes #4894. |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John Resig | We have to access the native event handlers/triggers... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John Resig | Make sure that document ready events, inside a document... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John Resig | Made .clone(true) also copy over element data. Fixes... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John Resig | Added support for .data(Object), overwriting the existi... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Yehuda Katz | Landing in jQuery.contains, jQuery.fn.contains, and... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John Resig | Make sure that an actual timeout is triggered (and... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
John Resig | Added in jQuery.browser.firefox, deprecated jQuery... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
David Petersen | Handle changing form attributes correctly when there... |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Dave Methvin | Get browser version rather than rendering engine version. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
jzaefferer | Further cleanups on ant build |
commit | commitdiff | tree | snapshot |
2009-12-08 |
unknown | Merge branch 'master' of github.com:jquery/jquery |
commit | commitdiff | tree | snapshot |
2009-12-08 |
unknown | Fixed ant build by cloning or pulling qunit and sizzle... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
unknown | Further cleanup on ant build: Revision is gone |
commit | commitdiff | tree | snapshot |
2009-12-08 |
unknown | Further cleanup on ant build |
commit | commitdiff | tree | snapshot |
2009-12-08 |
unknown | Further cleanup on ant build |
commit | commitdiff | tree | snapshot |
2009-12-08 |
unknown | Cleaning up build.xml in prepartion to get it running... |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John Resig | Make sure that events are cloned for wrap, fixes #2977. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John Resig | Fixed extra p in Rakefile. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John Resig | Removed uses of arguments.callee from jQuery. |
commit | commitdiff | tree | snapshot |
2009-12-08 |
John Resig | Moved .ready() to core.js from event.js. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Check Sizzle or jQuery. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Only run the visibility selectors if the filter exists. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | Fixed other nodeNode mistake, sigh. |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | This is why you don't do commits when you're tired... |
commit | commitdiff | tree | snapshot |
2009-12-07 |
John Resig | support.js needs to come before event.js (also placed... |
commit | commitdiff | tree | snapshot |
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 |
next |