/* * jQuery Mobile Framework : support tests * Copyright (c) jQuery Project * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. * Note: Code is in draft form and is subject to change */ (function($, undefined ) { // test whether a CSS media type or query applies $.media = (function() { // TODO: use window.matchMedia once at least one UA implements it var cache = {}, $html = $( "html" ), testDiv = $( "