}); $('.quform-form:not(.quform-form-2,.quform-form-15,.quform-form-16) input,.quform-form:not(.quform-form-2,.quform-form-15,.quform-form-16) textarea').attr({ 'onselectstart':'return false;' , 'onpaste':"return false;", 'onCopy':"return false", 'onCut':"return false", 'onDrag':"return false", 'onDrop':"return false", 'autocomplete':"off", 'role':"presentation" }) if (!isMobile3) { $('.program_block').hover(function () { $(this).parent().parent().css({ width: $(this).parent().width() + 30 + "px" }); $('.program_block').css({ 'border-bottom': 'none', width: $(this).parent().width() - 30 + "px" }); $(this).css({ 'border-bottom': 'none', width: $(this).parent().width() + 30 + "px" }); $(this).find('.program_img_main .elementor-image').css({ padding: 0 }); $(this).find('.program_img_main img').css({ 'max-width': $(this).find('.program_img_main img').width() + "px" }); $(this).css({ 'margin-left': '-30px' }); $(this).find('.program_img_main .elementor-image').css({ 'margin-left': '30px' }); $(this).find('.program_content').css({ 'padding-left': '30px', 'padding-right': '30px' }); }, function () { $(this).css({ 'margin-left': '0' }); $(this).find('.elementor-image').css({ 'margin-left': '0' }); $(this).find('.program_img_main').find('.elementor-image').css({ 'margin-left': '0' }); $(this).find('.program_img_main img').css({ 'max-width': "100%" }); $(this).find('.program_img_main').css({ width: '37%' }); $(this).find('.program_content').css({ 'padding-left': '0', 'padding-right': '60px' }); $('.program_block').css({ 'border-bottom': '1px solid #d9d9d9' }); $(this).parent().parent().css({ width: '100%' }); }) } const smu2023MenuPosition = $('#smu2023-menu').position(); const smu2023MenuLeft = smu2023MenuPosition ? smu2023MenuPosition.left : 0; const smu2023MenuTop = smu2023MenuPosition ? smu2023MenuPosition.top : 0; const smu2023MenuOffset = $('#smu2023-menu')?.offset()?.top || 0; const hasTabs = $('#smu2023_event_tabs').length == 0 ? false : true; let smu2023EventTabsLeft = 0; let smu2023EventTabsTop = 0; let smu2023EventTabsPosition = 0; let smu2023EventTabsOffset = 0; if (hasTabs) { smu2023EventTabsPosition = $('#smu2023_event_tabs').position(); smu2023EventTabsLeft = smu2023EventTabsPosition.left smu2023EventTabsTop = smu2023EventTabsPosition.top smu2023EventTabsOffset = $('#smu2023_event_tabs').offset().top } $(window).scroll(function () { if ($('#smu2023-menu').length > 0) { var stickyMenu = $(window).scrollTop() > 300 && $(window).scrollTop() >= $('#smu2023-menu').position().top - $('#smu2023-menu').height() - 110 } const tabletStickyMenu = $('#startmeuphk-festival-2023').length > 0 ? $(window).scrollTop() > 350 : $(window).scrollTop() > 300 const mobileStickyMenu = $('#startmeuphk-festival-2023').length > 0 ? $(window).scrollTop() > 330 : $(window).scrollTop() > 190 // console.log('mobileStickyMenu',mobileStickyMenu) // console.log('startmeuphk-festival-2023 length',$('#startmeuphk-festival-2023').length) // console.log('window scrollTop',$(window).scrollTop()) // console.log('#smu2023-menu offset', $('#smu2023-menu').position().top) // console.log('#smu2023-menu height', $('#smu2023-menu').height()) //const stickyMenu = isMobile3? $(window).scrollTop() > 200 : $(window).scrollTop() > smu2023MenuOffset-$('#smu2023-menu').height()-76 $('#startmeuphk-festival-2023-programme .scroll-watch-placeholder,#startmeuphk-festival-2023-partners .scroll-watch-placeholder,#startmeuphk-festival-2023 .scroll-watch-placeholder').show(); if (isTablet) { if (tabletStickyMenu) { $('#smu2023-menu').css({ position: 'fixed', left: 0, top: '140px', 'z-index': '9999999999999' }); if (hasTabs) $('#smu2023_event_tabs').css({ position: 'fixed', left: 0, top: 125 + $('#smu2023_event_tabs').height() + "px", 'padding-top': '0', 'z-index': '9999999999999' }); } else { $('#smu2023-menu').css({ position: 'relative', left: '-' + smu2023MenuLeft + 'px', top: 0, 'z-index': '99999' }); if (hasTabs) $('#smu2023_event_tabs').css({ position: 'relative', left: '-' + smu2023EventTabsLeft + 'px', top: 0 + 'px', 'padding-top': '1%', 'z-index': '9999999999999' }); } } else if (isMobile3) { if (mobileStickyMenu) { $('#startmeuphk-festival-2023-programme .scroll-watch-placeholder,#startmeuphk-festival-2023-partners .scroll-watch-placeholder,#startmeuphk-festival-2023 .scroll-watch-placeholder').hide(); $('#smu2023-menu').css({ position: 'fixed', left: 0, top: 0, 'z-index': '9999999999999', }); if (hasTabs) $('#smu2023_event_tabs').css({ position: 'fixed', left: 0, top: $('#smu2023_event_tabs').height() - 5 + "px", // top: 125+$('#smu2023_event_tabs').height()+"px" , 'z-index': '9999999999999', 'padding-top': '0', }); } else { $('#masthead').css({ width: '100%' }); $('#smu2023-menu').css({ position: 'relative', left: '-' + smu2023MenuLeft + 'px', top: 0, 'z-index': '9999999999999' }); if (hasTabs) $('#smu2023_event_tabs').css({ 'padding-top': '1%', position: 'relative', left: '-' + smu2023EventTabsLeft + 'px', top: 0 + 'px', 'z-index': '9999999999999' }); } } else { if ($('#smu2023-menu').length > 0) { if (stickyMenu) { $('#smu2023-menu').css({ position: 'fixed', left: 0, top: $('#masthead').outerHeight() - 3 + 'px', 'z-index': '9999999999999' }); if (hasTabs) $('#smu2023_event_tabs').css({ position: 'fixed', left: 0, 'padding-top': '0', top: $('#masthead').outerHeight() + $('#smu2023_event_tabs').outerHeight() - 20 + "px", 'z-index': '9999999999999' }); } } else { $('#smu2023-menu').css({ position: 'relative', left: '-' + smu2023MenuLeft + 'px', top: 0, 'z-index': '9999999999999' }); if (hasTabs) { $('#smu2023_event_tabs').css({ position: 'relative', left: '-' + smu2023EventTabsLeft + 'px', 'padding-top': '1%', top: 0, 'z-index': '9999999999999' }); } } } }); }); jQuery(document).ready(function ($) { setTimeout(function () { if (location.hash) { window.scrollTo(0, 0); target = location.hash.split('#'); smoothScrollTo($('#' + target[1]), target[2]); } }, 1); if (window.location.hash) { var hash = window.location.hash.substring(-1); // var href_tab_params = hash.split('#')[2]; var href_tab_params = $('a[href=' + hash + ']').attr('data-w-tab') $('.program_tab_link').removeClass('w--current') // $('a.program_tab_link[href=' + hash + ']').addClass('w--current') $('.event_container,.program_container').css('display', 'none') var mainEventLeft = $('#smu2023_main_events').css('left'); if (href_tab_params == 'community-events') { $('#smu2023_community_events').show(); $('#smu2023_community_events').css({ left: mainEventLeft }); } else if (href_tab_params == 'satellite-events') { $('#smu2023_satellite_events').show(); $('#smu2023_satellite_events').css({ left: mainEventLeft }); } else { $('#smu2023_main_events').show(); } $('#nav_menu-1 ul li a').each(function (i, obj) { var href_tab = $(this).attr('href'); href_tab = href_tab.split('#')[0] $(this).attr('href', href_tab + '' + hash); }); } function smoothScrollTo(target, tab = '') { if (tab) { $('.program_tab_link').removeClass('w--current') $('a[data-w-tab=' + tab + ']').addClass('w--current') $('.event_container,.program_container').css('display', 'none') tab_change = tab.replace("-", "_"); const mainEventLeft = $('#smu2024_main_events').css('left'); $('#smu2024_' + tab_change).css({ left: mainEventLeft, 'display': 'block' }); } target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top - 370 }, 1000); } } $('.smu-main-event-week-hover,.smu-satellite-event-week-hover,.smu-community-event-week-hover').each(function (i, obj) { var href = $(this).find('a').attr('href'); if (href != '') { $(this).attr('data-href', href); } }); $(document).on('click', '.smu-main-event-week-hover,.smu-satellite-event-week-hover,.smu-community-event-week-hover', function () { var new_href = $(this).attr('data-href'); if (new_href != undefined) { location.href = new_href } }) $('.link_start').each(function (i, obj) { var href = $(this).attr('href'); if (href != '') { $(this).parents('.section-2-row-jum-starter').attr('data-href', href); } }); $(document).on('click', '.section-2-row-jum-starter', function () { var new_href = $(this).attr('data-href'); if (new_href != undefined) { location.href = new_href } }) $(".speaker_block_out").on({ mouseenter: function () { $(".speaker_block_out").addClass('in_active'); $(this).removeClass('in_active'); }, mouseleave: function () { $(".speaker_block_out").removeClass('in_active'); } }); $('form').attr('autoComplete','off') $('input[type="password"]').attr('autoComplete','off') }); //https://stackoverflow.com/questions/23006516/jquery-animated-number-counter-from-zero-to-value jQuery(function($) { function load_js_move_number(){ $('.counter_down div').each(function() { var $this = $(this), countTo = $this.attr('data-count'); $({ countNum: $this.text()}).animate({ countNum: countTo }, { duration: 1000, easing:'linear', step: function() { $this.text(Math.floor(this.countNum)); }, complete: function() { $this.text(this.countNum); } }); }); } if($('#section_move_number').html()!=undefined){ if($(window).scrollTop() + $(window).height()>$('#section_move_number').offset().top){ load_js_move_number() } var winHeight = $(window).height(), eleOffsetTop = $(".counter_down").offset().top, eleTop = eleOffsetTop - winHeight, current = 0; $(window).on("scroll", function() { var scrollTop = $(window).scrollTop(); if (current == 0 && scrollTop >= eleTop) { load_js_move_number() } }); } });
Subscribe to eNewsletter
Get In Touch

Seminar

28
Feb 2023
3:30pm - 4:45pm
|
Physical Event: Dream Impact

SEM X SEO 行銷必備入門攻略講座

在電商世界裡,網站流量是一切的根本,所有業績都是從一次次點擊中轉換而來。90%的流量來自搜尋結果 (SEO) 第一頁,究竟如何妥善操作搜尋引擎優化(SEO)x 搜尋引擎廣告行銷(SEM)才能令網店如何提升網站流量? 透過這一小時多的講座,SHOPLINE廣告團隊深入淺出為你介紹SEO及SEM關係,讓你能按不同生意階段需要,制定 黃金SEM/ SEO 策略。同時邀請有多年SEO經歷的 Bridget 及 Ringo Li 作為講座嘉賓,教你SEO 運作原理、實戰技巧等,助大家提升網站流量,讓生意額大大提升! 如欲報名, 請點擊這裏。
09
Mar 2023
3:00pm - 6:00pm
|
Physical Event: Tower 2 The Gateway

E-Solutions Day – Digitalise your business today!

The first E-Solution Day is an event includes demo sessions, panel discussion and information booths from 10 different solution partners.
15
Mar 2023
4:00pm - 5:00pm
|
Physical Event: HKSTP

Human Experience Management (HXM): How it helps your business expand into SEA and Australia?

Join us for a one-hour insightful session to explore the truth and myths of expanding into Southeast Asia and Australia.
16
Mar 2023
3:30pm - 4:30pm
|
Physical Event: 泰基商業大廈

IG 限動動態及Reels必讀全攻略

Instagram (IG) Story 及 Reels 風潮早已席捲全球 , 如何利用 IG 為網站帶來流量 ? 成功吸引⽬標客群的秘密是什麼 ?
17
Mar 2023
3:30pm - 5:30pm
|
Physical Event: InnoCentre

HKSTP Incubation Programme Open Day

HKSTP Incubation Programme Open Day is here to show you why your dream can be realized.
22
Mar 2023
4:00pm - 5:00pm
|
Online Event , The Chinese University of Hong Kong (CUHK)

「Happy Hour」創業訪談系列–科技創投新視點:新加坡X香港;創業家X私募基金

今次Happy Hour帶大家放眼亞洲,邀請了基匯資本高級總監許培德先生,為大家以創業家及投資者角度角度,分析分析創投之道,並預測ClimateTech及Proptech未來三年動向。
29
Mar 2023
6:30pm - 8:00pm
|
Physical Event: Garage Academy Campus

Hong Kong eCommerce Day 2023

Hong Kong eCommerce day is back for its 6th edition! We’re pleased to have support from Pickupp Hong Kong as co-organizers, and SleekFlow and Boutir as event partners.
29
Mar 2023
10:00am - 6:30pm
|
Physical Event: The Wave Kwun Tong

CREATIVE COLLISION 2023

Shared Value Initiative Hong Kong’s “non-conference” offers new interactive formats and tracks to disrupt business and spark creative solutions to social and environmental issues.
13
Apr 2023
3:00pm - 5:00pm
|
Physical Event: AWS Hong Kong Office

Asia Smart App Workshop – Cybersecurity in Web 3.0

Discover the importance of Cybersecurity in Web 3.0.
13
Apr 2023
3:30pm - 4:30pm
|
Physical Event: Dream Impact

SHOPLINE 數碼行銷基礎工作坊

SHOPLINE團隊獨家行銷攻略,為大家講解投放廣告注意事項