Sha256: 9b0166bf58c82bba315e5d040087d4454aa1f2ad95de11a145f486216a4ddc37

Contents?: true

Size: 1.01 KB

Versions: 173

Compression:

Stored size: 1.01 KB

Contents

define( [
	"../var/document",
	"../var/support"
], function( document, support ) {

"use strict";

( function() {
	var fragment = document.createDocumentFragment(),
		div = fragment.appendChild( document.createElement( "div" ) ),
		input = document.createElement( "input" );

	// Support: Android 4.0 - 4.3 only
	// Check state lost if the name is set (#11217)
	// Support: Windows Web Apps (WWA)
	// `name` and `type` must use .setAttribute for WWA (#14901)
	input.setAttribute( "type", "radio" );
	input.setAttribute( "checked", "checked" );
	input.setAttribute( "name", "t" );

	div.appendChild( input );

	// Support: Android <=4.1 only
	// Older WebKit doesn't clone checked state correctly in fragments
	support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;

	// Support: IE <=11 only
	// Make sure textarea (and checkbox) defaultValue is properly cloned
	div.innerHTML = "<textarea>x</textarea>";
	support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
} )();

return support;

} );

Version data entries

173 entries across 155 versions & 23 rubygems

Version Path
ilog-0.3.3 node_modules/jquery/src/manipulation/support.js
columbus3-0.5.1 bower_components/jquery/src/manipulation/support.js
card-1.99.1 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/manipulation/support.js
card-1.99.0 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/manipulation/support.js
card-1.98.3 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/manipulation/support.js
card-1.98.2 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/manipulation/support.js
card-1.98.1 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/manipulation/support.js
card-1.98.0 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/manipulation/support.js
trusty-cms-3.6.0 spec/dummy/node_modules/jquery/src/manipulation/support.js
trusty-cms-3.6.0 node_modules/jquery/src/manipulation/support.js
trusty-cms-3.5.5 node_modules/jquery/src/manipulation/support.js
trusty-cms-3.5.5 spec/dummy/node_modules/jquery/src/manipulation/support.js
trusty-cms-3.5.4 node_modules/jquery/src/manipulation/support.js
trusty-cms-3.5.4 spec/dummy/node_modules/jquery/src/manipulation/support.js
card-1.97.0.1 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/manipulation/support.js
trusty-cms-3.5.3 spec/dummy/node_modules/jquery/src/manipulation/support.js
trusty-cms-3.5.3 node_modules/jquery/src/manipulation/support.js
trusty-cms-3.5.2 spec/dummy/node_modules/jquery/src/manipulation/support.js
trusty-cms-3.5.2 node_modules/jquery/src/manipulation/support.js
trusty-cms-3.5.1 spec/dummy/node_modules/jquery/src/manipulation/support.js