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
    • Casinos Not On Gamstop
    • Best UK Non Gamstop Casinos 2025
    • UK Casino 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

    Why Choose Gable Events?

    Corporate Dragon Boat Racing

    Rotary Dragon Boat Events

    About Dragon Boat Racing

    Dragon Boat Event Venues

    Corporate Dragon Boat Racing

    Charity Dragon Boat Events

    Enter a Team...

    Dragon Boat Racing

    Find out more about Dragon Boat Racing and other activities with Gable Events...
    • About Dragon Boat Racing

    • Corporate Dragon Boat Events

    • Charity Dragon Boat Events

    • Gable Events Other Activities

    Contact Us
    • facebook
    • instagram
    • linkedin
    • twitter
    • youtube

    © Copyright 2019.Website maintained by Douglass Digital

    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