Is there a way to trigger a scroll wheel event with an arbitrary delta. Just like jQuery does with \'click\' like:
$(\'#selector\').trigger(\'click\');
This will call the scroll function if you have written any
$(window).scroll();