You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attributes: Support the until-found value for the hidden attribute
The `hidden` attribute used to be a boolean one but it gained a new
`until-found` eventually. This led us to change the way we handle boolean
attributes in jQuery 4.0 in gh-5452 to avoid these issues in the future.
That said, currently from the attributes we treat as boolean only `hidden`
has gained an extra value, let's support it.
Ref gh-5388
Ref gh-5452
assert.equal(jQuery("#name").attr("nonexisting",undefined).attr("nonexisting"),undefined,".attr('attribute', undefined) does not create attribute (trac-5571)");
0 commit comments