<?php
$(document).ready(function(){
;( function( $ ) {
if ($( '.swipebox' ).length) {
$( '.swipebox' ).swipebox();
}
} )( jQuery );
$(function () {
$('[data-toggle="tooltip"]').tooltip();
});
});
?>