| DIR: /proc/thread-self/root/home/islapiiu/sites/toursatsrilanka/admin/js/pages/ui/ |
| Current File : //proc/thread-self/root/home/islapiiu/sites/toursatsrilanka/admin/js/pages/ui/modals.js |
$(function () {
$('.js-modal-buttons .btn').on('click', function () {
var color = $(this).data('color');
$('#mdModal .modal-content').removeAttr('class').addClass('modal-content modal-col-' + color);
$('#mdModal').modal('show');
});
}); |