UNPKG

jquery-rowtool

Version:

jQuery plugin for dynamically adding rows to a table based on a qty input.

11 lines (6 loc) 186 B
( function( $ ) { "use strict"; // create an element to run tests inside var $testCanvas = $( "<div id='testCanvas'></div>" ); $( "body" ).prepend( $testCanvas ); }( jQuery ) );