$(function () { $('[data-toggle="tooltip"]').tooltip({ animated: 'fade' //trigger: 'click' }); }) // ##### Customized Tooltip ##### $(function () { if (typeof $.fn.tooltip.Constructor === 'undefined') { throw new Error('Bootstrap Tooltip must be included first!'); } var Tooltip = $.fn.tooltip.Constructor; // add customClass option to Bootstrap Tooltip $.extend( Tooltip.Default, { customClass: '' }); var _show = Tooltip.prototype.show; Tooltip.prototype.show = function () { // invoke parent method _show.apply(this,Array.prototype.slice.apply(arguments)); if ( this.config.customClass ) { var tip = this.getTipElement(); $(tip).addClass(this.config.customClass); } }; }) $(document).ready(function(){ $('.white-tooltip').tooltip(); }); // ##### POPOVER ##### --> $(function(){ $("[data-toggle=popover]").popover({ trigger: 'hover', html : true, content: function() { var content = $(this).attr("data-popover-content"); return $(content).children(".popover-body").html(); }, title: function() { var title = $(this).attr("data-popover-content"); return $(title).children(".popover-heading").html(); } }); }); // ##### Back to top #### $(document).ready(function(){ $('#back-to-top').click(function () { $('body,html').animate({ scrollTop: 0 }, 1200); return false; }); }); $(document).on('click', 'a[href^="#box"]', function (event) { event.preventDefault(); $('html, body').animate({ scrollTop: $($.attr(this, 'href')).offset().top - 70 }, 800); }); -->

联系我们

留言查询

如果您想要了解更多有关圣劳伦佐游艇或相关服务信息,请联系我们。
我允许网站根据相关隐私政策处理个人数据#privacy#

Cantieri Navali di Ameglia

Via Armezzone, 3
19031 Ameglia (SP) Italia
tel. +39 0187 6181

Cantieri Navali di La Spezia

Viale San Bartolomeo, 362
19126 La Spezia Italia
tel. +39 0187545700



Cantieri Navali di Viareggio

Via Luigi Salvatori, 56/58
55049 Viareggio (LU) Italia
tel. +39 0584 38071

Cantieri Navali di Massa

Via Dorsale, 13
54100 Massa (MS) Italia
tel. +39 0187 6181