As an update to Wes, I’m working on a similar thing to hide by category. It seems to me we should just be able to attach to the pjax load (according to the pjax documentation https://github.com/defunkt/jquery-pjax), as in $(document).on(‘pjax:complete’,function() { rerunHideOrShowFunction();});
However, when I run that I can’t get it to do anything, even when I attach it to $(‘#tribe-events-content’) instead of $(document). I’m not looking to make you do a tremendous amount of work, but is that the proper way to attach custom js on a new month load?