css3-mediaqueries-js

WebJar for css3-mediaqueries-js

License

License

MIT
Categories

Categories

JavaScript Languages
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

css3-mediaqueries-js
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

css3-mediaqueries-js
WebJar for css3-mediaqueries-js
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/livingston/css3-mediaqueries-js

Download css3-mediaqueries-js

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/css3-mediaqueries-js/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>css3-mediaqueries-js</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/css3-mediaqueries-js/
implementation 'org.webjars.bower:css3-mediaqueries-js:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.bower/css3-mediaqueries-js/
implementation ("org.webjars.bower:css3-mediaqueries-js:1.0.0")
'org.webjars.bower:css3-mediaqueries-js:jar:1.0.0'
<dependency org="org.webjars.bower" name="css3-mediaqueries-js" rev="1.0.0">
  <artifact name="css3-mediaqueries-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='css3-mediaqueries-js', version='1.0.0')
)
libraryDependencies += "org.webjars.bower" % "css3-mediaqueries-js" % "1.0.0"
[org.webjars.bower/css3-mediaqueries-js "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0