I\'m curious is there an event listener or perhaps a way to construct a method that will trigger when a CSS change happens?
My stylesheet uses media queries and I wa
If it is only a one time event you could try to unbind the event.
http://api.jquery.com/unbind/