2009-12-22 |
jeresig | Forgot to make sure that oldData actually had data...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Explicitly re-bind the events on clone. Copying over...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Add some extra tests to make sure we can get the value...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | The logic for specified option values was already handled...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Make sure that the correct value is being pulled from...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Make sure that the correct value is retreived for options...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Made sure that the .val() logic for setting radios...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Fixed the issue where getting an empty value was impossible...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Updated the README to reference the Closure Compiler...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8...
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Standardize on using double-quotes for string literals.
|
commit | commitdiff | tree |
2009-12-22 |
jeresig | Made a number of spacing changes to bring the code...
|
commit | commitdiff | tree |
2009-12-21 |
jeresig | Tweaked the syntax of withinElement a bit.
|
commit | commitdiff | tree |
2009-12-21 |
jeresig | Tweaked a couple cases where == was used instead of...
|
commit | commitdiff | tree |
2009-12-21 |
Alexander Farkas | Make sure that the beforeactivate event isn't accidentally...
|
commit | commitdiff | tree |
2009-12-21 |
Jörn Zaefferer | Stop trying to emulate the focus/blur event in IE,...
|
commit | commitdiff | tree |
2009-12-21 |
Alexander Farkas | Used the patch from Alexander as the basis for a rewrite...
|
commit | commitdiff | tree |
2009-12-21 |
jeresig | Make sure we use instead of in the delegate test.
|
commit | commitdiff | tree |
2009-12-21 |
jeresig | Moved logic for handling .animate({}), doesn't queue...
|
commit | commitdiff | tree |
2009-12-19 |
John Resig | Bringing Sizzle test suite changes back in.
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Make sure that we don't bind the onunload event in...
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Switched from using YUI Compressor to Google Compiler...
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | No need to use the conditional comment for binding...
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Updating the source version to 1.4b1pre.
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Tagging the 1.4a2 release.
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Updating the source version to 1.4b1pre.
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Tagging the 1.4a2 release.
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Move the test results list above the test HTML to avoid...
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | The constructor check for isPlainObject was redundant...
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Added additional checks for DOM nodes and window to...
|
commit | commitdiff | tree |
2009-12-19 |
jeresig | Temporarily disabling test for bug #4299.
|
commit | commitdiff | tree |
2009-12-18 |
jeresig | Fixed the spacing from the last commit.
|
commit | commitdiff | tree |
2009-12-18 |
jeresig | Disabled the passthrough .attr(method_name) functionality...
|
commit | commitdiff | tree |
2009-12-18 |
Robert Katic | Made isPlainObject() supporting null, undefined, and...
|
commit | commitdiff | tree |
2009-12-18 |
jeresig | Backing out the change from 841f9ff7a1815b521044aeeb39ccbe70...
|
commit | commitdiff | tree |
2009-12-18 |
jeresig | Brought the attributes module more inline with the...
|
commit | commitdiff | tree |
2009-12-18 |
jeresig | Bringing the effects module closer to being inline...
|
commit | commitdiff | tree |
2009-12-18 |
jeresig | Renamed the 'fx' module to 'effects'. Should've been...
|
commit | commitdiff | tree |
2009-12-18 |
jeresig | Removed jQuery.fn.contains - didn't match the :contains...
|
commit | commitdiff | tree |
2009-12-17 |
Dave Methvin | Ignore case of script tags to make sure they're removed...
|
commit | commitdiff | tree |
2009-12-17 |
Dave Methvin | Add new html5 input types to list of serializable types...
|
commit | commitdiff | tree |
2009-12-17 |
jeresig | Removed 'abbr' from self-closing tags list. Fixes ...
|
commit | commitdiff | tree |
2009-12-17 |
Dave Methvin | Default callbackContext to the $.extended ajax options...
|
commit | commitdiff | tree |
2009-12-17 |
Ben Alman | Reorganized param code slightly to once again define...
|
commit | commitdiff | tree |
2009-12-17 |
Ben Alman | Further modified jQuery 1.4 .param() method to serialize...
|
commit | commitdiff | tree |
2009-12-17 |
Karl Swedberg | added a couple missing semicolons and fixed a typo...
|
commit | commitdiff | tree |
2009-12-17 |
jeresig | Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a...
|
commit | commitdiff | tree |
2009-12-17 |
jeresig | Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacbafad8d...
|
commit | commitdiff | tree |
2009-12-17 |
jeresig | Reworked some more of the selector tests as well to...
|
commit | commitdiff | tree |
2009-12-17 |
jeresig | Added some more tests around the name tests to catch...
|
commit | commitdiff | tree |
2009-12-17 |
jeresig | Make sure that the node exists before attempting to...
|
commit | commitdiff | tree |
2009-12-17 |
jeresig | Stick with just getter/setters in attrFn.
|
commit | commitdiff | tree |
2009-12-17 |
jeresig | Moved readyList check.
|
commit | commitdiff | tree |
2009-12-16 |
jeresig | Make sure that some height/width is set for the nothiddendiv...
|
commit | commitdiff | tree |
2009-12-16 |
jeresig | Reverted accidental commit in 5197ac9fc8aa71c2ebc0d7217f41a3...
|
commit | commitdiff | tree |
2009-12-16 |
jeresig | Retooled the arguments.callee-related changes in 98ce35d52b1...
|
commit | commitdiff | tree |
2009-12-16 |
jeresig | No need to use jQuery's event system for binding the...
|
commit | commitdiff | tree |
2009-12-14 |
Batiste Bieler | Enforce that hasClass and removeClass work even with...
|
commit | commitdiff | tree |
2009-12-14 |
jeresig | Disable getting values using the .attr() function shortcut...
|
commit | commitdiff | tree |
2009-12-11 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery
|
commit | commitdiff | tree |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.
|
commit | commitdiff | tree |
2009-12-11 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery
|
commit | commitdiff | tree |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.
|
commit | commitdiff | tree |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f.
|
commit | commitdiff | tree |
2009-12-11 |
John Resig | Make sure that dynamically-created elements don't have...
|
commit | commitdiff | tree |
2009-12-10 |
Karl Swedberg | combined jQuery.bind() and jQuery.one() to make them...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Removed .attr(removeClass) and .attr(each) tests as...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Missed the case of bind in the new attr multi-setter.
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Moved some methods around inbetween core.js and traversing...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Made some minor formatting changes to the access function.
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Made the licensing verbiage a little more explicit...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Adding .DS_Store to Git ignore.
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Ignore html files living in the main directory (likely...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Make sure that the correct args are passed in to the...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Make sure that calling .width(num) or .height(num)...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Rewrote .merge() (faster and less obtuse now). Fixed...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Restrict the attr quick setters to only methods that...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Make sure that the defaultView exists before attempting...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Made sure that css('width') and height returned string...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Work around a weird computed number issue in WebKit...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Switched jQuery() to represent jQuery([]) instead of...
|
commit | commitdiff | tree |
2009-12-10 |
John Resig | Add a try/catch to handle the exception thrown by unloaded...
|
commit | commitdiff | tree |
2009-12-09 |
John Resig | Clarified the use of jQuery.browser and enforced jQuery...
|
commit | commitdiff | tree |
2009-12-09 |
John Resig | Make sure that we don't try to trigger non-existant...
|
commit | commitdiff | tree |
2009-12-09 |
John Resig | Fixed problems with removing live events. Fixes #4894.
|
commit | commitdiff | tree |
2009-12-09 |
John Resig | We have to access the native event handlers/triggers...
|
commit | commitdiff | tree |
2009-12-09 |
John Resig | Make sure that document ready events, inside a document...
|
commit | commitdiff | tree |
2009-12-09 |
John Resig | Made .clone(true) also copy over element data. Fixes...
|
commit | commitdiff | tree |
2009-12-09 |
John Resig | Added support for .data(Object), overwriting the existing...
|
commit | commitdiff | tree |
2009-12-09 |
Yehuda Katz | Landing in jQuery.contains, jQuery.fn.contains, and...
|
commit | commitdiff | tree |
2009-12-09 |
John Resig | Make sure that an actual timeout is triggered (and...
|
commit | commitdiff | tree |
2009-12-09 |
John Resig | Added in jQuery.browser.firefox, deprecated jQuery...
|
commit | commitdiff | tree |
2009-12-09 |
David Petersen | Handle changing form attributes correctly when there...
|
commit | commitdiff | tree |
2009-12-09 |
Dave Methvin | Get browser version rather than rendering engine version.
|
commit | commitdiff | tree |
2009-12-08 |
John Resig | Make sure that events are cloned for wrap, fixes #2977.
|
commit | commitdiff | tree |
2009-12-08 |
John Resig | Fixed extra p in Rakefile.
|
commit | commitdiff | tree |
2009-12-08 |
John Resig | Removed uses of arguments.callee from jQuery.
|
commit | commitdiff | tree |
2009-12-08 |
John Resig | Moved .ready() to core.js from event.js.
|
commit | commitdiff | tree |
2009-12-07 |
John Resig | Check Sizzle or jQuery.
|
commit | commitdiff | tree |
next |