Skip to content
Home
About
Menu Toggle
Synopsis
Milestones & Technicalities
Media
Partners
Showtimes
Our Blog
Events
Buy Vouchers
Buy Vouchers
Main Menu
Shaffy Bello
By
admin
/
June 30, 2023
Professor Aarin Orazulike
Post navigation
←
Previous Movie Cast
Next Movie Cast
→
Home
About
Menu Toggle
Synopsis
Milestones & Technicalities
Media
Partners
Showtimes
Our Blog
Events
Buy Vouchers
Buy Vouchers
jQuery(document).ready(function() { jQuery("#filterDropdown").change(function() { let selectedCategory = jQuery(this).val(); jQuery(".movie-card").each(function() { if (selectedCategory === "all" || jQuery(this).hasClass(selectedCategory)) { jQuery(this).fadeIn(); } else { jQuery(this).fadeOut(); } }); }); });