our story

about us

City Fresh Grappling is a non-profit club, established to bring together aspiring martial artists focused on developing legitimate skills and technique.
The team has evolved from a small group of mates to a growing community of like-minded individuals, where everyone with a positive outlook is welcome from first time beginners to experienced athletes. 

We also have an active competition team where the results speak for themselves, proving that we really do practice what we preach!
All drop-ins and visitors are welcome!
View our beginners course

CLASSES

WE OFFER A VARIETY OF CLASSES FOR ALL ABILITIES
COaches
Meet the coaching team
memberships
Find the membership that works for you
classes
We have classes for abilities
Explanation: filter Function: The filter option in the datepicker plugin allows you to provide a function that determines whether a specific date should be enabled. The function receives the date as a parameter and should return true for valid dates and false for invalid ones. Day Mapping: The getDay() method of the Date object is used to get the day of the week (0 for Sunday through 6 for Saturday). Allowed Days: The code checks if the day is between 1 (Monday) and 4 (Thursday). Only these days are allowed. This will ensure that users can only pick dates that fall on Monday, Tuesday, Wednesday, or Thursday, while all other dates will be disabled.