Commit graph

2569 commits

Author SHA1 Message Date
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 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
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
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 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
John Resig d2529835be Added native support for JSON data. 2006-08-31 06:32:27 +00:00
John Resig fb534aea03 Added support for the native AJAX object in IE 7. 2006-08-31 06:30:44 +00:00
John Resig e23c047e78 Added fix for stray <script> element that was left for IE for the DOMReady check. 2006-08-31 05:21:16 +00:00
John Resig 45a3c06e8f Added fix for broken $("../..",foo). 2006-08-31 05:16:50 +00:00
John Resig 3f47d3b8f5 Fixed issue with .attr( "disabled", false ) not working properly. 2006-08-31 04:27:30 +00:00
John Resig b27be158f2 Fixed issue with opacity being set to only 0.9999 for Opera, Safari, et. al - which it was, in fact a Mozilla issue (or, at least, it seems). 2006-08-31 04:22:45 +00:00
John Resig 78a7cf63f6 Fixed issue with comment text being included in .text() results. 2006-08-31 04:19:59 +00:00
John Resig a4ec609b6a Fixed issue with .val() not working properly. 2006-08-31 04:16:23 +00:00
John Resig 6ceecc520a Apparently I accidentally removed :nth-chlid()... uhh - oops? 2006-08-31 04:13:39 +00:00
John Resig f404d2c395 Fixed issue with .remove() not working correctly. 2006-08-31 04:05:57 +00:00
John Resig f7efcc858d Fixed issue with .children(). 2006-08-31 03:59:51 +00:00
John Resig c0e4280282 Fixed the issue with jQuery not packing correctly for Safari. 2006-08-28 06:19:13 +00:00
John Resig 0382a490f5 Added .not() test case. 2006-08-26 22:39:14 +00:00
John Resig 0f458cf806 Added a bunch of documentation fixes. 2006-08-26 16:50:31 +00:00
John Resig 48ec10044f Added in a bunch of fx fixes - and hide/show/toggle are decoupled from later methods. 2006-08-26 03:51:03 +00:00
John Resig a2af24b064 Quick bug fix, formatted pack better. 2006-08-26 00:43:41 +00:00
John Resig 94fc6aac19 Added a fix for the Safari computedStyle bug. 2006-08-25 21:22:21 +00:00
John Resig 906478800d Fixed some bugs with the test suite and fixed a bug with setting attributes. 2006-08-25 18:38:24 +00:00
John Resig 7caca06cfc Fixed the giant negative number issue that Opera was having. 2006-08-24 23:45:39 +00:00
John Resig 23e255015f Added fix for non-standard CSS attributes in IE. 2006-08-24 23:10:54 +00:00
John Resig 8a1adfcd2a Added in some more bug fixes - and added the slideToggle method. 2006-08-24 21:30:21 +00:00
John Resig ccf9d44062 Fixed some bugs, improved the quality of some of the variables. 2006-08-24 19:43:21 +00:00
John Resig 874e4f65ee Added a bunch of fixes for AJAX timeouts, etc. in Safari. 2006-08-22 07:32:25 +00:00
John Resig 25802e8bd0 Added a step callback to be executed on every step of an fx animation. 2006-08-22 05:35:48 +00:00
John Resig ccabf2823b Updated the documentation parser to work with categories. Additionally, I updated the copyright notice in the jQuery header and removed some extraneous whitespace from jQuery Lite. 2006-08-22 05:00:07 +00:00
John Resig 5ae02b2ecd Updated the licensing information. 2006-08-21 19:36:44 +00:00
John Resig 8ff329b0f3 Fixed issue with $( obj, jQuery ) breaking the original jQuery object. 2006-08-20 21:58:30 +00:00
John Resig 367abc373b Added .removeAttr(). 2006-08-18 04:37:41 +00:00
John Resig b91f8a9e30 Added support for :selected. 2006-08-18 04:27:57 +00:00
John Resig 065cd7ecf6 Fixed an issue with how CSS property methods were being handled. 2006-08-18 04:13:13 +00:00
John Resig 2a4c269a9b Added a new clone function. 2006-08-17 05:14:50 +00:00
John Resig 26580d2675 Made some minor fixes to how content-type and context is handled on remote XML files. 2006-08-17 05:11:34 +00:00
John Resig 5ec5de6953 Added in a mess of AJAX fixes and optimisations, made possible by Taku Sano. On top of his patch I touched up some of the code, made some bug fixes, and added some additional functionality (including the ability to load and eval a remote script file. 2006-08-17 04:18:32 +00:00
John Resig fe392e6a74 A bunch of fixes for thead/tbody related bugs. 2006-08-17 03:08:13 +00:00
John Resig ec38c6086c Fixed the issue with queued effects becoming corrupted. 2006-08-17 02:38:34 +00:00
John Resig afbd2e37c9 Added fix for multiple attribute selectors w/ test cases. 2006-08-15 04:40:21 +00:00
John Resig 7448c61ee2 Massive overhauls to the test suite - it is now generated dynamically, along with the documentation. 2006-08-14 01:46:05 +00:00
John Resig a42a8e5afa Moved all the jQuery source to the new src directory. 2006-08-13 14:49:54 +00:00