Jörn Zaefferer
|
93c1340d55
|
Fixed doc for $.ajax data option
|
2006-11-11 12:11:37 +00:00 |
|
Jörn Zaefferer
|
d0eda6827f
|
Fixed docs for load; Added the response as third paramter for load callback (partly fixing bug #337)
|
2006-11-11 12:08:48 +00:00 |
|
Jörn Zaefferer
|
7ff54c4034
|
Refactored all logic from $.get and $.post into $.ajax, now they are only convenience delegators
|
2006-11-11 11:34:51 +00:00 |
|
Jörn Zaefferer
|
d8fb555970
|
Added accordion to PLUGINS_ALL
|
2006-11-09 21:25:07 +00:00 |
|
Jörn Zaefferer
|
03b0a9c654
|
Modified test for load(); added fix for trigger, where it modifies data passed to it, which causes ugly side-effects
|
2006-11-09 21:16:03 +00:00 |
|
Jörn Zaefferer
|
c0e0119c3d
|
Fixed typo
|
2006-11-09 08:22:17 +00:00 |
|
Jörn Zaefferer
|
e07bfbef2d
|
Removed check for getAttribute in attr, seems to work without it
|
2006-11-08 09:44:04 +00:00 |
|
John Resig
|
ce2555ea7c
|
Fixed the issue with jQuery conflicting with windows/IFrames.
|
2006-11-07 16:56:10 +00:00 |
|
Jörn Zaefferer
|
83e98c28ef
|
Added test and check for end() when there is no stack or nothing on the stack to pop()
|
2006-11-07 11:32:21 +00:00 |
|
Jörn Zaefferer
|
98e8ea3186
|
Added pseudo-fix for #164; fixed some tests that failed in IE
|
2006-11-07 11:19:44 +00:00 |
|
Jörn Zaefferer
|
d91ee794ba
|
Added tooltip for plugins build
|
2006-11-07 10:30:47 +00:00 |
|
Jörn Zaefferer
|
2aa96154b7
|
Added comments and some docs to ant build
|
2006-11-07 10:01:45 +00:00 |
|
Yehuda Katz
|
78ed830b9b
|
Added metadata (fully documented)
|
2006-11-07 03:34:47 +00:00 |
|
Klaus Hartl
|
7d58c0f936
|
Changed return type to undefined for certain functions, as discussed.
|
2006-11-04 21:09:05 +00:00 |
|
Jörn Zaefferer
|
7b780def0d
|
Refactored ajax module: Dropped internal arguments from ajax(); Modified testsuite to improve display
|
2006-11-03 11:30:57 +00:00 |
|
Brandon Aaron
|
e9917ab837
|
Fix for passing jQuery constructor a DOM NodeList in Safari and an object or embed HTMLElement in Firefox.
|
2006-11-02 23:07:13 +00:00 |
|
Brandon Aaron
|
d6d3316962
|
Backing out of REV 522 for further testing
|
2006-11-02 21:03:08 +00:00 |
|
Brandon Aaron
|
0c45d03c70
|
Fix jQuery constructor to handle DOM NodeLists properly in Safari
|
2006-11-02 19:53:11 +00:00 |
|
Brandon Aaron
|
4f92b34301
|
Fix jQuery.clean to work with Safari and DOM NodeLists
|
2006-11-02 18:53:40 +00:00 |
|
Brandon Aaron
|
ddd110c9e5
|
Fix for #186 and for jQuery.event.fix
|
2006-11-02 14:43:20 +00:00 |
|
Brandon Aaron
|
40b55adf5c
|
Another $ bites the dust. Should be all of them now.
|
2006-11-01 21:59:56 +00:00 |
|
Klaus Hartl
|
939e92bea6
|
Fixed Ant task "jquery_with_plugins" and ill-formed XML
|
2006-11-01 10:23:22 +00:00 |
|
Yehuda Katz
|
7ec65c2683
|
Updated ant so the default task doesn't require plugins
|
2006-10-28 17:16:23 +00:00 |
|
John Resig
|
4e3da33c59
|
Updated the version to 1.0.3.
|
2006-10-28 03:02:47 +00:00 |
|
Jörn Zaefferer
|
fc351ba279
|
Fixed previous() in docs
|
2006-10-27 15:15:44 +00:00 |
|
Jörn Zaefferer
|
4b3b2c1f42
|
Refactored with_plugins target to reuse jquery target, avoiding duplication
|
2006-10-27 12:32:14 +00:00 |
|
Jörn Zaefferer
|
83b0e17f3f
|
Fix preventDefault for all browsers
|
2006-10-27 10:49:18 +00:00 |
|
Klaus Hartl
|
c6860d55d4
|
make task pack_tabs independent of jquery by creating dist directory itself
|
2006-10-27 09:25:46 +00:00 |
|
Jörn Zaefferer
|
8b875055ec
|
Fix to prevent potential memory leak, dunno if that actually helps
|
2006-10-27 08:23:25 +00:00 |
|
Jörn Zaefferer
|
4e5b46f7f6
|
Modified onexxx handlers to unbind themselve when executed; Reintroduced event fixes (and added some more comments)
|
2006-10-27 08:10:00 +00:00 |
|
Yehuda Katz
|
440d512edd
|
Updates to the parsing engine
|
2006-10-27 01:19:27 +00:00 |
|
Yehuda Katz
|
3980dc9295
|
Added comments to various plugins and added make and ant options to make docs with plugins
|
2006-10-26 23:11:34 +00:00 |
|
John Resig
|
fce3c7f74b
|
Moved dimensions to the plugins area.
|
2006-10-26 19:21:54 +00:00 |
|
John Resig
|
476cbd2f1a
|
Rolled back Joern's changes. They've been moved to another branch, and will be merged for 1.1.
|
2006-10-26 16:09:55 +00:00 |
|
John Resig
|
44e4b36c08
|
Moved jquery and plugins to a single trunk.
|
2006-10-26 15:53:47 +00:00 |
|
Jörn Zaefferer
|
897fbfe89c
|
Fixed and improved jQuery's event system: The target property of the event object is now fixed (IE and Safari), bind() accepts now a third parameter "amount" to run the function only the specified number of times, oneclick etc. uses this new bind - it removes the handler when it is not necessary anymore, therefore providing better performance, see accordion for test/demo ( http://joern.jquery.com/accordion/accordion.html )
|
2006-10-26 12:41:25 +00:00 |
|
Jörn Zaefferer
|
5131224427
|
Modified core and form test suites to use a single stylesheet; Modified form.js to use :submit instead of [@type=submit] and :image...
|
2006-10-26 10:58:23 +00:00 |
|
Brandon Aaron
|
f1f3d6f300
|
Fix for jQuery.clean that caused Safari to crash with newline characters
|
2006-10-25 14:05:25 +00:00 |
|
Klaus Hartl
|
215aab2793
|
Added task to build packed tabs plugin
|
2006-10-20 15:07:40 +00:00 |
|
Brandon Aaron
|
4bcb578c79
|
More clean up on jQuery.clean
|
2006-10-19 21:47:05 +00:00 |
|
Brandon Aaron
|
24142f6031
|
readonly: "readOnly" added to 'fix' in jQuery.attr plus tests
Cleaned up jQuery.clean method (Thanks Dave Methvin)
|
2006-10-19 18:31:09 +00:00 |
|
John Resig
|
ca91d78963
|
Added fix for radio inputs becoming unchecked during an animation.
|
2006-10-18 04:32:31 +00:00 |
|
Brandon Aaron
|
14b09024cb
|
Fix and tests for appending HTML options to select elements.
Fixed previous tests for 193 and 170.
|
2006-10-17 19:12:22 +00:00 |
|
Brandon Aaron
|
6f7cd66959
|
Added tests for 193 and 170.
Removed unused line of code from fx.
|
2006-10-17 15:34:19 +00:00 |
|
Brandon Aaron
|
688c724b1f
|
Fix for #193 again
|
2006-10-15 22:47:58 +00:00 |
|
John Resig
|
2e23d0168e
|
Guess that was important, after all. Helps IE to map the object correctly.
|
2006-10-15 17:03:08 +00:00 |
|
John Resig
|
c9511ef948
|
Added fix for jQuery.extend( Object, null || undefined ) lapsing back to just jQuery.extend( Object ).
|
2006-10-15 03:11:02 +00:00 |
|
John Resig
|
af961d58c2
|
Fixed all warnings generated when javascript.options.strict is enabled in Firefox about:config.
|
2006-10-15 02:57:55 +00:00 |
|
Jörn Zaefferer
|
e7669f64d8
|
Added test for #174; Modified failing (IE) tests for find
|
2006-10-13 14:56:14 +00:00 |
|
Jörn Zaefferer
|
bfa8306633
|
Fix for #265: Initialize defaults for global and timeout properly when $.ajax is called internally (argument list instead of hash)
|
2006-10-13 14:02:29 +00:00 |
|