There should be no problem with some manual implementation like the one mentioned by @oozic.
Here are a couple of libs you could take a look at:
- Response.js - jQuery plugin - make use of html data attributes and also has a js api.
- enquire.js - enquire.js is a lightweight, pure JavaScript library for responding to CSS media queries
- SimpleStateManager - s a javascript state manager for responsive websites. It is built to be light weight, has no dependencies.
Note that these libs are designed to work independently of bootstrap, foundation, etc. You can configure your own breakpoints and have fun.