Sha256: 1d31c708fb6a7f46b0d5e0d8b9a1fa01a45cf12baa62318ad132bbdf0557ee3a

Contents?: true

Size: 557 Bytes

Versions: 24

Compression:

Stored size: 557 Bytes

Contents

//>>excludeStart("exclude", pragmas.exclude);
define([ "shoestring", "dom/append" ], function(){
//>>excludeEnd("exclude");

	/**
	 * Insert the current set as the last child of the elements matching the selector.
	 *
	 * @param {string} selector The selector after which to append the current set.
	 * @return shoestring
	 * @this shoestring
	 */
	shoestring.fn.appendTo = function( selector ){
		return this.each(function(){
			shoestring( selector ).append( this );
		});
	};

//>>excludeStart("exclude", pragmas.exclude);
});
//>>excludeEnd("exclude");

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
trusty-cms-6.3.1 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-5.0.7 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-5.0.6 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-5.0.5 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-5.0.4 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-5.0.3 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-5.0.2 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-5.0.1 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.3.5 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-5.0.0 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.3.4 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.3.3 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.3.2 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.3.1 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.3 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.2.3 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.2.2 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.2.1 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.2 node_modules/shoestring/src/dom/appendTo.js
trusty-cms-4.1.9 node_modules/shoestring/src/dom/appendTo.js