Are you ready for the next RIUH?

00

Days

00

Hours

00

Minutes
RIUH SOKMO!
September 16, 2022
Stadium Mini Majlis Daerah Ketereh, Kelantan
Featured in the Event:
No items found.
No items found.
No items found.
It's time for RIUH SOKMO bersama Celcom! πŸŽ‰ Mark your calendar & plan your Hari Malaysia Weekend as our East Coast edition will be the one you don't want to miss! Pakat Datang, Deh! πŸƒβ€β™‚οΈ πŸƒβ€β™€οΈ
Event Highlight
View event album
Relive The Music: RIUHΒ In Your Ears
Spotify Playlist
RIUH SOKMO!
document.addEventListener("DOMContentLoaded", function () { let items = document.querySelectorAll(".cms-list .w-dyn-item"); // Select CMS items let loadMoreBtn = document.querySelector(".load-more-btn"); let itemsToShow = 6; // Number of items to show at first let currentIndex = 0; function showItems() { for (let i = currentIndex; i < currentIndex + itemsToShow; i++) { if (items[i]) items[i].style.display = "block"; } currentIndex += itemsToShow; if (currentIndex >= items.length) loadMoreBtn.style.display = "none"; // Hide button when all items are shown } showItems(); loadMoreBtn.addEventListener("click", showItems); });