3 lines
46 B
JavaScript
3 lines
46 B
JavaScript
|
$(function(){
|
||
|
$('.main-list').footable();
|
||
|
});
|