view src/main/webapp/resources/js/tablesaw-init.js @ 45:d3ac905f0277

add an OK image
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 28 Dec 2015 12:44:51 +0100
parents 89a5ca7d44f7
children
line wrap: on
line source

/*! Tablesaw - v2.0.2 - 2015-10-28
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed  */
;(function( $ ) {

	// DOM-ready auto-init of plugins.
	// Many plugins bind to an "enhance" event to init themselves on dom ready, or when new markup is inserted into the DOM
	$( function(){
		$( document ).trigger( "enhance.tablesaw" );
	});

})( jQuery );