Skip to content

Gable Events

Tel: 01780 470 718 [email protected]
  • facebook
  • instagram
  • linkedin
  • twitter
  • youtube
  • Home
  • Dragon Boat Racing
    • About Dragon Boat Racing
    • Corporate Dragon Boat Racing
    • Why Choose Gable Events
    • Non Gamstop Casinos
    • Non Gamstop Casinos
    • Non Gamstop Casinos
    • Best UK Non Gamstop Casinos 2025
    • Casinos Not On Gamstop
  • Dragon Boat Festivals
    • Cambridge Dragon Boat Festival
    • Dorney Lake Dragon Boat Challenge
    • East Anglian Dragon Boat Festival
    • London Construction Industry Dragon Boat Challenge
    • Milton Keynes Dragon Boat Festival
    • Nottingham Riverside Festival Dragon Boat Challenge
    • Peterborough Dragon Boat Festival
  • Charity Events
    • Charity Events
    • Rotary Dragon Boat Events
    • Charity Events Calendar
    • Why Choose Gable Events
  • Venues & Clients
    • Venues - Nationwide
    • Venues - London Area
    • Venues - Midlands
    • Venues - Europe
    • About Us
    • Join Us
    • Contact Us
    • Case Studies
    • Site Map

    Case Studies

    Browse our case studies
    • Dragon Boat Team Build in Peterborough

    • Bristol Breakfast Rotary Club Event

    • British Paralympic Association Dragon Launch Event

    • Dragon Boat Racing at Dorney Lake

    • England Rugby Team Dragon Boat Event

    Popular destinations

    • UK Casino Not On Gamstop
    • facebook
    • instagram
    • linkedin
    • twitter
    • youtube

    © Copyright 2019.

    You may not alter any of the contents of this site without prior written permission from Gable Events Ltd. You may use and print the information for your own personal non-commercial purposes only.

'); }); $('.top-level-flex-page').has('ul.sub-menu').addClass('menu-item-has-children'); $( window ).resize(function(){ resetfordesktop(); }); // reset mobile stuff when back at desktop widths resetfordesktop = function(){ if($(window).width() >= 840) { $('#site-navigation ul.sub-menu').removeAttr('style'); } }; // menu $('#site-navigation .nav-menu > li.menu-item-has-children > a').click(function(event){ if ($(this).parents('.nav-menu').attr('aria-expanded') == 'true' ) { event.preventDefault(); console.log ( "clicked menu item" ); $(this).siblings('ul.sub-menu').show(); $(this).parents('.nav-menu').animate({ left: "-100%" }, 200, function() { // Animation complete. $(this).parent().addClass('expanded'); }); $(this).siblings('ul.sub-menu').animate({ left: "100%" }, 200, function() { // Animation complete. }); } }); $('.sub-menu .goback').click(function(){ $(this).parent('ul.sub-menu').animate({ left: "100%" }, 200, function() { // Animation complete. $(this).hide(); $(this).parents('li.expanded').removeClass('expanded'); }); $(this).parents('.nav-menu').animate({ left: "0" }, 200, function() { // Animation complete. }); }); // accordion var allPanels = $('ul.accordion .accordion-content').hide(); $('ul.accordion > li').click(function() { if ($(this).hasClass('open')) { // close this section $(this).removeClass('open'); $(this).children('.accordion-content').slideUp(); } else { // close any open sections and this clicked one $('ul.accordion > li').removeClass('open'); allPanels.slideUp(); $(this).addClass('open'); $(this).children('.accordion-content').slideDown(); return false; } }); // norm nav (add class to remove full-width styling) $('#site-navigation ul.sub-menu').each(function() { var $this = $(this); $this.addClass(function(){ //using function argument syntax for addClass return $this.find('li').length