Sha256: 6a8a9be28eb5132fbfe6b36fd0b24a1473cbeca14934c5eb878628f21d3f5c51

Contents?: true

Size: 975 Bytes

Versions: 418

Compression:

Stored size: 975 Bytes

Contents

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

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

	// Support: Safari<=5.1
	// 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: Safari<=5.1, Android<4.2
	// Older WebKit doesn't clone checked state correctly in fragments
	support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;

	// Support: IE<=11+
	// 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

418 entries across 418 versions & 30 rubygems

Version Path
middleman-core-4.6.0 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
radius-rails-3.1.4 app/assets/components/jquery/src/manipulation/support.js
middleman-core-4.5.1 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
middleman-core-4.5.0 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
middleman-core-4.4.3 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
middleman-core-4.4.2 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
middleman-core-4.4.0 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
epuber-0.6.0 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
middleman-core-4.3.11 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
middleman-core-4.3.10 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
middleman-core-4.3.8 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
middleman-core-4.3.7 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/middleman-core-4.3.3/fixtures/import-app/bower_components/jquery/src/manipulation/support.js
middleman-core-4.3.6 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
middleman-core-4.3.5 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
iqvoc-4.12.1 vendor/assets/bower_components/jquery/src/manipulation/support.js
middleman-core-4.3.4 fixtures/import-app/bower_components/jquery/src/manipulation/support.js
epuber-0.5.7 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
card-1.97.0 mod/bootstrap/vendor/bootswatch/docs/3/bower_components/jquery/src/manipulation/support.js
middleman-core-4.3.3 fixtures/import-app/bower_components/jquery/src/manipulation/support.js