first commit
This commit is contained in:
15
public/bower_components/filament-tablesaw/src/tables-init.js
vendored
Executable file
15
public/bower_components/filament-tablesaw/src/tables-init.js
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* tablesaw: A set of plugins for responsive tables
|
||||
* Copyright (c) 2013 Filament Group, Inc.
|
||||
* MIT License
|
||||
*/
|
||||
|
||||
;(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 );
|
||||
Reference in New Issue
Block a user