Mercurial > hg > LGServices
view src/main/webapp/resources/js/tablesaw-init.js @ 102:6a508b605b5f
1. add new page : footer.jsp.
2. embed footer.jsp into other pages.
author | Calvin Yeh <cyeh@mpipw-berlin.mpg.com> |
---|---|
date | Fri, 29 Sep 2017 16:03:06 +0200 |
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 );