Yehuda Katz
|
4ae7234736
|
Updates css() tests to use hex rather than color names
|
2009-07-13 19:24:23 +00:00 |
|
Yehuda Katz
|
3595102154
|
Add tests for replaceAll(fn) and wrap(fn) -- mark wrapAll and wrapWithin as TODO
|
2009-07-12 21:08:54 +00:00 |
|
Yehuda Katz
|
7d7a960035
|
Support for .foo(Function) and testing. TODO: More tests
|
2009-07-12 20:19:43 +00:00 |
|
Yehuda Katz
|
e8eff25f3b
|
Added test for css(String, Function) and css(Object) where values are Functions; fixed css(Object)
|
2009-07-12 18:31:26 +00:00 |
|
Yehuda Katz
|
d857315967
|
Add clearQueue for clearing non-fx queues
|
2009-07-12 15:14:01 +00:00 |
|
Yehuda Katz
|
89b4bc53ca
|
Added a next() shortcut for queues
|
2009-07-12 14:31:32 +00:00 |
|
John Resig
|
2a268f5f4b
|
Fixes regression in .attr(), patch by David Flanagan. Fixes #4884.
|
2009-07-11 13:57:38 +00:00 |
|
Ariel Flesler
|
c6b9654ea8
|
jquery core: Closes #2827. jQuery.each iterates over functions
|
2009-06-20 15:51:19 +00:00 |
|
Brandon Aaron
|
ee34b6982a
|
fix for #3533, triggering an event with a colon in the name on a table no longer throws an error in IE
|
2009-06-17 02:31:45 +00:00 |
|
John Resig
|
739644dce5
|
Minor tab-spacing tweak.
|
2009-06-15 13:40:10 +00:00 |
|
John Resig
|
28ab4d3224
|
Adding support for etags in $.ajax() - and simplified the if-modified-since implementation. Thanks to Lawrence for the patch! Closes ticket #4764.
|
2009-06-15 13:36:12 +00:00 |
|
John Resig
|
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).
|
2009-05-20 21:28:48 +00:00 |
|
Brandon Aaron
|
29411a4405
|
error case for an ajax test
|
2009-05-16 20:22:47 +00:00 |
|
Brandon Aaron
|
a073ee8596
|
unit tests for setting cellspacing, rowspan, and colspan
|
2009-05-16 15:10:24 +00:00 |
|
Brandon Aaron
|
ec3ebd3e8a
|
opacity is now retrieved from stylesheet in IE. fixes #3981
|
2009-05-14 14:44:31 +00:00 |
|
Brandon Aaron
|
c41fab1eb0
|
another unit test for index method
|
2009-05-07 16:59:35 +00:00 |
|
Brandon Aaron
|
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
|
2009-05-07 00:50:28 +00:00 |
|
Brandon Aaron
|
8f042d8be3
|
fix for #4234. hover can take one function to use for both enter and leave.
|
2009-05-06 02:17:24 +00:00 |
|
Brandon Aaron
|
4460d5ad59
|
unit tests for using jQuery events on non-dom elements. fixes #3439. thanks morgan
|
2009-05-04 04:54:09 +00:00 |
|
Brandon Aaron
|
31b573185b
|
fix :hidden selector that was accidentally reverted in previous commit, also fixed tests for :hidden selector in IE6
|
2009-05-04 00:19:57 +00:00 |
|
Ariel Flesler
|
c6b59263b5
|
testrunner: Updating an orphaned test
|
2009-05-03 17:02:56 +00:00 |
|
Ariel Flesler
|
3a80de1c7a
|
jquery core: $() -> $(document) and $(undefined) -> $([]). Removed a duplicated block.
|
2009-05-03 15:57:25 +00:00 |
|
Brandon Aaron
|
e45b41602f
|
make sure toggleClass does not delete classNames when forcefully removing classes and they are already removed
|
2009-05-02 22:35:39 +00:00 |
|
Brandon Aaron
|
5e6e53835e
|
toggleClass can now toggle multiple classNames (space seperated list) and toggle the whole className. fixes #3825.
|
2009-05-02 21:14:38 +00:00 |
|
Brandon Aaron
|
d415e0adb8
|
actually should be 6330, not 6329
|
2009-05-02 19:23:53 +00:00 |
|
Brandon Aaron
|
ffd457d456
|
index now works in reverse when passed a selector or undefined. fixes #3971
|
2009-05-02 19:22:55 +00:00 |
|
Brandon Aaron
|
cbda6c541b
|
fix global event triggering that i broke in r6323
|
2009-05-01 00:59:27 +00:00 |
|
Brandon Aaron
|
aef1989ba7
|
live event handlers now receive data from trigger, fixes #4532, thanks nbubna
|
2009-04-30 21:50:15 +00:00 |
|
Brandon Aaron
|
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
|
2009-04-30 21:44:25 +00:00 |
|
Brandon Aaron
|
45b8d2531e
|
enable test for binding events cross-frame that was fixed in r6316
|
2009-04-29 22:04:41 +00:00 |
|
Brandon Aaron
|
851846aabe
|
.unbind() without any arguments now also unbinds namespaced events. fixes #4609 and #4241
|
2009-04-29 21:45:58 +00:00 |
|
Brandon Aaron
|
6a049246a1
|
fix for #4216. css now ignores negative numbers for width and height when passed an object of props and vals.
|
2009-04-22 05:23:53 +00:00 |
|
John Resig
|
4130319e97
|
Added explicit module names to the new unit tests.
|
2009-04-20 17:05:18 +00:00 |
|
John Resig
|
2764127335
|
Unified the formatting of core.js. === or !== are used wherever appropriate, syntax has been normalized, braces are added in all cases, and jQuery() now returns an empty set.
|
2009-03-31 17:35:20 +00:00 |
|
Brandon Aaron
|
e06da1724c
|
moving dimension related unit tests to dimensions test module
|
2009-03-22 23:25:58 +00:00 |
|
Brandon Aaron
|
d7d908b05a
|
decoupling styles retrieval from the attr method
|
2009-03-22 23:25:03 +00:00 |
|
Brandon Aaron
|
30e760b63f
|
fix for #4189, live/die now work with contexts other than just document
|
2009-03-20 03:10:07 +00:00 |
|
Brandon Aaron
|
7c04a64016
|
breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js
|
2009-03-18 21:15:38 +00:00 |
|
Brandon Aaron
|
2c31a1624f
|
fix for #4374, gap in :hidden, :visible logic
|
2009-03-18 17:55:07 +00:00 |
|
Brandon Aaron
|
e73990a566
|
fix for #3688, setting type attribute on button causes IE to throw error
|
2009-03-17 22:27:25 +00:00 |
|
John Resig
|
f1f5cd9f6a
|
Simplified the structure of the .css() and .attr() methods (reducing the number of calls). Need to optimize $.css/$.curCSS/$.attr still. Fixes #4269.
|
2009-02-28 20:23:48 +00:00 |
|
Ariel Flesler
|
48164ee603
|
jquery event: Fixing event.currentTarget for live().
|
2009-02-23 13:27:48 +00:00 |
|
John Resig
|
a37ca9e905
|
Made sure that .remove now uses multiFilter. Fixes bug #4205.
|
2009-02-20 19:45:29 +00:00 |
|
John Resig
|
db8623ebc8
|
Fixed one of the selector tests that was reporting incorrectly in browsers that actually supported type="search" inputs.
|
2009-02-19 21:35:33 +00:00 |
|
John Resig
|
2a600c13ef
|
Disabled some of the animation tests that were being flaky.
|
2009-02-19 21:30:25 +00:00 |
|
John Resig
|
3e6c7f083c
|
Missed an other search-related test.
|
2009-02-18 21:57:46 +00:00 |
|
John Resig
|
481171a3f8
|
Fixed some tests that were changed (fixed!) by fixing #3966.
|
2009-02-18 19:59:51 +00:00 |
|
John Resig
|
ca79d866fe
|
Made it so that search input elements are now serialized. Fixes bug #4107.
|
2009-02-18 19:43:14 +00:00 |
|
John Resig
|
75a973da35
|
Made it so that appendTo, etc. return the inserted elements (thus using pushStack, as well). Fixes bugs #3966 and #4182.
|
2009-02-18 16:29:43 +00:00 |
|
John Resig
|
1ac087f6f9
|
Updated the show() tests to work without the use of jQuery.browser (the test suite now passes 100% in IE8).
|
2009-02-17 22:22:05 +00:00 |
|