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

1 line
390 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' );$('#content [rel="tooltip"]' ).tooltip();$('#content [rel="popover"]' ).popover();$('.alert' ).alert();$('.carousel-inner figure:first-child' ).addClass('active' );$('.carousel' ).carousel();});