Hi Mike,
Unfortunately there is not a setting for this. If you were using a mobile skin and didn't want to use it on specific pages you could set this in the user.config:
<add key="MobileDetectionExcludeUrlsCsv" value="/page-1,/cool-responsive-page" />
But, that's for the opposite of what you are doing. If you have jquery doing things to make your skin responsive you should probably find ways to use CSS Media Queries in as many cases as possible. Without seeing your site I can't really suggest anything specific.
Thanks,
Joe D.