Home › Forums › JavaScript › Media Queries for JS? › Reply To: Media Queries for JS?
May 5, 2014 at 12:01 am
#169221
Participant
I’ve used jRespond on several projects and it is working very well. Might be overkill if you only have one single function to trigger, but once your project grows and more JS needs to trigger on breakpoints, it’s a nice lib to have.
Plus, it also does some nice things for performance, like window resize event throttling.