All Projects → livingston → Css3 Mediaqueries Js

livingston / Css3 Mediaqueries Js

CSS3 Media Queries Shim

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Css3 Mediaqueries Js

mini-create-react-context
(A smaller) polyfill for the react context API
Stars: ✭ 34 (-89.79%)
Mutual labels:  polyfill
rangefix
Workaround for browser bugs in Range.prototype.getClientRects and Range.prototype.getBoundingClientRect.
Stars: ✭ 35 (-89.49%)
Mutual labels:  polyfill
Url Polyfill
Polyfill URL and URLSearchParams to match last ES7 specifications
Stars: ✭ 294 (-11.71%)
Mutual labels:  polyfill
String.prototype.matchAll
Spec-compliant polyfill for String.prototype.matchAll, in ES2020
Stars: ✭ 14 (-95.8%)
Mutual labels:  polyfill
web-streams-polyfill
Web Streams, based on the WHATWG spec reference implementation
Stars: ✭ 198 (-40.54%)
Mutual labels:  polyfill
React Native Drawer Layout
A platform-agnostic drawer layout for react-native
Stars: ✭ 258 (-22.52%)
Mutual labels:  polyfill
Array.prototype.at
An ES-spec-compliant (proposed) `Array.prototype.at`shim/polyfill/replacement that works as far down as ES3.
Stars: ✭ 20 (-93.99%)
Mutual labels:  polyfill
Polyfill Php70
This component provides features unavailable in releases prior to PHP 7.0.
Stars: ✭ 3,270 (+881.98%)
Mutual labels:  polyfill
Gapotchenko.FX
.NET polyfill to the future. A versatile RAD framework for .NET platform.
Stars: ✭ 23 (-93.09%)
Mutual labels:  polyfill
Formdata
HTML5 `FormData` polyfill for Browsers.
Stars: ✭ 292 (-12.31%)
Mutual labels:  polyfill
core-web
like core-js but for Web APIs (based on polyfill.io)
Stars: ✭ 34 (-89.79%)
Mutual labels:  polyfill
fromentries
Object.fromEntries() ponyfill (in 6 lines)
Stars: ✭ 62 (-81.38%)
Mutual labels:  polyfill
Abortcontroller Polyfill
Polyfill for the AbortController DOM API and abortable fetch (stub that calls catch, doesn't actually abort request).
Stars: ✭ 273 (-18.02%)
Mutual labels:  polyfill
scoped
Scoped CSS polyfill
Stars: ✭ 67 (-79.88%)
Mutual labels:  polyfill
Ie8
some damn DOM fix for this damned browser
Stars: ✭ 297 (-10.81%)
Mutual labels:  polyfill
audioworklet-polyfill
strictly unofficial polyfill for Web Audio API AudioWorklet
Stars: ✭ 49 (-85.29%)
Mutual labels:  polyfill
v8go-polyfills
Add polyfills to rogchap/v8go
Stars: ✭ 25 (-92.49%)
Mutual labels:  polyfill
Promise Fun
Promise packages, patterns, chat, and tutorials
Stars: ✭ 3,779 (+1034.83%)
Mutual labels:  polyfill
Standardized Audio Context
A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.
Stars: ✭ 300 (-9.91%)
Mutual labels:  polyfill
Bootstrap Ie8
Bootstrap 4 for IE8 and IE9
Stars: ✭ 278 (-16.52%)
Mutual labels:  polyfill

css3-mediaqueries.js - CSS Helper and CSS3 Media Queries Enabler

Author: Wouter van der Graaf

License: MIT

Website: http://code.google.com/p/css3-mediaqueries-js/

Browser support: IE 5+, Firefox 1+ and Safari 2.

Firefox 3.5+, Opera 7+, Safari 3+ and Chrome already offer native support.

W3C Media Queries spec: http://www.w3.org/TR/css3-mediaqueries/

Usage:

just include the script in your pages.

(And you should combine and compress with other scripts and include it just before </body> for better page speed - but you already knew that).

Write your media queries like you would for browsers with native support. The script will parse your CSS and apply the styles for positive media query tests realtime (also when you resize).

Note: Doesn't work on @import'ed stylesheets (which you shouldn't use anyway for performance reasons). Also won't listen to the media attribute of the <link> and <style> elements.

####Note: this fork has patches/fixes that are not available in the original Google Code repo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].