Commit graph

  • 48e9a39995 Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923. John Resig 2009-07-19 13:32:53 +00:00
  • 0d5c3a68a0 Standardizing on .test() and .exec() - moving away from using .match() for RegExp. Fixes jQuery bug #4113. John Resig 2009-07-19 13:21:51 +00:00
  • a3b8ac413f Rewrote .offsetParent() to work against the full jQuery set, added tests. Fixes #4922. John Resig 2009-07-19 13:04:18 +00:00
  • f0681d98fe Made a number of stylistic changes to the offset code (braces, declarations, etc.). John Resig 2009-07-19 12:53:39 +00:00
  • 9d46c0ebb4 Switching to use a better check for if the node is a document. John Resig 2009-07-18 19:44:15 +00:00
  • d828ff75a4 removing ambiguous offset tests for now... results are different due to rendering differences but are correct for the given browser Brandon Aaron 2009-07-17 22:20:26 +00:00
  • 6504751006 integrated offset tests into main test suite. offset tests now use iframes instead of popups Brandon Aaron 2009-07-17 22:15:37 +00:00
  • 4edbff9fc1 fix for #4906 Brandon Aaron 2009-07-17 21:08:13 +00:00
  • 1a7f72e7fe Add test for jQuery(jQueryObj) cloning and simplify new get() code Yehuda Katz 2009-07-17 17:33:44 +00:00
  • 88bd74c732 jQuery objects have a default length of 0. Simplifies $() some. Yehuda Katz 2009-07-17 01:47:26 +00:00
  • a38a5cd531 jquery core: Simplifying isEmptyObject() and adding tests. Ariel Flesler 2009-07-16 15:16:44 +00:00
  • 991d039b62 Refactor queueing system to allow auto-dequeuing to use dequeue directly and therefore require dequeue to always leave the element it has dequeued on the queue. Yehuda Katz 2009-07-16 07:32:39 +00:00
  • 190812c3be Refactor jQuery.data a bit to reduce property lookups Yehuda Katz 2009-07-16 07:32:31 +00:00
  • d36d224cc5 Implemented .data() to get the entire data object. Closes #4284 Yehuda Katz 2009-07-16 07:32:25 +00:00
  • 8e54b167cf Add a test for index() Yehuda Katz 2009-07-16 07:32:17 +00:00
  • 87869b8b81 Unify .not and .filter (resolves #4200). Yehuda Katz 2009-07-16 07:32:11 +00:00
  • c10f87120f jQuery.extend(true, Object, Object) copies custom objects correctly. Yehuda Katz 2009-07-16 07:32:03 +00:00
  • 8d52c27808 jQuery.extend(true, Object, Object) copies objects with length keys correctly Yehuda Katz 2009-07-16 07:31:55 +00:00
  • 6b912beb7b Clear some dangling whitespace Yehuda Katz 2009-07-16 07:31:47 +00:00
  • e532dfe522 Add support for .get(-Number) Closes #4188 Yehuda Katz 2009-07-16 07:31:41 +00:00
  • e124fec5e9 Make toArray an alias for .get(). Closes #3999 Yehuda Katz 2009-07-16 07:31:32 +00:00
  • 0e2f4a0fe3 Added gitignore for people using git-svn Yehuda Katz 2009-07-16 07:31:22 +00:00
  • c5315f6687 Scope 'document' locally (also useful for sandboxing). Patch from Andrea Giammarchi. Fixes bug #4905. John Resig 2009-07-15 12:35:57 +00:00
  • 7a04d1da54 We only support wrapping the first element around an element (all others are ignored). Fixes ticket #4903. John Resig 2009-07-14 23:43:58 +00:00
  • 991dafae16 Fixed wrapping of elements that hold text nodes. Thanks to David Flanagan for the patch. Fixes #4902. John Resig 2009-07-14 23:28:07 +00:00
  • ad5ba1a72e Fixed spelling mistake in Ajax tests. John Resig 2009-07-14 21:20:16 +00:00
  • c3c94823f2 Fixed the handling of .status == 304 in Opera (it always returns 0). Also silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764. John Resig 2009-07-14 21:13:23 +00:00
  • 89dc1e0143 clearQueue and next should now work with default fx on all browsers Yehuda Katz 2009-07-13 22:21:40 +00:00
  • 7cfec99858 Uses the more stable font-size as a sentinel Yehuda Katz 2009-07-13 21:50:58 +00:00
  • c0802e5d21 Test Tweak to normalize the CSS results across browsers Yehuda Katz 2009-07-13 19:48:08 +00:00
  • 72bb9dfe28 Fix dangling comma of death in data.js Yehuda Katz 2009-07-13 19:24:44 +00:00
  • 4ae7234736 Updates css() tests to use hex rather than color names Yehuda Katz 2009-07-13 19:24:23 +00:00
  • 3595102154 Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODO Yehuda Katz 2009-07-12 21:08:54 +00:00
  • 7d7a960035 Support for .foo(Function) and testing. TODO: More tests Yehuda Katz 2009-07-12 20:19:43 +00:00
  • e8eff25f3b Added test for css(String, Function) and css(Object) where values are Functions; fixed css(Object) Yehuda Katz 2009-07-12 18:31:26 +00:00
  • d857315967 Add clearQueue for clearing non-fx queues Yehuda Katz 2009-07-12 15:14:01 +00:00
  • 89b4bc53ca Added a next() shortcut for queues Yehuda Katz 2009-07-12 14:31:32 +00:00
  • 5b84c7c45c IE doesn't seem to like caching fragments that have options in them. Ticket #4883. John Resig 2009-07-11 15:23:18 +00:00
  • 0c4418bbc4 Limit domManip caching to strings < 512 characters long. Ticket #4883. John Resig 2009-07-11 14:50:59 +00:00
  • 2a268f5f4b Fixes regression in .attr(), patch by David Flanagan. Fixes #4884. John Resig 2009-07-11 13:57:38 +00:00
  • 8db967e9d5 Added caching to domManip. Fixes #4883. John Resig 2009-07-11 13:49:46 +00:00
  • fd2a2fed84 Optimized jQuery(Element) to not call jQuery() twice. John Resig 2009-07-11 13:44:44 +00:00
  • bbf3334db1 reverting sizzle updates from previous commit, appears i had an outdated version Brandon Aaron 2009-06-23 18:14:57 +00:00
  • de07ebc1a0 fix for #4512 and minor sizzle updates Brandon Aaron 2009-06-23 18:11:09 +00:00
  • c6b9654ea8 jquery core: Closes #2827. jQuery.each iterates over functions Ariel Flesler 2009-06-20 15:51:19 +00:00
  • ee34b6982a fix for #3533, triggering an event with a colon in the name on a table no longer throws an error in IE Brandon Aaron 2009-06-17 02:31:45 +00:00
  • 739644dce5 Minor tab-spacing tweak. John Resig 2009-06-15 13:40:10 +00:00
  • 28ab4d3224 Adding support for etags in $.ajax() - and simplified the if-modified-since implementation. Thanks to Lawrence for the patch! Closes ticket #4764. John Resig 2009-06-15 13:36:12 +00:00
  • 030ae67715 jquery core: removed the version.txt newline; please keep it that way, otherwise that ant replacement fails, it inserts the file content wherever it finds @VERSION Jörn Zaefferer 2009-06-04 17:36:23 +00:00
  • 6faf75fb98 jquery fx: Exposing the ticking function Ariel Flesler 2009-06-02 02:14:58 +00:00
  • 89d2f1e851 Reverting accidental test suite corruption from the Sizzle merge. John Resig 2009-05-20 21:59:24 +00:00
  • 45729831b1 Removed some cases of strict errors. John Resig 2009-05-20 21:52:47 +00:00
  • 90a87c03b4 Switched to using new Function instead of eval for handling JSON parsing (Fixes bug #4680). Added support for JSON.parse, if it exists (Fixes bug #4429). John Resig 2009-05-20 21:28:48 +00:00
  • a0451f162e Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro. John Resig 2009-05-20 21:12:08 +00:00
  • b97b886fcd fix :hidden and :visible selectors. fixes #4512 Brandon Aaron 2009-05-18 15:36:36 +00:00
  • e10e625bf4 fix for #4183 Brandon Aaron 2009-05-16 20:23:58 +00:00
  • 29411a4405 error case for an ajax test Brandon Aaron 2009-05-16 20:22:47 +00:00
  • 4a99fcf6e4 fix remove and empty to work properly in IE when an element with the id of length exists. fixes ajax event hanlders in test suite from firing multiple times because they did not get cleaned up. Brandon Aaron 2009-05-16 19:32:16 +00:00
  • a4a58a3836 prevent fx test html from showing in IE Brandon Aaron 2009-05-16 17:39:22 +00:00
  • a073ee8596 unit tests for setting cellspacing, rowspan, and colspan Brandon Aaron 2009-05-16 15:10:24 +00:00
  • fd281e493d fix for #4397 Brandon Aaron 2009-05-16 14:45:46 +00:00
  • ed087197ce tidy up fix for #3981, thanks matt kruse Brandon Aaron 2009-05-14 18:46:58 +00:00
  • ec3ebd3e8a opacity is now retrieved from stylesheet in IE. fixes #3981 Brandon Aaron 2009-05-14 14:44:31 +00:00
  • b763cc6602 fix regression in removing live events caused by r6324 Brandon Aaron 2009-05-12 15:43:51 +00:00
  • d075072768 jquery event: misc change Ariel Flesler 2009-05-10 14:38:35 +00:00
  • 09b59038a0 unused, left-over code from r6344 Brandon Aaron 2009-05-07 18:09:17 +00:00
  • c41fab1eb0 another unit test for index method Brandon Aaron 2009-05-07 16:59:35 +00:00
  • 811891785f .bind() now accepts an optional thisObject as the last argument which is used to change the value of this in event callbacks. fixes #3699 Brandon Aaron 2009-05-07 00:50:28 +00:00
  • 8f042d8be3 fix for #4234. hover can take one function to use for both enter and leave. Brandon Aaron 2009-05-06 02:17:24 +00:00
  • 3a9c827bf8 fix for #3286 Brandon Aaron 2009-05-06 01:24:22 +00:00
  • 4460d5ad59 unit tests for using jQuery events on non-dom elements. fixes #3439. thanks morgan Brandon Aaron 2009-05-04 04:54:09 +00:00
  • 31b573185b fix :hidden selector that was accidentally reverted in previous commit, also fixed tests for :hidden selector in IE6 Brandon Aaron 2009-05-04 00:19:57 +00:00
  • d72b8307de fix memory leak in IE Brandon Aaron 2009-05-04 00:05:04 +00:00
  • c6b59263b5 testrunner: Updating an orphaned test Ariel Flesler 2009-05-03 17:02:56 +00:00
  • 3a80de1c7a jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicated block. Ariel Flesler 2009-05-03 15:57:25 +00:00
  • e45b41602f make sure toggleClass does not delete classNames when forcefully removing classes and they are already removed Brandon Aaron 2009-05-02 22:35:39 +00:00
  • 5e6e53835e toggleClass can now toggle multiple classNames (space seperated list) and toggle the whole className. fixes #3825. Brandon Aaron 2009-05-02 21:14:38 +00:00
  • d415e0adb8 actually should be 6330, not 6329 Brandon Aaron 2009-05-02 19:23:53 +00:00
  • ffd457d456 index now works in reverse when passed a selector or undefined. fixes #3971 Brandon Aaron 2009-05-02 19:22:55 +00:00
  • cbda6c541b fix global event triggering that i broke in r6323 Brandon Aaron 2009-05-01 00:59:27 +00:00
  • 96fd5f18d4 special event refactor left over code Brandon Aaron 2009-05-01 00:36:21 +00:00
  • c6db93c373 fix for #2620 Brandon Aaron 2009-05-01 00:21:29 +00:00
  • a4b8fed8ad only copy guid from handler to modifiedHandler if it does not already have one Brandon Aaron 2009-05-01 00:02:51 +00:00
  • aef1989ba7 live event handlers now receive data from trigger, fixes #4532, thanks nbubna Brandon Aaron 2009-04-30 21:50:15 +00:00
  • 71efbdd3b2 refactor specialAll into add and remove hooks for existing special events, live now accepts optional data param like bind, fixes #4612 and #4613, thanks to Mike Helgeson Brandon Aaron 2009-04-30 21:44:25 +00:00
  • 287ecdbf67 event clean up Brandon Aaron 2009-04-30 01:26:09 +00:00
  • 45b8d2531e enable test for binding events cross-frame that was fixed in r6316 Brandon Aaron 2009-04-29 22:04:41 +00:00
  • 851846aabe .unbind() without any arguments now also unbinds namespaced events. fixes #4609 and #4241 Brandon Aaron 2009-04-29 21:45:58 +00:00
  • 1bd4325cb9 fixing a few more memory leaks in IE Brandon Aaron 2009-04-22 20:00:30 +00:00
  • 432ea4ca6c offset returns null for window and document elements. fixes #4136 again Brandon Aaron 2009-04-22 05:29:01 +00:00
  • 6a049246a1 fix for #4216. css now ignores negative numbers for width and height when passed an object of props and vals. Brandon Aaron 2009-04-22 05:23:53 +00:00
  • 8be5792975 fix for #3546. css now works with other windows than just the one it was loaded in. Brandon Aaron 2009-04-22 04:39:44 +00:00
  • f5690995dd fix for #4268. bind now works with iframe windows. thanks tr4nslator Brandon Aaron 2009-04-22 04:18:53 +00:00
  • 3715d73f79 fix for #2911 Brandon Aaron 2009-04-22 02:31:29 +00:00
  • 6a12363f29 remove radix param for parseFloat calls Brandon Aaron 2009-04-22 01:34:13 +00:00
  • 2adb9b2a0f width, height, scrollLeft, and scrollTop now work with windows and documents other than just the one it was loaded in (like iframes and popups) Brandon Aaron 2009-04-22 00:55:44 +00:00
  • a0d079f430 clean up offset. #4456 thanks pbcomm Brandon Aaron 2009-04-21 19:19:28 +00:00
  • 17841ea244 actually don't need to null out as much as i thought i did to fix that memory leak Brandon Aaron 2009-04-21 19:09:47 +00:00
  • 92a076cb2f fixing memory leaks in IE Brandon Aaron 2009-04-21 18:46:39 +00:00
  • 4130319e97 Added explicit module names to the new unit tests. John Resig 2009-04-20 17:05:18 +00:00