John Resig
|
394334671c
|
Weird, I never committed the docs for mouseover.
|
2006-09-16 22:48:53 +00:00 |
|
Jörn Zaefferer
|
060c55bf04
|
Added test for bug #190
|
2006-09-16 17:09:54 +00:00 |
|
Jörn Zaefferer
|
fa2aaf27c2
|
Fixed bug #168
|
2006-09-16 16:26:30 +00:00 |
|
Jörn Zaefferer
|
87284a8ee7
|
Fixed typo, thanks Patrick
|
2006-09-16 16:15:46 +00:00 |
|
Jörn Zaefferer
|
1293e80ff9
|
Fixed bug #178
|
2006-09-16 15:50:35 +00:00 |
|
Jörn Zaefferer
|
43d3deb7c8
|
Added fix for bug #175; Added docs for extend(Object), for any plugin developer API docs to come
|
2006-09-16 15:41:07 +00:00 |
|
Jörn Zaefferer
|
df11c1b76c
|
Resolved bug #191 as won't fix, removed the failing test and changed docs accordingly.
|
2006-09-16 15:16:42 +00:00 |
|
Jörn Zaefferer
|
529203f6b5
|
Fixed bug #194, added regression tests
|
2006-09-16 14:57:15 +00:00 |
|
Jörn Zaefferer
|
6ebf2f979c
|
Refactored test suite: tests subdir not needed anymore
|
2006-09-16 12:23:28 +00:00 |
|
Jörn Zaefferer
|
f6ecc6a95c
|
Refactored test suite: All tests are now compiled into one file, runs much faster and does not require ugly synchronization; Changed build.xml (tested) and Makefile (not tested!); Replaced calls to cmpOK() with ok(), removed cmpOK(); Tests can now call reset() to be able to always test against the unmodified test setup
|
2006-09-16 12:19:56 +00:00 |
|
Jörn Zaefferer
|
c792f32514
|
Added proposed fix for bug #185
|
2006-09-15 17:52:30 +00:00 |
|
Jörn Zaefferer
|
770a92a594
|
Fixed bug #147, required some (ugly) modifications: changed function jQuery(...){} to jQuery = function(...){}, necessary because IE parses all function name(){} declarations before executing inline code; added intro.js and outro.js to both build.xml (tested) and Makefile (not tested) to include "if(typeof window.jQuery == "undefined") { ... }
|
2006-09-15 14:51:55 +00:00 |
|
John Resig
|
ea53a61a38
|
Fixed typo.
|
2006-09-14 22:28:25 +00:00 |
|
John Resig
|
130f3e6d43
|
Added quick fix for event triggering, while passing in data.
|
2006-09-14 22:26:42 +00:00 |
|
Jörn Zaefferer
|
f50224d653
|
Added test to verify bug #160, had to modify fixture (index.html)
|
2006-09-09 23:21:30 +00:00 |
|
Jörn Zaefferer
|
06ef8c0689
|
Added test to verify bug #185
|
2006-09-09 17:56:08 +00:00 |
|
Jörn Zaefferer
|
f153dec20c
|
Added test for $.find to verify bug #178
|
2006-09-09 17:42:51 +00:00 |
|
Jörn Zaefferer
|
a4f25f9311
|
Added test for both siblings() and siblings(String) to verify bug #168
|
2006-09-09 17:26:51 +00:00 |
|
Jörn Zaefferer
|
da74bde0b7
|
Added test for attr('checked', {true|false}) (bug #167)
|
2006-09-09 17:12:26 +00:00 |
|
Jörn Zaefferer
|
38fa3cfc34
|
Fixed documentation for bind(String, Function) - added a small fix for the first example
|
2006-09-09 08:36:47 +00:00 |
|
Jörn Zaefferer
|
998d1d8839
|
Fixed documentation for bind(String, Function)
|
2006-09-09 08:31:07 +00:00 |
|
John Resig
|
698eafb58a
|
Fixed issue with getAttribute not existing in IE.
|
2006-09-08 23:17:00 +00:00 |
|
John Resig
|
e8db15b70f
|
Minor documentation fixes.
|
2006-09-08 19:18:49 +00:00 |
|
Jörn Zaefferer
|
f337b8a637
|
Added more test for attr, one for filter; Added test to check IE issue $('input').attr('name', 'something'), modified fixture to test this
|
2006-09-08 17:48:21 +00:00 |
|
John Resig
|
20391db9c2
|
Touched up the docs and formatting.
|
2006-09-08 10:44:32 +00:00 |
|
John Resig
|
eb29e285f3
|
Added a couple new AJAX methods and finished documenting everything.
|
2006-09-08 10:18:46 +00:00 |
|
Paul Bakaus
|
514aef10d7
|
initial version of the new cross-browser compatible dimensions plugin, which replaces height() and width() and adds other convenient stuff.
|
2006-09-08 09:37:29 +00:00 |
|
Jörn Zaefferer
|
eff56887b1
|
Modified test for wrap(String), added test for toggle(fn, fn)
|
2006-09-07 08:12:12 +00:00 |
|
John Resig
|
acf102237f
|
Fixed bug with $.map() not showing in the docs.
|
2006-09-05 20:20:16 +00:00 |
|
Jörn Zaefferer
|
fd4fc0bcdd
|
Fixed missing brackets (d'oh)
|
2006-09-05 20:00:36 +00:00 |
|
Jörn Zaefferer
|
ded1402498
|
Refactored the testsuite code with the hope in mind to make the test suite run faster
|
2006-09-05 19:50:13 +00:00 |
|
Jörn Zaefferer
|
b5220adbbc
|
Modified example for css(String) as proposed in the list (concerning camlCase for dashed properties like font-weight); Modified test to cache test fixture instead of reloading it, should make the test suite run faster
|
2006-09-05 17:58:22 +00:00 |
|
Jörn Zaefferer
|
00e6e81f94
|
Testcase now logs exceptions if a console is avaiable, makes it easier to find bugs; Added test for all base events
|
2006-09-05 15:05:56 +00:00 |
|
John Resig
|
e2d3c43419
|
Made a bunch of fixes to the docs, per Sam's request. Also, did some re-organization of the order of the function names.
|
2006-09-05 06:21:35 +00:00 |
|
Franck Marcia
|
6346e5d1c2
|
quick fix for JSMin build
|
2006-09-04 19:58:06 +00:00 |
|
Jörn Zaefferer
|
97ea47492f
|
Improved test suite to reset fixture after each test, added selects to test ':selected'; Added docs for index(obj); Modified is(expr) to return false for an invalid expression, changed docs, too; Added lots of testcases; Changed filename of testfiles: adding leading zeros
|
2006-09-04 04:51:57 +00:00 |
|
Franck Marcia
|
519b7d33e2
|
Typos
|
2006-09-02 14:50:30 +00:00 |
|
Franck Marcia
|
7f17d8f528
|
new build using JSMin
|
2006-09-02 11:47:54 +00:00 |
|
John Resig
|
69efa31318
|
Added two quick semicolon fixes.
|
2006-09-02 09:23:07 +00:00 |
|
Klaus Hartl
|
744c0609d4
|
Fixed bug with jQuery: height computation for hidden elements
|
2006-09-01 16:04:50 +00:00 |
|
John Resig
|
905a0ae351
|
Added style sheet for the category documentation.
|
2006-09-01 07:41:59 +00:00 |
|
John Resig
|
484af2a45a
|
About half done documenting the AJAX module.
|
2006-09-01 06:50:35 +00:00 |
|
John Resig
|
34d40c3aee
|
Documented the slideToggle() and animate() functions.
|
2006-09-01 06:31:44 +00:00 |
|
John Resig
|
2a921daaa7
|
Documented some more functions.
|
2006-09-01 06:22:39 +00:00 |
|
John Resig
|
c8009abcce
|
Lots of documentation overhaul - much more documented, cat output works better now.
|
2006-09-01 05:52:26 +00:00 |
|
John Resig
|
805d21c236
|
Fixed two bugs with jQuery: One with height computation, one with .find(expr,fn) not working properly. Also, fixed a bunch of styling with the docs. Finally, added documentation for the $() function.
|
2006-09-01 02:43:54 +00:00 |
|
Corey Jewett
|
18e563abe5
|
Fix check for browser.mozilla so that Safari is not flagged as mozilla.
|
2006-08-31 23:30:29 +00:00 |
|
Corey Jewett
|
288b1a6730
|
Fixed a handful of places where $() was used explicitly, rather than jQuery().
|
2006-08-31 21:44:24 +00:00 |
|
John Resig
|
bcc8a83705
|
Broke >, ~, +, etc - fixed.
|
2006-08-31 17:26:31 +00:00 |
|
John Resig
|
a2206b784e
|
Oops, syntax error.
|
2006-08-31 08:14:33 +00:00 |
|