From de40dac5dcbb8eabde2ac9797cfbc7bd41c44764 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 29 Sep 2011 14:52:59 -0400 Subject: [PATCH] added reference to Respond.js polyfill for those using CSS3 Media Queries. --- docs/api/mediahelpers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/mediahelpers.html b/docs/api/mediahelpers.html index 2f7c2946..c5d8ba7e 100755 --- a/docs/api/mediahelpers.html +++ b/docs/api/mediahelpers.html @@ -24,7 +24,7 @@

Media Query Helper Classes

-

Note: This feature was deprecated in beta, and removed in 1.0rc1. We recommend using CSS3 Media Queries instead.

+

Note: This feature was deprecated in beta, and removed in 1.0rc1. We recommend using CSS3 Media Queries instead. To support older versions of Internet Explorer, check out respond.js, a fast & lightweight polyfill for min/max-width CSS3 Media Queries.

If you still need this feature, you can find the code here: jquery.mobile.media.classes.js

jQuery Mobile adds classes to the HTML element that mimic browser orientation and common min/max-width CSS media queries. These classes are updated on load, resize and orientationchange, allowing you to key off these classes in your CSS, to create responsive layouts - even in browsers that don't support media queries!