timmywil
c864455ccf
Global found in dataAttr function
2011-05-06 14:54:47 -04:00
timmywil
c72b0f3256
Check empty string instead of specified as specified is inconsistent on the name attribute. Fixes #9148 .
2011-05-06 13:49:20 -04:00
timmywil
f7f8450041
tmp was global in the new fn.promise. Fixes #9147 .
2011-05-06 12:10:16 -04:00
timmywil
a257e07ae4
Reduce boolean attribute list to only content attributes
...
- Removed IDL-only boolean attributes as well as officially deprecated attributes that we've not supported before
2011-05-06 10:53:05 -04:00
timmywil
f30cd4155e
Update boolean attribute list to contain all boolean attributes listed in w3c
2011-05-05 14:37:59 -04:00
timmywil
cccf9ad91d
Add support for the contenteditable attribute
2011-05-05 12:52:04 -04:00
timmywil
5097e6d1c6
Construct boolHook and rboolean regex to deal with boolean attributes. Fixes #9129 . Fixes #9123 .
...
- Construct regex for all attributes which are boolean attributes by specification.
+ This allows us to do what users expect with enumerated attributes and allows us to no longer complicate the issue.
+ People are just too confused with passing "true" instead of true when they should, so we won't have to worry about that anymore.
- Modularize code for dealing with boolean attributes into a separate hook to keep attr short and fast.
2011-05-05 12:17:08 -04:00
timmywil
5195335cf4
Set the property corresponding to a boolean attribute when setting to true. Fixes #9103 .
...
- Once boolean properties had been modified natively, setting the attribute no longer set the current value
2011-05-04 15:53:00 -04:00
timmywil
3ed4b22073
Run property names through propFix in removeProp
2011-05-04 11:40:46 -04:00
timmywil
480b88ca37
Set corresponding property to false when removing boolean attributes. Fixes #9094
2011-05-04 11:29:38 -04:00
timmywil
97144424cc
Update boolean check to avoid crashes, add all name fixes to propFix (properties are case-sensitive in all browsers), add tests for prop
2011-05-04 00:31:01 -04:00
John Resig
a9d9f8c542
If no hook is provided, and a boolean property exists, use that to return an attribute-style value for boolean attributes. Fixes #9079 .
2011-05-03 21:44:42 -04:00
John Resig
bfad45fe45
Fix problem with appending multiple string arguments in IE 6. Fixes #9072 .
2011-05-03 15:02:26 -04:00
timmywil
4ac2fdda2c
Fix setting value attributes on option elements. Fixes #9071 .
2011-05-03 14:48:36 -04:00
John Resig
ca338dc749
Check for #8984 wasn't strong enough, enhanced.
2011-05-02 13:31:23 -04:00
John Resig
6c449fd5df
Make sure that empty nodelists continue to map properly. Fixes #8993 .
2011-05-02 13:25:53 -04:00
John Resig
86aa764f0b
Change check for skipping the initial quickExpr RegExp check. Fixes #8984 .
2011-05-02 13:14:13 -04:00
timmywil
f1392d8208
Set background to none on our mock body and remove its contents to avoid a crash in IE when removing it. Fixes #9028 .
2011-05-02 11:57:01 -04:00
timmywil
24a8ffb3ea
Test for a colon in attribute names for IE6/7. Fixes #1591 .
2011-05-01 17:09:50 -04:00
Rick Waldron
0c2d1aee54
jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit test. Fixes #8950
2011-04-30 10:42:36 -04:00
Rick Waldron
bf678fd9d6
Restores var names to satisfy the crock-machine. Supplements #9008
2011-04-28 22:26:34 -04:00
Rick Waldron
ca367674c1
Restored /g flag to rspaces; Adds unit tests; Supplements #9008
2011-04-28 21:15:45 -04:00
rwldrn
57f56be04f
Make cached rspaces regex definitions consistent. Fixes #9008
2011-04-28 16:06:13 -04:00
Rick Waldron
08f52d69bd
jQuery.support core style guide correction. Fixes #8978
2011-04-26 09:45:27 -04:00
timmywil
5165033883
Add tests data- and aria- attributes and the autofocus boolean attribute and some style updates in jQuery.attr
2011-04-25 12:41:12 -04:00
aFarkas
83e9ce95d7
handle data- and aria- special
2011-04-25 12:41:12 -04:00
aFarkas
9559b1a294
dealing with boolean content attribute
2011-04-25 12:41:12 -04:00
Jordan Boesch
02ad0aa3b6
Landing pull request 344. using jQuery.nodeName where applicable.
...
More Details:
- https://github.com/jquery/jquery/pull/344
2011-04-23 17:58:56 -04:00
timmywil
15ccae91db
Switch the form nodeName check in attr to use jQuery.nodeName for consistency
2011-04-23 13:56:51 -04:00
timmywil
bc7bb0df28
Merge branch 'master' of github.com:jquery/jquery
2011-04-22 00:28:11 -04:00
timmywil
2942be780f
Combine the support tests for radioValue and appendChecked
2011-04-22 00:27:52 -04:00
Rick Waldron
3d9445e3fc
Landing pull request 340. Adds widows, orphans to cssNumber hash; includes tests. Fixes #8936 .
...
More Details:
- https://github.com/jquery/jquery/pull/340
- http://bugs.jquery.com/ticket/8936
2011-04-22 00:02:08 -04:00
Dave Methvin
16312c6b06
Merge branch 'master' of github.com:jquery/jquery into fix-8790a-quicker-trigger
2011-04-21 22:15:21 -04:00
timmywil
d274b7b9f7
Landing pull request 332. Appending disconnected radio or checkbox inputs and keeping checked setting Fixes #8060 , #8500 .
...
More Details:
- https://github.com/jquery/jquery/pull/332
- http://bugs.jquery.com/ticket/8060
- http://bugs.jquery.com/ticket/8500
2011-04-21 21:51:23 -04:00
timmywil
3ac9eb7ce3
Landing pull request [337]( https://github.com/jquery/jquery/pull/337 ). Value of radio inputs resets when type is set after the value in all IEs. Fixes #8570 ([bug]( http://bugs.jquery.com/ticket/8570 )).
2011-04-21 21:33:09 -04:00
timmywil
dbe966aa57
Update Sizzle and QUnit
2011-04-21 13:03:19 -04:00
jaubourg
a28eadff48
Makes sure no unload handler is bound when not in IE. Also simplifies the whole "on unload abort" code. Also avoids the declaration of yet another variables in the jQuery main closure for the temporary XHR used to assess support properties.
2011-04-21 18:43:40 +02:00
jeresig
60cfab3d19
Updating Sizzle and QUnit.
2011-04-20 19:08:29 -04:00
timmywil
103d325887
Follow w3c standard for setting the common boolean attributes to the same name(selected, checked, readOnly, and disabled)
2011-04-19 17:48:07 -04:00
timmywil
8d2d94cfba
Fix test suite fails for hiding text nodes in F4 and IE9. Update for #6135 .
2011-04-19 13:45:01 -04:00
timmywil
825d3d96ce
Only use getAttributeNode on buttons when setting value
2011-04-19 13:17:38 -04:00
jaubourg
3a3842c669
(Re) Fixes #8884 in a way that keeps the format of the headers map sent to transports natural.
2011-04-19 00:29:20 -07:00
Rick Waldron
8d3754751d
DRY out #6514
2011-04-17 15:29:49 -07:00
timmywil
34d80709ce
Fix value attribute and val for value on button elements. Fixes #1954
2011-04-17 18:17:31 -04:00
John Resig
15da298f72
Remove unnecessary usage of Function.prototype.bind ( #7783 ) but maintain API. Also fix bug with proxy failing when a name is provided. Fixes #8893 .
2011-04-17 18:17:31 -04:00
Brian Brennan
3cb9c1835c
Fix live mouseenter and mouseleave binding so they can be activated by triggers. Fixes #6514 .
2011-04-17 18:17:31 -04:00
timmywil
230a50ff1c
Update Sizzle - qunit-fixture changes
2011-04-17 14:25:16 -04:00
timmywil
3aa46725ed
Merge branch 'qunit_fixture'
2011-04-17 14:12:31 -04:00
timmywil
68cc3ad730
Update QUnit, fix visibility of #dl and pass JSLint in effects.js
2011-04-17 14:12:05 -04:00
John Resig
21c0be8496
Make sure that hide or show don't fail when operating on non-Element nodes. Fixes #6135 .
2011-04-17 11:07:42 -07:00
John Resig
728a70c036
Make sure that forms and selects are added to a jQuery set correctly. Fixes #6912 .
2011-04-17 10:51:24 -07:00
Gilmore Davidson
a9b81d759a
Added check for live mouseenter/mouseleave events if bound to nested elements with the same selector. Fixes #5884 .
2011-04-17 10:34:38 -07:00
John Resig
adef5c3550
Make sure that there isn't an error if no event object exists. Fixes #8755 .
2011-04-17 10:21:46 -07:00
Dave Methvin
235080e125
Follow-up to #8790 . Delay the creation of a jQuery.Event until we know it will need to be triggered.
2011-04-16 20:48:27 -04:00
John Resig
6e3b596514
Allow function to be passed in as a data object to bind and one. Fixes #6993 .
2011-04-16 17:37:35 -07:00
John Resig
94ee3e9743
Cache references to navigator and location. Fixes #6690 .
2011-04-16 14:18:56 -07:00
John Resig
5b197b6c5f
Merge branch 'cellpadding_support' of https://github.com/timmywil/jquery into timmywil-cellpadding_support
2011-04-16 09:17:34 -07:00
John Resig
8312e2d852
Merge branch 'effectsCleanup' of https://github.com/louisremi/jquery into louisremi-effectsCleanup
2011-04-16 09:16:45 -07:00
John Resig
ce7b311b92
Backing out fix for #6481 .
2011-04-16 09:12:53 -07:00
jaubourg
a519129e99
Removes now unnecessary regexp and companion function. Fixes some spacing issues. Shortens field names.
2011-04-15 14:16:43 -07:00
Sam Bisbee
4d3cb7d7ee
Fixing code styling typo.
2011-04-15 16:45:45 -04:00
Sam Bisbee
a9a79ccc6e
Continuing to map request headers using their name in uppercase for the index, but we now map to an object with an unmodified name and value: { name: "", value: "" }. This prevents overwriting of the user's supplied headers, which many applications parse with case sensitivity, because we no longer use the modified, uppercase index when building the request.
2011-04-15 16:36:43 -04:00
Jordan Boesch
35d9425969
removing regex
2011-04-15 08:53:37 -06:00
louisremi
bcc8187b05
undefined should be as good as null here
2011-04-15 16:33:21 +02:00
Jordan Boesch
c4d0cccecf
revert to old code, bug is invalid
2011-04-15 07:48:50 -06:00
louisremi
7bc8227d29
typo
2011-04-15 15:30:19 +02:00
louisremi
7666c3ef9a
remove more useless code. feels good.
2011-04-15 15:18:21 +02:00
louisremi
eccf15be6c
- merge master
...
- move private functions at the bottom
- remove duplicate code
- move more var at the top of their scope
- rewrite a loop to be more efficient
2011-04-15 14:44:55 +02:00
timmywil
b6d21592cb
Add support for setting the cellPadding attribute in IE6/7
2011-04-14 23:11:49 -04:00
timmywil
d4b31a15ff
Adds box-sizing check for IE9 inputs and buttons
2011-04-14 16:26:20 -04:00
jeresig
1dda994c46
Merge branch '8099' of https://github.com/rwldrn/jquery . Fixes #8099 .
...
Conflicts:
test/data/testsuite.css
2011-04-14 15:57:47 -04:00
jeresig
84712bd624
Fix formatting of pull 325. Fixes #4146 .
2011-04-14 15:49:15 -04:00
louisremi
7dc7070426
reduce function calls
...
simplify easing resolution code
+ some code cleanup
2011-04-14 15:21:08 +02:00
louisremi
8806435a77
Merge branch 'master' of http://github.com/jquery/jquery into effectsCleanup
2011-04-14 11:46:29 +02:00
Jordan Boesch
e64d3d4e57
fixing bug 4146 - round 2!
2011-04-13 22:30:30 -06:00
timmywil
ca5bc202ac
IE9's support for SVG elements unfortunately does not extend to clearAttributes. Checks for its presence before proceeding.
2011-04-13 23:45:58 -04:00
timmywil
149a040794
Fix test suite fail in IE6/7 on event:undelegate - was failing an if where it shouldn't
2011-04-13 23:14:14 -04:00
jeresig
72ddc8c645
Merge branch 'master' of github.com:jquery/jquery
2011-04-13 16:42:20 -04:00
jeresig
42e20269ec
Updating Sizzle.
2011-04-13 16:41:55 -04:00
rwldrn
a76decc476
Ticket #8099 Performance tweaking, credits
2011-04-13 15:43:15 -04:00
rwldrn
59240d31c0
Ticket #8099 Updates per review
2011-04-13 13:58:17 -04:00
rwldrn
4fde550cb6
Ticket #8099 Conditional iframe approache, caches both iframe and iframedoc for reuse
2011-04-13 13:43:52 -04:00
jaubourg
4ad9b44dea
Ensures callback placeholders are tested for and eventually replaced in data only when contentType is application/x-www-form-urlencoded and data is a string. Removes json to jsonp promotion when jsonp or jsonpCallback options are present. Uses new Deferred.always method to bind cleanUp function.
2011-04-13 19:27:19 +02:00
jaubourg
4344d08417
Fixes #8635 again (fix was lost in rewrite). Also removes unnecessary "manual" garbage collection.
2011-04-13 18:35:38 +02:00
Dave Methvin
0032e30f75
Merge branch 'jslint_function_in_loop' of https://github.com/timmywil/jquery into timmywil-jslint_function_in_loop
2011-04-12 19:39:53 -04:00
Dave Methvin
bebd8bc01e
Followup to #8753 . Modify new Event constructor signature to jQuery.event(type, props), which can be exploited by jQuery.event.trigger as well.
2011-04-12 19:29:09 -04:00
rwldrn
81de96af74
Fixes #8099 using iframe to capture an element's real default display; suggested by lrbabe/louisremi
2011-04-12 18:57:14 -04:00
Dave Methvin
6d49e84daf
Merge branch 'fix-8790-quick-trigger'
...
Conflicts:
src/event.js
2011-04-12 18:46:21 -04:00
Dave Methvin
9e71ad1b12
Explicitly set event.type in case we chopped out a namespace or exclusive flag.
2011-04-12 18:32:23 -04:00
timmywil
73f9ab6705
JSLint failed due to function created within for loop
2011-04-12 18:30:21 -04:00
Dave Methvin
352715bd08
Use explicit "new jQuery.Event" to avoid double-function-call overhead.
2011-04-12 17:46:15 -04:00
John Firebaugh
0d8b247cab
Accessing the 'type' property on VML elements fails on IE. Fixes #7071 .
2011-04-12 16:48:22 -04:00
John Resig
3418f32387
Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-master. Also added in unit tests covering the case. Fixes #6180 .
...
Conflicts:
src/manipulation.js
2011-04-12 16:39:30 -04:00
John Resig
122514a8da
Merge branch 'master' of https://github.com/jclain/jquery into jclain-master
2011-04-12 16:26:41 -04:00
John Resig
f1d75edec7
Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931
...
Conflicts:
src/offset.js
2011-04-12 16:13:56 -04:00
John Resig
978c065555
Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into timmywil-Sub_Naming
...
Conflicts:
src/core.js
src/css.js
src/event.js
2011-04-12 16:05:40 -04:00
John Resig
e7787cd098
More formatting tweaks.
2011-04-12 15:54:30 -04:00
John Resig
34adda3c88
Fixing some minor formatting problems.
2011-04-12 14:58:55 -04:00
John Resig
b05d631b30
Merge branch 'fix-8790-quick-trigger' of https://github.com/dmethvin/jquery into dmethvin-fix-8790-quick-trigger
2011-04-12 14:57:30 -04:00
rwldrn
885b64d4e6
Fixes #8099 using iframe to capture an element's real default display; suggested by lrbabe/louisremi
2011-04-12 13:50:15 -04:00