Commit graph

2256 commits

Author SHA1 Message Date
John Resig
9203775234 Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, add, etc.).
Fixed bug in Makefile.
Fixed bug in expression parsing.
Removed need for Q in expression parsing.
2006-10-03 07:47:45 +00:00
Jörn Zaefferer
ad2a6bd916 Reset ajaxTimeout after running timeout tests 2006-10-02 16:58:33 +00:00
Jörn Zaefferer
785de349f5 Small fixes to tests 2006-10-02 16:45:35 +00:00
Jörn Zaefferer
7609b59c3f Removed test for bug #206, wontfix 2006-10-02 16:29:48 +00:00
Jörn Zaefferer
feabeb8572 Added ifelse method, fixed bug #160 for IE6 2006-10-02 16:15:33 +00:00
Jörn Zaefferer
644256759f Added fix for bug #222 2006-10-01 17:40:12 +00:00
Jörn Zaefferer
7654d3b833 Fixed bug #215 2006-10-01 15:00:16 +00:00
Jörn Zaefferer
08d865862a Fixed bug #165 (ignoring the exception) and #156 (ifModified option added to $.ajax) 2006-10-01 14:32:29 +00:00
Jörn Zaefferer
e94db76ada Added local timeout option for $.ajax + test 2006-10-01 14:15:56 +00:00
Jörn Zaefferer
7dd456176d Added tests for global and local ajax handlers, added global option to $.ajax to allow suppressing of global events 2006-10-01 14:05:10 +00:00
Jörn Zaefferer
47200bc76f Marked load() as private, won't work anyway 2006-10-01 13:15:11 +00:00
Jörn Zaefferer
cc5625067a Removed event test for load; Added fix for bug #225 2006-09-30 14:34:01 +00:00
Jörn Zaefferer
10532fb3ae Added tests, fixed getScript and getJSON, fixed comment in $.ajax 2006-09-30 14:32:49 +00:00
Jörn Zaefferer
401b58c17e Added docs for jQuery.browser, fixed doc for prev, cleaned up tests 2006-09-30 14:30:31 +00:00
Jörn Zaefferer
327bfb88a2 Modified test for bug #164 2006-09-23 08:34:50 +00:00
Jörn Zaefferer
065be00c4a Added linebreak for better readability when adding more files 2006-09-23 08:20:04 +00:00
Jörn Zaefferer
3b4eeab044 Fixed bug #180 as suggested, changing xxx.constructor == Function to typeof xxx = "function" 2006-09-22 21:43:20 +00:00
Jörn Zaefferer
b240975a91 Added some more tests for weird form selection expressions 2006-09-22 21:26:03 +00:00
Jörn Zaefferer
94b0bf5f2b Changed implementation of removeClass: No more regex, tested and working in FF1.5, IE6 and Opera9 (tests added)- see http://jquery.com/discuss/2006-September/012088/ 2006-09-22 21:07:04 +00:00
Jörn Zaefferer
ca5b83c5c9 Added tests for children() 2006-09-19 10:51:24 +00:00
Jörn Zaefferer
b0c3711d3e Refactored test suite to allow async tests (use stop() before starting an async request, use start() when finished), added test for bug #164 2006-09-19 09:49:22 +00:00
Jörn Zaefferer
4dcbfc92c3 Added test for feature #206 2006-09-18 12:58:17 +00:00
Jörn Zaefferer
51a07a6a5f Added some tests for name(), id() and title() 2006-09-17 11:58:44 +00:00
Jörn Zaefferer
c12bce2046 Added expressions for feature #69 (form element selectors), needs some documentation in the wiki when the next official release is out 2006-09-17 11:43:16 +00:00
Jörn Zaefferer
76188ae457 Added proposed fix for bug #201 2006-09-17 10:10:25 +00:00
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
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
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