wordpress/php-fpm/wordpress_files/themes/the-bootstrap/js/the-bootstrap.js
2020-05-22 01:40:23 +00:00

12 lines
443 B
JavaScript

jQuery(function($){
$( 'table' ).addClass( 'table table-striped table-hover' );
$( '#submit' ).addClass( 'btn btn-primary btn-large' );
$( '#wp-calendar' ).addClass( 'table table-striped table-bordered' );
// Bootstrap plugins
$( '#content [rel="tooltip"]' ).tooltip();
$( '#content [rel="popover"]' ).popover();
$( '.alert' ).alert();
$( '.carousel-inner figure:first-child' ).addClass( 'active' );
$( '.carousel' ).carousel();
});