Daniel Gálvez
|
b398a68333
|
Fix #11542. document.body should not be special in .offset() and document.documentElement is the default element.offsetParent. Close gh-899.
|
2012-10-24 23:35:15 -04:00 |
|
Dave Methvin
|
69e2f068fe
|
Fix #9469. Remove semi-functional .selector property. Close gh-1006.
Saved 65 bytes.
|
2012-10-24 22:36:20 -04:00 |
|
Rick Waldron
|
812c6087ad
|
Brute force property removal when removeData([a,b,c]). Fixes #12786
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
2012-10-24 14:12:28 -04:00 |
|
Timmy Willison
|
2eff7fe72d
|
Sizzle: remove unneeded vars and POS regex (-22 bytes)
|
2012-10-24 10:35:08 -04:00 |
|
Mike Sherov
|
bede0123d9
|
new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comments, rendering smarttabs useless
|
2012-10-22 13:29:43 -04:00 |
|
Matthias Jäggli
|
227c49a459
|
Fix #12411, .removeClass(undefined) is a chaining no-op. Close gh-913.
.removeClass() //removes all classes, as documented
.removeClass(window.nonExistentVariable) // removes nothing
|
2012-10-21 21:06:41 -04:00 |
|
Oleg
|
9dd0b01017
|
Fix #12061. Avoid window.onbeforeunload to permit multiple handlers. Close gh-894.
|
2012-10-20 22:29:18 -04:00 |
|
Dave Methvin
|
08341437e0
|
Remove deprecated $.uuid and dunseled $.deletedIds.
|
2012-10-20 22:18:29 -04:00 |
|
Marcel Greter
|
de9ff7cd17
|
Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.
|
2012-10-20 22:10:06 -04:00 |
|
Oleg Gaidarenko
|
cafb542da9
|
Alternate fix for #11426; check responseText. Close gh-843.
|
2012-10-20 21:25:39 -04:00 |
|
Rick Waldron
|
8076a33bd8
|
Don't expose jQuery.deletedIds. Close gh-889.
|
2012-10-20 21:02:21 -04:00 |
|
Sai Wong
|
2b0e720406
|
Fix #12048. Set attributes for XML fragments. Close gh-965.
|
2012-10-20 15:27:43 -04:00 |
|
Merrifield, Jay
|
408e5e08c2
|
Fixes #12518, removes an offsetWidth on focus/blur events for an <IE9 bug that caused a performance hit. Closes gh-958
|
2012-10-20 14:00:30 -04:00 |
|
Sai Wong
|
5228f0a618
|
Fix #12610, remove unneeded window.event. Close gh-968.
|
2012-10-20 10:07:01 -04:00 |
|
Richard Gibson
|
b5084b4bf2
|
Fix #4262: faster .eq(), closes gh-1000.
|
2012-10-19 22:32:25 -04:00 |
|
Allen J Schmidt Jr
|
c6cf30a56e
|
Fix #12739. Keep namespace when triggering with an Event. Close gh-972.
|
2012-10-19 16:42:13 -04:00 |
|
jaubourg
|
9346c0ef99
|
adds strict rule to jshint options (except for test files). "use strict" is added to the main jQuery closure and some "could-be-unsafe" this trickery in effects is silenced.
|
2012-10-18 00:50:01 -04:00 |
|
James Huston
|
ee9687d441
|
Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Close gh-993.
|
2012-10-17 16:28:55 -04:00 |
|
Richard Gibson
|
c31539c8a2
|
no ticket: fix jQuery suite failure on Android
|
2012-10-17 15:20:50 -04:00 |
|
Merrifield, Jay
|
063ea024e9
|
Fixes #12569. Improve Feature Detect For oldIE bubbling. closes gh-967
|
2012-10-17 15:02:31 -04:00 |
|
Merrifield, Jay
|
425272aea1
|
Fixes #12749, correctly detect position() for position:fixed elements, closes gh-991
|
2012-10-17 13:41:49 -04:00 |
|
Mike Sherov
|
16d996ba0c
|
no ticket: remove and enforce unused vars in jshint
|
2012-10-17 12:52:12 -04:00 |
|
Timmy Willison
|
7607068faa
|
Update Sizzle: fixes failing tests in traversing (FF, Opera, Safari)
|
2012-10-17 11:13:26 -04:00 |
|
Sai Wong
|
0c1cea3761
|
Refactored before/after/replaceWith to not pushStack. Fixes #12664, closes gh-987
|
2012-10-16 16:50:40 -04:00 |
|
Timmy Willison
|
f47e3da3c2
|
Sizzzzzzllllleeeee
|
2012-10-16 16:42:21 -04:00 |
|
jaubourg
|
8bae5e19af
|
Uses an additive approach to generating anti-cache parameters rather than a timestamp. Fixes #12550
|
2012-10-16 16:08:13 -04:00 |
|
Timmy Willison
|
f9f034db6f
|
Update Sizzle: <3 reverts
|
2012-10-16 15:23:03 -04:00 |
|
Dave Methvin
|
947acfc32e
|
Merge branch 'master' of github.com:jquery/jquery
|
2012-10-16 15:15:00 -04:00 |
|
Daniel Galvez
|
ef7bce7e5c
|
Fix #11280. IE6-8 need name attribute to parse param. Close gh-914.
|
2012-10-16 15:07:44 -04:00 |
|
Rick Waldron
|
aeb036893d
|
Fixes busted indents. Sorry folks
|
2012-10-16 15:07:18 -04:00 |
|
Richard Gibson
|
0ea348bb5b
|
update sizzle for test failures
|
2012-10-16 15:03:33 -04:00 |
|
Rick Waldron
|
1fdc0b7f78
|
Replace unknown, mysterious html arg to replaceWith(fn...), with just the current node.
|
2012-10-16 15:01:59 -04:00 |
|
Greg Lavallee
|
e83bc970f2
|
Fixes #12736. Move hover event hack to deprecated.js for removal in 1.9. Closes gh-982.
Signed-off-by: Timmy Willison <timmywillisn@gmail.com>
|
2012-10-16 14:47:11 -04:00 |
|
Timmy Willison
|
bf145b6f3e
|
Sizzle was accidentally reverted
|
2012-10-16 13:28:57 -04:00 |
|
Mike Petrovich
|
861476eb3f
|
Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden during animation, closes gh-981
|
2012-10-16 12:30:28 -04:00 |
|
Timmy Willison
|
420dcc5842
|
Update Sizzle: allows disconnected sorting. Change add to always sort with added nodes, even when disconnected.
|
2012-10-16 11:54:54 -04:00 |
|
Ben Truyman
|
ce5784a480
|
Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Closes gh-979
|
2012-10-16 11:37:15 -04:00 |
|
Mike Sherov
|
fcaef88968
|
Clean up jshintrc configs. Close gh-983.
|
2012-10-16 11:28:11 -04:00 |
|
carldanley
|
08e134548f
|
Create private methods for processing data/removeData requests. Fixes #12519, Closes gh-976
|
2012-10-16 11:15:41 -04:00 |
|
MORGAN
|
4bb46f413a
|
Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971
|
2012-10-16 10:25:08 -04:00 |
|
Mike Sherov
|
ed9e34482a
|
enforce double quotes via JSHint. Closes gh-975
|
2012-10-16 10:17:14 -04:00 |
|
Akintayo Akinwunmi
|
78617f067a
|
Moved attrFN to deprecated. Close gh-977.
|
2012-10-16 10:01:18 -04:00 |
|
jaubourg
|
6eacf67e30
|
Merge branch 'master' of github.com:jquery/jquery
|
2012-10-16 09:41:15 -04:00 |
|
jaubourg
|
40f9ab9cdf
|
better, more maintainable version of the prefilters execution and transport selection
|
2012-10-16 09:40:42 -04:00 |
|
Erick Ruiz de Chavez
|
efc2d8b1a6
|
Fixing style for deferred.js unit tests. Close gh-973.
Close jquery/2012-dev-summit/#56
|
2012-10-16 08:24:18 -04:00 |
|
Mike Sherov
|
d70e64bff2
|
fix effects tests failure
|
2012-10-16 00:17:39 -04:00 |
|
Rick Waldron
|
6aae3e1038
|
Latest JSHint gets cranky with the _ vars in catch() {}
|
2012-10-15 18:05:36 -04:00 |
|
David Bonner
|
9104a3d5f2
|
Deprecate fn toggle Closes gh-970 https://github.com/jquery/2012-dev-summit/issues/24
|
2012-10-15 17:20:33 -04:00 |
|
Timmy Willison
|
add8503036
|
Update Sizzle: focus test was failing if browser window was not in focus
|
2012-10-15 16:09:58 -04:00 |
|
Timmy Willison
|
cb67571dd2
|
Sizzle: Fix :focus selector with elements that have a tabIndex !== -1
|
2012-10-15 10:40:32 -04:00 |
|