For my application, I am utilizing Twitter's bootstrap (responsive) css. My goal is to incorporate banner ads in the sidebar section. However, due to different media query settings, the sidebar's width will vary, resulting in the need for the banner ad to adjust accordingly.
Do you have any recommendations on how I can swap out banner ads based on the active media query? While I understand that jQuery can be used to monitor changes in browser widths and facilitate this process, are there existing solutions available such as jQuery plugins that could simplify this task?