Commit Graph

5572 Commits

Author SHA1 Message Date
John Resig
2abe5934f6 Added back in some of Joern's new .html() docs, and made .text(String) (a lot of users expect this method to be a setter and a getter). 2006-12-23 06:26:08 +00:00
John Resig
232da5dde0 Added back in Joern's changes - oops! Let me know if I missed any. 2006-12-23 06:17:16 +00:00
John Resig
cc5f46454f Made significant changes to the expression engine. Is now significantly faster (4-10x). It passes the test suite (but be sure to let me know if there are any regressions). 2006-12-23 06:07:21 +00:00
Jörn Zaefferer
bfdf836da9 Documentation for $.ajaxSetup 2006-12-22 14:40:46 +00:00
Jörn Zaefferer
fc84b9db10 Implemented global ajax settings - no documentation yet 2006-12-22 13:56:36 +00:00
Jörn Zaefferer
30dc79f1d0 Fixed event fixing (Opera provides event.srcElement, only create pageX if clientX is available) 2006-12-22 13:52:33 +00:00
Jörn Zaefferer
ccc4c7663a Fixed typo 2006-12-21 18:37:24 +00:00
Jörn Zaefferer
98b1b580c7 A few corrections to the testsuite to imrove the failure testing 2006-12-21 15:23:59 +00:00
Jörn Zaefferer
a0d5e89a1e Added note to load() to avoid using it to load scripts (#456) 2006-12-21 13:39:14 +00:00
Jörn Zaefferer
6b8ffe79f4 Implemented a better error handling for ajax requests. Exceptions caused by dropping connections are now handled, too. 2006-12-21 13:35:32 +00:00
Jörn Zaefferer
0f5292b991 Added test for sync requests with callbacks (#534) 2006-12-21 12:57:22 +00:00
Jörn Zaefferer
30f708027f Improved docs for blur() and focus(), mentioning the difference between calling the jQuery method and the DOM method 2006-12-20 15:58:28 +00:00
Jörn Zaefferer
8f1e0ef253 Fixed docs for html() 2006-12-20 13:10:29 +00:00
Jörn Zaefferer
2abdbd4e30 Fixed wheather-whether typo - Thanks Erik 2006-12-20 11:25:15 +00:00
Jörn Zaefferer
d23e0c5170 Added some more notes to newandnoteworthy, reflecting Dave's changes 2006-12-20 11:11:33 +00:00
Jörn Zaefferer
0d149e52e6 Improved event fixing, using less browser and more object detection 2006-12-20 11:05:08 +00:00
Jörn Zaefferer
dd27ea5830 Fix for #468 2006-12-19 19:06:36 +00:00
Jörn Zaefferer
42785b1c1d 2006-12-19 18:52:45 +00:00
Dave Methvin
0e540ec1b1 jQuery.merge speedup, bug#444
<tbody> duplicated, bug#418 (jQuery.clean & domManip)
query for id in context ignores context, bug#267
2006-12-19 04:31:33 +00:00
Jörn Zaefferer
7a724180a7 Fix for #511 2006-12-18 22:08:10 +00:00
Jörn Zaefferer
898ca3198b Fixed synchrnous requests, improved AJAX inline documentation 2006-12-15 09:13:24 +00:00
Jörn Zaefferer
18e330741f Replaced the rest of the x.constructor != String comparions with typeof (Thanks Kelvin) 2006-12-15 08:20:46 +00:00
Jörn Zaefferer
3e165ae5ab Fixed docs for $.ajax' processData option 2006-12-13 19:04:36 +00:00
John Resig
ed37ca66e5 Releasing jQuery 1.0.4. 2006-12-13 01:23:23 +00:00
Jörn Zaefferer
6ac46e6a5a Got context functions back in, added noteworthy stuff, replaced js linebreak replacer with xstl 2006-12-12 20:33:10 +00:00
John Resig
fb11b33d68 Fixed an issue with .find(expr,Function) and a Safari bug. 2006-12-12 18:26:52 +00:00
Jörn Zaefferer
025049a67a typooo 2006-12-11 14:32:53 +00:00
Jörn Zaefferer
2d2839a576 Created newandnotheworthy.txt to collect information for new releases 2006-12-11 14:30:55 +00:00
Jörn Zaefferer
3e3240f7ed Fixed docs for #134 2006-12-11 09:38:03 +00:00
Jörn Zaefferer
665e1959cc Fix for #476 2006-12-11 09:25:44 +00:00
Jörn Zaefferer
df61a63fca Fix for #467 2006-12-11 09:22:33 +00:00
Jörn Zaefferer
a8bafe7874 Fix for #474 2006-12-11 08:59:50 +00:00
Jörn Zaefferer
010a112e04 Fixed #471 2006-12-11 08:53:33 +00:00
Paul Bakaus
12d13d9ada finally added the toggle option for animate(). It's not beautiful right now, but it works for the time. 2006-12-08 09:26:50 +00:00
Jörn Zaefferer
f1c91fd023 Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with form plugin - may be a good convention to use beforeXXX and afterXXX everytime for callbacks... 2006-12-05 22:58:27 +00:00
Jörn Zaefferer
47a6a32b27 Introduced before callback (#384) (updated test data) 2006-12-04 20:42:38 +00:00
Jörn Zaefferer
2bdd208e41 Renamed preprocess to before, for consistency with form plugin 2006-12-04 19:40:25 +00:00
Jörn Zaefferer
a6ce303187 Simplified XMLHttpRequest shadow (tested on 5.5, 6 and 7); Introduced preprocess callback (#384) - IE seems to fail to send the correct headers 2006-12-04 19:37:49 +00:00
Jörn Zaefferer
94e59e287a Code and documentation cleanup; fixed #317 and #464 2006-12-03 11:06:32 +00:00
Jörn Zaefferer
39c05d3649 Fixed jQuery.eval (or rather, jQuery.globalEval to avoid problems with FF) 2006-12-02 13:43:02 +00:00
Jörn Zaefferer
ef1ee513d3 Fixed bug #344 (tests, implementation, docs) 2006-11-30 21:24:42 +00:00
Jörn Zaefferer
68313e7748 Moved $ alias more to the top (address #137) 2006-11-30 21:12:15 +00:00
Jörn Zaefferer
dc6f9cfc9c Fixed serializing arrays (bug #448) 2006-11-30 20:52:24 +00:00
Jörn Zaefferer
d98283a3a3 Fix for event fix: Don't overwrite event.target if there is no srcElement; calculate pageX/Y (tested with tooltip plugin) 2006-11-30 20:39:33 +00:00
Mike Alsup
c136717119 Fixed regEx to work with Unix an PC files. 2006-11-29 23:25:33 +00:00
Jörn Zaefferer
3ab145e5aa Added test for filter(Array), fixed bug #446 2006-11-29 20:22:29 +00:00
Jörn Zaefferer
fea94528e2 Fixed docs for $.ajax for data option 2006-11-28 11:36:54 +00:00
Jörn Zaefferer
a2ab7ef088 Tried to fix make build, PLEASE TEST 2006-11-22 09:58:57 +00:00
Jörn Zaefferer
c95283119c Replaced all x.constructor == String comparsions with typeof x == "string" 2006-11-21 10:01:48 +00:00
Jörn Zaefferer
ae58d24fd5 Another attempt to fix the getScript problem 2006-11-21 09:55:34 +00:00