Sha256: 00c20e0ab5835c464b34195e75f4c277260ef1c01dfb61fac484943cce0e4377

Contents?: true

Size: 1 KB

Versions: 160

Compression:

Stored size: 1 KB

Contents

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

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

	// Support: Android 4.0-4.3, 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

160 entries across 103 versions & 10 rubygems

Version Path
epuber-0.12.0 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.11.1 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.11.0 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.10.3 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.10.2 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.10.1 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.9.3 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.9.2 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.9.1 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.9.0 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.8.0 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.7.4 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.7.3 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.7.2 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.7.1 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
epuber-0.7.0 lib/epuber/third_party/bower/bower_components/jquery/src/manipulation/support.js
jekyll-theme-pirati-7.7.1 _sass/foundation-sites/node_modules/jquery/src/manipulation/support.js
jekyll-theme-pirati-7.7.1 _sass/foundation-sites/vendor/jquery/src/manipulation/support.js
jekyll-theme-pirati-7.7.0 _sass/foundation-sites/node_modules/jquery/src/manipulation/support.js
jekyll-theme-pirati-7.7.0 _sass/foundation-sites/vendor/jquery/src/manipulation/support.js