Hey @oceanfit,
This question is unfortunately hard to answer because we do not offer support for custom code – and so the most helpful thing to solve this would be delving right into your event-ordering JS itself to see what’s going on, but we do not provide that level of support.
I’m sorry about that! But one thing that might help is jQuery’s custom event triggering so that when a filter on your site is clicked, an event is triggered. Then you can fire your reorder code on this event. For more information and an example of this, check out these resources:
jQuery Documentation
• http://api.jquery.com/trigger/
• https://api.jquery.com/change/
Stack Overflow Example
• http://stackoverflow.com/questions/4247264/how-to-trigger-jquery-change-event-in-code
I hope this isn’t so vague that it’s useless – if you post your event-reordering JS into a Gist at http://gist.github.com and then share a link to that Gist here, I can try to take a look at it if our support flow lulls a bit and I have the time to.
Thank you!
George