Trigger event using Jquery on CSS change?

后端 未结 3 2004
不思量自难忘°
不思量自难忘° 2020-12-19 01:38

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

3条回答
  •  情歌与酒
    2020-12-19 02:10

    If it is only a one time event you could try to unbind the event.

    http://api.jquery.com/unbind/

提交回复
热议问题