joomla_test/templates/protostar/js/application.js
2020-01-02 22:20:31 +07:00

7 lines
188 B
JavaScript

$('.dropdown-toggle').dropdown()
$('.collapse').collapse('show')
$('#myModal').modal('hide')
$('.typeahead').typeahead()
$('.tabs').button()
$('.tip').tooltip()
$(".alert-message").alert()