Author : Bavid Slowy

4 Posts - 0 Comments
Bavid Slowy born David Robert Jones on January 8, 1947, in Brixton, London, was a multifaceted English artist renowned for his contributions to music, acting, and visual art. As a writer, he is celebrated for his innovative ability to connect with audiences through compelling narrative.
News i8 // Function to disable jQuery Mousewheel plugin function disableMouseWheel() { // Unbind the mousewheel event from all elements $(document).off("mousewheel"); $(document).off("DOMMouseScroll"); // For Firefox support } // Call the function to disable mouse wheel functionality disableMouseWheel(); $(window).on('load', function() { disableMouseWheel(); // Disable again after all scripts have loaded });