Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/jquery/jquery
jQuery JavaScript Library
https://github.com/jquery/jquery
Make sure that document.body exists, at least, in IE before the ready event is fired. Fixes #5443.
81bfd9b870f658ce00eec48ea48a84d69c20bf05 authored about 15 years ago by John Resig <[email protected]>
81bfd9b870f658ce00eec48ea48a84d69c20bf05 authored about 15 years ago by John Resig <[email protected]>
The complete event wasn't getting called on local file 404s. Thanks to 'mrspeaker' for the patch. Fixes #5468.
513053d62ba86ca6ab1f4646fdac3ec6819b2db9 authored about 15 years ago by John Resig <[email protected]>
513053d62ba86ca6ab1f4646fdac3ec6819b2db9 authored about 15 years ago by John Resig <[email protected]>
Fixed the case where getComputedStyled was assumed to exist if getBoundingClientRect did (which isn't the case on the Playstation 3). Fixes #5467.
9a371e2d93d6e0a70b4c99e2ca44cbe14017fe5c authored about 15 years ago by John Resig <[email protected]>
9a371e2d93d6e0a70b4c99e2ca44cbe14017fe5c authored about 15 years ago by John Resig <[email protected]>
Removing some of the SVN-specific stuff from the Ant build file (should probably be updated to use the new Git functionality.
339708cda9985aeef947a28bec1354bdfcc2a358 authored about 15 years ago by John Resig <[email protected]>
339708cda9985aeef947a28bec1354bdfcc2a358 authored about 15 years ago by John Resig <[email protected]>
changed the extension of the README from .markdown to .md
10068d5fd03ebd621cc26e74cb7fc1ae9a5abab7 authored about 15 years ago by Michael Bensoussan <[email protected]>
10068d5fd03ebd621cc26e74cb7fc1ae9a5abab7 authored about 15 years ago by Michael Bensoussan <[email protected]>
update the README for more readbility
fbc162b9a3c31095c91207b72efcf827b3938034 authored about 15 years ago by Michael Bensoussan <[email protected]>
fbc162b9a3c31095c91207b72efcf827b3938034 authored about 15 years ago by Michael Bensoussan <[email protected]>
update the README title with a direct link
044ad9052aa88808fc6ccd512269d25bf44cd6b7 authored about 15 years ago by Michael Bensoussan <[email protected]>
044ad9052aa88808fc6ccd512269d25bf44cd6b7 authored about 15 years ago by Michael Bensoussan <[email protected]>
from txt to markdown
a1bb3ee44d59912b0f911db0133ea459186529ed authored about 15 years ago by Michael Bensoussan <[email protected]>
a1bb3ee44d59912b0f911db0133ea459186529ed authored about 15 years ago by Michael Bensoussan <[email protected]>
Consistant splits using " " instead of ","
This was used in several other areas, and IMO is easier to read
and since nothing is multi-word ...
Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process.
81f65ce33931831dc651c5d3ebf2b31b551b6b8b authored about 15 years ago by John Resig <[email protected]>
81f65ce33931831dc651c5d3ebf2b31b551b6b8b authored about 15 years ago by John Resig <[email protected]>
Moved a bunch of methods out of the jQuery-specific Sizzle code into more-appropriate files, in jQuery itself.
bbffc99f7c60d42d4286786dfd6a43aa31d62ae2 authored about 15 years ago by John Resig <[email protected]>
bbffc99f7c60d42d4286786dfd6a43aa31d62ae2 authored about 15 years ago by John Resig <[email protected]>
fix sed statement used to extract the date
b7ccc58afec145120e8e675cf8fd30e9ea97f2a3 authored about 15 years ago by Jon Evans <[email protected]>
b7ccc58afec145120e8e675cf8fd30e9ea97f2a3 authored about 15 years ago by Jon Evans <[email protected]>
Removed the revision info and fixed the date pull to work against git log instead of SVN.
bcbd06b66fe49187c82b8233b1f1370980fff4d1 authored about 15 years ago by John Resig <[email protected]>
bcbd06b66fe49187c82b8233b1f1370980fff4d1 authored about 15 years ago by John Resig <[email protected]>
Removing the old speed perf directory (the current one is in the main 'speed' directory).
c7006d2fa54ee66cc0fa413aabe157a0248673e0 authored about 15 years ago by John Resig <[email protected]>
c7006d2fa54ee66cc0fa413aabe157a0248673e0 authored about 15 years ago by John Resig <[email protected]>
Only need Java if you want to build a minified version of jQuery.
04ab7944102f99896a0662becf8e838fb9112412 authored about 15 years ago by John Resig <[email protected]>
04ab7944102f99896a0662becf8e838fb9112412 authored about 15 years ago by John Resig <[email protected]>
Removed the 'lite' build option (no longer used) and updated the README.
b2e96801165e20822dd535525260f96d9199ac67 authored about 15 years ago by John Resig <[email protected]>
b2e96801165e20822dd535525260f96d9199ac67 authored about 15 years ago by John Resig <[email protected]>
Cleaned out the build directory - a lot of old files that weren't being used anymore.
cd05cac37f8e63608496788fc7afa5400c18752e authored about 15 years ago by John Resig <[email protected]>
cd05cac37f8e63608496788fc7afa5400c18752e authored about 15 years ago by John Resig <[email protected]>
Removing some old text files.
1ef930b3845248379f37a6b26c826122e9f65932 authored about 15 years ago by John Resig <[email protected]>
1ef930b3845248379f37a6b26c826122e9f65932 authored about 15 years ago by John Resig <[email protected]>
Added the submodule init/update to the Makefile for 'make test' and updated the README to be more current.
4c85dec058d0edc41f06f88cb605a9c133cb18e5 authored about 15 years ago by John Resig <[email protected]>
4c85dec058d0edc41f06f88cb605a9c133cb18e5 authored about 15 years ago by John Resig <[email protected]>
Pull in QUnit using a submodule. In order to build jQuery (and run the tests) you'll need to do 'git submodule init' and 'git submodule update' after checkout.
920238d4851bc9b1ee22f6ebdffde9ed55cb1e91 authored about 15 years ago by John Resig <[email protected]>
920238d4851bc9b1ee22f6ebdffde9ed55cb1e91 authored about 15 years ago by John Resig <[email protected]>
We don't want to filter out the qunit file.
4a51b12b95fe6c6c617e02913b7ac5ee3a4b29a0 authored about 15 years ago by John Resig <[email protected]>
4a51b12b95fe6c6c617e02913b7ac5ee3a4b29a0 authored about 15 years ago by John Resig <[email protected]>
Fixed the cleaning method to support namespaced elements. Thanks to einaros for the patch recommendation. Fixes #5358.
098a2bb4d0eec2d590c222bb04bcdda7e1dcd169 authored about 15 years ago by John Resig <[email protected]>
098a2bb4d0eec2d590c222bb04bcdda7e1dcd169 authored about 15 years ago by John Resig <[email protected]>
Fixed == change in ready.
4b5a680f776ee2582e2c1f85b7b0cd9a95254dc3 authored about 15 years ago by John Resig <[email protected]>
4b5a680f776ee2582e2c1f85b7b0cd9a95254dc3 authored about 15 years ago by John Resig <[email protected]>
Updated the jQuery suite to use the updated QUnit CSS styling.
805832afc7b7e6d1cc199949d0bfdd3ea21d94a3 authored about 15 years ago by John Resig <[email protected]>
805832afc7b7e6d1cc199949d0bfdd3ea21d94a3 authored about 15 years ago by John Resig <[email protected]>
Updated the jQuery test suite to use the new QUnit file names.
3b5de9df40249575ba575b63a0856d6f48c8382a authored about 15 years ago by John Resig <[email protected]>
3b5de9df40249575ba575b63a0856d6f48c8382a authored about 15 years ago by John Resig <[email protected]>
Moved the jQuery-specific test suite CSS into a separate file.
0256edbd6ff0cccfa1d522ab415afc34255b123b authored about 15 years ago by John Resig <[email protected]>
0256edbd6ff0cccfa1d522ab415afc34255b123b authored about 15 years ago by John Resig <[email protected]>
Adapted the jQuery test suite to handle the toolbar moving inline.
b996026e383eae34dd52824dda5bbe029e2eda51 authored about 15 years ago by John Resig <[email protected]>
b996026e383eae34dd52824dda5bbe029e2eda51 authored about 15 years ago by John Resig <[email protected]>
Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.
b0306cc3a662edf9675cd16081ff0e81b2a0f587 authored about 15 years ago by John Resig <[email protected]>
b0306cc3a662edf9675cd16081ff0e81b2a0f587 authored about 15 years ago by John Resig <[email protected]>
Fixed the q() method to use same instead of isSet.
dfeb8140facfe840e4c16768b54435e04c29851b authored about 15 years ago by John Resig <[email protected]>
dfeb8140facfe840e4c16768b54435e04c29851b authored about 15 years ago by John Resig <[email protected]>
Switched from using QUnit's isObj/isSet to the more robust same method.
4bda398e6aa63082c41bb0d06fcc184acd7f76c5 authored about 15 years ago by John Resig <[email protected]>
4bda398e6aa63082c41bb0d06fcc184acd7f76c5 authored about 15 years ago by John Resig <[email protected]>
Moved some jQuery-specific test methods into the core module.
f8b7d391e6baa991dd7f8761ee50871aefef71b8 authored about 15 years ago by John Resig <[email protected]>
f8b7d391e6baa991dd7f8761ee50871aefef71b8 authored about 15 years ago by John Resig <[email protected]>
Moved the init test script off into a separate file.
8df82d2b04505a45408c2fcf22859a4c60af2e58 authored about 15 years ago by John Resig <[email protected]>
8df82d2b04505a45408c2fcf22859a4c60af2e58 authored about 15 years ago by John Resig <[email protected]>
Adding in .unwrap() support, thanks to Ben Alman! Fixes #5191.
69e6e53555f21f07b534f1169298f7b33011bb4b authored about 15 years ago by John Resig <[email protected]>
69e6e53555f21f07b534f1169298f7b33011bb4b authored about 15 years ago by John Resig <[email protected]>
Removed the trailing endline from the version.
70b9aed422c34047299fe6e8934902fae61f2a3e authored about 15 years ago by John Resig <[email protected]>
70b9aed422c34047299fe6e8934902fae61f2a3e authored about 15 years ago by John Resig <[email protected]>
Full steam ahead! We're going for 1.4.
79ba722e6ee04c7d54c3d67e6fdcf6a99dbbaf3c authored about 15 years ago by John Resig <[email protected]>
79ba722e6ee04c7d54c3d67e6fdcf6a99dbbaf3c authored about 15 years ago by John Resig <[email protected]>
A follow-up to [6578] (which stopped adding expandos to elements that didn't have data). That broke jQuery.unique() (so we're now using the unique from Sizzle). Using Sizzle's unique (which also sorts in document order) changed how add, andSelf, parents, nextAll, prevAll, and siblings work. after and before were changed to not use .add() (in order to guarantee their position in the jQuery set). Also, jQuery.data(elem) was updated to return that element's data object (instead of its ID).
$("<div/>").after("<span/>")
=> [ div, span ]
(calling after on a disconnected DOM node adds the...
Getting $.param working well; Patch by ben_alman
67089eedf6f84acd9c16ea2a6dadadf7b13a7c84 authored over 15 years ago by Yehuda Katz <[email protected]>
67089eedf6f84acd9c16ea2a6dadadf7b13a7c84 authored over 15 years ago by Yehuda Katz <[email protected]>
Probably not the optimal solution, but tests pass.
45dfa3b0fc49718c4f00600d1e25a129601d08ee authored over 15 years ago by Yehuda Katz <[email protected]>
45dfa3b0fc49718c4f00600d1e25a129601d08ee authored over 15 years ago by Yehuda Katz <[email protected]>
jquery event: closes #5250. bind(), unbind() and one() support Object Literals (needs some refactor though)
9ebb2fc654d51244618e208705e2258fe733058f authored over 15 years ago by Ariel Flesler <[email protected]>
9ebb2fc654d51244618e208705e2258fe733058f authored over 15 years ago by Ariel Flesler <[email protected]>
data should not add expando unless actually adding data
97e134fe80a734b97170bf43c9459511f4e165c7 authored over 15 years ago by Brandon Aaron <[email protected]>
97e134fe80a734b97170bf43c9459511f4e165c7 authored over 15 years ago by Brandon Aaron <[email protected]>
Missing a var on a for loop, caused a variable to be leaked.
24ffc395a7b2e0b925fcb7959d743820fe269f07 authored over 15 years ago by John Resig <[email protected]>
24ffc395a7b2e0b925fcb7959d743820fe269f07 authored over 15 years ago by John Resig <[email protected]>
Missing a var on a for loop, caused a variable to be leaked.
e907b8769f473d8b3b271ce91fb0e7a1b3a6d24f authored over 15 years ago by John Resig <[email protected]>
e907b8769f473d8b3b271ce91fb0e7a1b3a6d24f authored over 15 years ago by John Resig <[email protected]>
offset is now a setter
daffb954e397bd5d9f8e9aaedab6c0baa9609e1e authored over 15 years ago by Brandon Aaron <[email protected]>
daffb954e397bd5d9f8e9aaedab6c0baa9609e1e authored over 15 years ago by Brandon Aaron <[email protected]>
remove globals in tests for compability with ?noglobals, to be enabled by default
f55fb36e54eb82b112fa7af2c9b2c28c3a1c38cf authored over 15 years ago by Jörn Zaefferer <[email protected]>
f55fb36e54eb82b112fa7af2c9b2c28c3a1c38cf authored over 15 years ago by Jörn Zaefferer <[email protected]>
fixed global variables introduced in for loop with missing var-keyword (detected via QUnit's no ?noglobals)
0b36b26259bb1384d8a6d7d55d8738082b96c304 authored over 15 years ago by Jörn Zaefferer <[email protected]>
0b36b26259bb1384d8a6d7d55d8738082b96c304 authored over 15 years ago by Jörn Zaefferer <[email protected]>
jquery attributes: closes #5234. attr() supports jQuery.fn methods.
5550356a12f525cbda0640fd06169259d4c02092 authored over 15 years ago by Ariel Flesler <[email protected]>
5550356a12f525cbda0640fd06169259d4c02092 authored over 15 years ago by Ariel Flesler <[email protected]>
testrunner: focus & blur events could fail if the window isn't focused
8356871a5522ad59cac80af2ca4695079059b97e authored over 15 years ago by Ariel Flesler <[email protected]>
8356871a5522ad59cac80af2ca4695079059b97e authored over 15 years ago by Ariel Flesler <[email protected]>
Adding some fixes for commit [6537]. If there's leading whitespace, or if an exception is thrown by innerHTML, we need to use the old style method.
fc4c6915344625fadf55ca25d3cf9094544d301a authored over 15 years ago by John Resig <[email protected]>
fc4c6915344625fadf55ca25d3cf9094544d301a authored over 15 years ago by John Resig <[email protected]>
jquery ajax: addition for #2452. Wasn't working correctly in some cases.
cf8c1249d1efbdaf4f4dd8d1a36bb803335f4ee8 authored over 15 years ago by Ariel Flesler <[email protected]>
cf8c1249d1efbdaf4f4dd8d1a36bb803335f4ee8 authored over 15 years ago by Ariel Flesler <[email protected]>
Fix for SVN rev [6537]. Events weren't being unbound correctly in Internet Explorer (cleanData wasn't handling malformed NodeList results correctly).
7638fc58354e295f96a2d948adcb1ce1c2da60b3 authored over 15 years ago by John Resig <[email protected]>
7638fc58354e295f96a2d948adcb1ce1c2da60b3 authored over 15 years ago by John Resig <[email protected]>
jquery ajax: closes #2452. get() and post() weren't shifting all arguments correctly.
5b9214e7d8db9759471dd95822a207a8653b48a3 authored over 15 years ago by Ariel Flesler <[email protected]>
5b9214e7d8db9759471dd95822a207a8653b48a3 authored over 15 years ago by Ariel Flesler <[email protected]>
jquery ajax: closes #4994. Adding 'context' setting to $.ajax
183f37e4b4128af7ba096ac40046768b84b6d66e authored over 15 years ago by Ariel Flesler <[email protected]>
183f37e4b4128af7ba096ac40046768b84b6d66e authored over 15 years ago by Ariel Flesler <[email protected]>
avoid creating a new data cache if we don't need one. Also, short-circuit the case where $.data is used to get the cache id
c4f144eeffd94c745839b0ced2de9c62cfa9f075 authored over 15 years ago by Yehuda Katz <[email protected]>
c4f144eeffd94c745839b0ced2de9c62cfa9f075 authored over 15 years ago by Yehuda Katz <[email protected]>
jquery data: adding missing semicolons
19cd84cf3261ee412a2521df73dcf9d6cfba04a3 authored over 15 years ago by Ariel Flesler <[email protected]>
19cd84cf3261ee412a2521df73dcf9d6cfba04a3 authored over 15 years ago by Ariel Flesler <[email protected]>
Make jQuery.winnow a local function
9b20eb4c85edb156d365e7e376faeef5c741e8fd authored over 15 years ago by Yehuda Katz <[email protected]>
9b20eb4c85edb156d365e7e376faeef5c741e8fd authored over 15 years ago by Yehuda Katz <[email protected]>
jquery fx: closes #2542. show/hide(0, fn) wasn't calling the callback.
321267dcecdd812090368bf5bd646b3ddfdb4459 authored over 15 years ago by Ariel Flesler <[email protected]>
321267dcecdd812090368bf5bd646b3ddfdb4459 authored over 15 years ago by Ariel Flesler <[email protected]>
testrunner: resetting the scroll position after focusing a field
5e0da8c0365b729f63fbd6d27223776551cb8f46 authored over 15 years ago by Ariel Flesler <[email protected]>
5e0da8c0365b729f63fbd6d27223776551cb8f46 authored over 15 years ago by Ariel Flesler <[email protected]>
Another fix for [6537] - make sure that .innerHTML isn't used on non-HTML documents and that we only attempt to use .innerHTML on DOM Elements.
3eb56b09b8ce903355b9173b6e60b2354a6c7ba7 authored over 15 years ago by John Resig <[email protected]>
3eb56b09b8ce903355b9173b6e60b2354a6c7ba7 authored over 15 years ago by John Resig <[email protected]>
Fixed a bug introduced in SVN rev [6537] that caused XML-based fragment creation to fail, in IE.
766635e8624f5e61e021086de9e763f2ef6b17ef authored over 15 years ago by John Resig <[email protected]>
766635e8624f5e61e021086de9e763f2ef6b17ef authored over 15 years ago by John Resig <[email protected]>
jquery event: misc removal
681f4fd3cdd4bdd23edbba05ed1389fabed86b41 authored over 15 years ago by Ariel Flesler <[email protected]>
681f4fd3cdd4bdd23edbba05ed1389fabed86b41 authored over 15 years ago by Ariel Flesler <[email protected]>
jquery data: closes #5224. Exposing the expando.
a2731202917f8e90cad94ee574241d1626dc7fb6 authored over 15 years ago by Ariel Flesler <[email protected]>
a2731202917f8e90cad94ee574241d1626dc7fb6 authored over 15 years ago by Ariel Flesler <[email protected]>
Added support for .before(), .after(), and .replaceWith() on disconnected DOM nodes. Fixes bug #3940.
173c1477ae6efc4c2eeb7131ba0646c4e1323975 authored over 15 years ago by John Resig <[email protected]>
173c1477ae6efc4c2eeb7131ba0646c4e1323975 authored over 15 years ago by John Resig <[email protected]>
jquery event: fixes #4989. blur and focus events now bubble and can be handled using live().
bca82254137a161094377b2d8189c2d9d5906a0f authored over 15 years ago by Ariel Flesler <[email protected]>
bca82254137a161094377b2d8189c2d9d5906a0f authored over 15 years ago by Ariel Flesler <[email protected]>
fix for #5198, event memory leak limited to IE only via conditional compilation
f3474c00cd6d9e5fd61b6ef1562003e9986ad67d authored over 15 years ago by Brandon Aaron <[email protected]>
f3474c00cd6d9e5fd61b6ef1562003e9986ad67d authored over 15 years ago by Brandon Aaron <[email protected]>
fix for #5017
4a3c4c86c95a99282d743c09bccff8ad73a7ec11 authored over 15 years ago by Brandon Aaron <[email protected]>
4a3c4c86c95a99282d743c09bccff8ad73a7ec11 authored over 15 years ago by Brandon Aaron <[email protected]>
remove and detach unit tests were not cleaning up, causing selector tests to fail
b539b6e1d99892b5b37f7eac938331cfd2ebcd51 authored over 15 years ago by Brandon Aaron <[email protected]>
b539b6e1d99892b5b37f7eac938331cfd2ebcd51 authored over 15 years ago by Brandon Aaron <[email protected]>
jquery ajax: Misc rename
36ebb4f75ed2d6684c132ddbeb9a05ef015fbc90 authored over 15 years ago by Ariel Flesler <[email protected]>
36ebb4f75ed2d6684c132ddbeb9a05ef015fbc90 authored over 15 years ago by Ariel Flesler <[email protected]>
jquery core: Fixed #5202. Fixing selector generation when a manipulation function receives a jQuery object.
0790989eb60df9df884837c05f90bab14df0704e authored over 15 years ago by Ariel Flesler <[email protected]>
0790989eb60df9df884837c05f90bab14df0704e authored over 15 years ago by Ariel Flesler <[email protected]>
jquery core: removing the body optimization, as it is then handled by $("TAG").
66c58e9db6469a0ae3ab7a878b00c66c6a904806 authored over 15 years ago by Ariel Flesler <[email protected]>
66c58e9db6469a0ae3ab7a878b00c66c6a904806 authored over 15 years ago by Ariel Flesler <[email protected]>
jquery core: commenting the new access function.
9e1a955aab953d778e8d8a8c05e13135e87f3e46 authored over 15 years ago by Ariel Flesler <[email protected]>
9e1a955aab953d778e8d8a8c05e13135e87f3e46 authored over 15 years ago by Ariel Flesler <[email protected]>
jquery core: Closes #5189. Added a generic function to handle getting/setting key-value/setting a hash.
d1285504fb636a077ae5b1e53e35959cc7faebc7 authored over 15 years ago by Ariel Flesler <[email protected]>
d1285504fb636a077ae5b1e53e35959cc7faebc7 authored over 15 years ago by Ariel Flesler <[email protected]>
jquery core: fixes 5187. getElementsByTagName optimization was breaking $('div').live()
aadc268abf555f0f1cc7c5bc05d0dc73b35cb705 authored over 15 years ago by Ariel Flesler <[email protected]>
aadc268abf555f0f1cc7c5bc05d0dc73b35cb705 authored over 15 years ago by Ariel Flesler <[email protected]>
jquery core: closes #5186. getElementsByTagName optimization was breaking the selector attribute.
bf230ffb6a1e0aae4dd0d4dae67ed2cafa19ecbb authored over 15 years ago by Ariel Flesler <[email protected]>
bf230ffb6a1e0aae4dd0d4dae67ed2cafa19ecbb authored over 15 years ago by Ariel Flesler <[email protected]>
Added support for .eq(-N), .first(), and .last(). Fixes #2164 and #4188.
9de120e6d7cfffa3d990a6ccf23db3cd74e2bdc0 authored over 15 years ago by John Resig <[email protected]>
9de120e6d7cfffa3d990a6ccf23db3cd74e2bdc0 authored over 15 years ago by John Resig <[email protected]>
Optimize jQuery() for the case $("TAG").
4ea4fad0902839c06c281b5de7b0aca29922b63d authored over 15 years ago by John Resig <[email protected]>
4ea4fad0902839c06c281b5de7b0aca29922b63d authored over 15 years ago by John Resig <[email protected]>
Use the native Array indexOf method if it exists, for jQuery.inArray.
1e750a00e988b4738e4b47b923bd78dbaffa6fb8 authored over 15 years ago by John Resig <[email protected]>
1e750a00e988b4738e4b47b923bd78dbaffa6fb8 authored over 15 years ago by John Resig <[email protected]>
Removed jQuery.className.(has|remove|add) in favor of .addClass/removeClass/hasClass. Also rewrote the functions for additional performance.
96dd06ea50674c77de4a5d953c227bb54d9276af authored over 15 years ago by John Resig <[email protected]>
96dd06ea50674c77de4a5d953c227bb54d9276af authored over 15 years ago by John Resig <[email protected]>
Broke the logic for .clean() wrap out into a separate, static, data structure. Also improved the performance of .html() looking for the case where .innerHTML can be used without problems. Also tweaked some cases where cleanData() was used, no need to use jQuery selectors in these cases.
520f1a26845252dd6d7fd5f3b5bb7779ba91eb2c authored over 15 years ago by John Resig <[email protected]>
520f1a26845252dd6d7fd5f3b5bb7779ba91eb2c authored over 15 years ago by John Resig <[email protected]>
Split out the fragment-building code from domManip. Switched core.js to using that instead. Also moved the standalone tag detection to $(...) for performance.
9d8d74569c8114f9c9b0f42bca71536e154c5944 authored over 15 years ago by John Resig <[email protected]>
9d8d74569c8114f9c9b0f42bca71536e154c5944 authored over 15 years ago by John Resig <[email protected]>
Added an optimization for the case where $("body") is used.
b7d4e0e46cb2cad6f400173cd09ce44d1b8ad04e authored over 15 years ago by John Resig <[email protected]>
b7d4e0e46cb2cad6f400173cd09ce44d1b8ad04e authored over 15 years ago by John Resig <[email protected]>
Adds nested param serialization; Closes #4201 (by merbjedi)
50d78e7658382d2a2f5149cae7a6572f78ce403f authored over 15 years ago by Yehuda Katz <[email protected]>
50d78e7658382d2a2f5149cae7a6572f78ce403f authored over 15 years ago by Yehuda Katz <[email protected]>
Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handling the case where documentElement is undefined (which only occurs on HTML documents in IE).
569c8b45c0d301663f3f6c88b606d199fc78ec1a authored over 15 years ago by John Resig <[email protected]>
569c8b45c0d301663f3f6c88b606d199fc78ec1a authored over 15 years ago by John Resig <[email protected]>
Tweaked the isXMLDoc iframe test case to test the document, not the body element (which doesn't exist in IE). Also made the isXMLDoc code handle cases where elem is null, undefined, etc.
957cd6fb2a2b7b8cfe9ac6b3f2b3cc2bc8163449 authored over 15 years ago by John Resig <[email protected]>
957cd6fb2a2b7b8cfe9ac6b3f2b3cc2bc8163449 authored over 15 years ago by John Resig <[email protected]>
If the XHR object no longer exists assume that the request was aborted.
f52c4a3d5fb69f143d90f9a032e2a004c36ccae3 authored over 15 years ago by John Resig <[email protected]>
f52c4a3d5fb69f143d90f9a032e2a004c36ccae3 authored over 15 years ago by John Resig <[email protected]>
Temporarily disabled some tests for Opera 10 - a variety of problems with input elements and selectors exist.
a64ad8b4e97e68b51996268ecc7bcdf4271d082c authored over 15 years ago by John Resig <[email protected]>
a64ad8b4e97e68b51996268ecc7bcdf4271d082c authored over 15 years ago by John Resig <[email protected]>
Moved exposing window.jQuery and window.$ to the end of the jQuery file (helps some compatibility cases with older version of Prototype). Fixes ticket #4834.
bddd1837bb512b0ed537fbbdecf3ac3f6067adba authored over 15 years ago by John Resig <[email protected]>
bddd1837bb512b0ed537fbbdecf3ac3f6067adba authored over 15 years ago by John Resig <[email protected]>
Added support for .closest(filter, DOMElement). Fixes #4072.
d6991fa273515a8503692324499edcc71b5c3f64 authored over 15 years ago by John Resig <[email protected]>
d6991fa273515a8503692324499edcc71b5c3f64 authored over 15 years ago by John Resig <[email protected]>
Backing out commit #6507 - causes too many problems.
61b18c866c57f9156f746b691517649f2ce628aa authored over 15 years ago by John Resig <[email protected]>
61b18c866c57f9156f746b691517649f2ce628aa authored over 15 years ago by John Resig <[email protected]>
Fix some missing braces in core.js.
b7a3b220a8a2b5b0378c9f176ca5ae0f786a6fcf authored over 15 years ago by John Resig <[email protected]>
b7a3b220a8a2b5b0378c9f176ca5ae0f786a6fcf authored over 15 years ago by John Resig <[email protected]>
Added an improvement to quickExpr and some more tests for jQuery('html'). Fixes #4979.
18a6fbbb6ab0bdabbbd377d23385650e45c30e74 authored over 15 years ago by John Resig <[email protected]>
18a6fbbb6ab0bdabbbd377d23385650e45c30e74 authored over 15 years ago by John Resig <[email protected]>
Make sure payload is sent for PUT requests. (Thanks alx). Fixes #4971.
8c18dcdeb08b8e2b908c17efd760ff25635f3749 authored over 15 years ago by John Resig <[email protected]>
8c18dcdeb08b8e2b908c17efd760ff25635f3749 authored over 15 years ago by John Resig <[email protected]>
Shortened the isXMLDoc code, based upon recommendation from Andrea.
255a293cda03e787998747a3f7b1e456b683a0f6 authored over 15 years ago by John Resig <[email protected]>
255a293cda03e787998747a3f7b1e456b683a0f6 authored over 15 years ago by John Resig <[email protected]>
Added an extra documentElement check to isXMLDoc for IE - and added a number of unit tests for isXMLDoc. Fixes #4833.
2cd9ee3510a03091c929b849ea164c9f97e262e7 authored over 15 years ago by John Resig <[email protected]>
2cd9ee3510a03091c929b849ea164c9f97e262e7 authored over 15 years ago by John Resig <[email protected]>
Implemented support for .context limited .closest() calls. Fixes #4072.
cae93c39eb57ccc2acc5e101eda7a56e0a734cdf authored over 15 years ago by John Resig <[email protected]>
cae93c39eb57ccc2acc5e101eda7a56e0a734cdf authored over 15 years ago by John Resig <[email protected]>
Fix for animating hyphenated CSS properties. Fixes #4156.
343b0936a43953a993d1f2cc500b954d5bcc8280 authored over 15 years ago by John Resig <[email protected]>
343b0936a43953a993d1f2cc500b954d5bcc8280 authored over 15 years ago by John Resig <[email protected]>
Fix for #4972. Dreamweaver CS4 crashes on offset module. Thanks mike.helgeson
fd0bf5d6edec1f3c03008bb29b16d7e7e1b36abc authored over 15 years ago by Brandon Aaron <[email protected]>
fd0bf5d6edec1f3c03008bb29b16d7e7e1b36abc authored over 15 years ago by Brandon Aaron <[email protected]>
revision 6494 accidentally reverted some changes to offset module
3d8ceaf2f21f4782ff21746887e2bcf56025e704 authored over 15 years ago by Brandon Aaron <[email protected]>
3d8ceaf2f21f4782ff21746887e2bcf56025e704 authored over 15 years ago by Brandon Aaron <[email protected]>
add scrollTop/Left tests and fix for IE
cafd392af0a2736a33cf1528198c66a233285b3d authored over 15 years ago by Brandon Aaron <[email protected]>
cafd392af0a2736a33cf1528198c66a233285b3d authored over 15 years ago by Brandon Aaron <[email protected]>
speed: adding a benchmark() function
cf7a0cfdc106992ec3073560044304e7e6dcfbbd authored over 15 years ago by Ariel Flesler <[email protected]>
cf7a0cfdc106992ec3073560044304e7e6dcfbbd authored over 15 years ago by Ariel Flesler <[email protected]>
speed: misc changes to the top comment
0d389c066aca61795ac43e08d56870959df1de9c authored over 15 years ago by Ariel Flesler <[email protected]>
0d389c066aca61795ac43e08d56870959df1de9c authored over 15 years ago by Ariel Flesler <[email protected]>