Font-Awesome/whats-new/assets/js/site.js

7 lines
106 B
JavaScript
Raw Normal View History

2014-08-05 01:31:21 +08:00
$(function() {
// start the icon carousel
$('#icon-carousel').carousel({
interval: 5000
});
});