Giter Club home page Giter Club logo

Comments (13)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
[deleted comment]

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
[deleted comment]

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
[deleted comment]

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
IMPORTANT NOTE: I only managed to get css3-mediaqueries.js to work for std IE 
desktops (my control for older browsers without media query support) when 
hosted on a server or localhost server.

Original comment by [email protected] on 7 Mar 2011 at 11:32

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Same for me: only works when hosted on a server or localhost server.

Original comment by [email protected] on 19 Feb 2012 at 8:49

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I managed to make this work with <link media="..." /> tags with a little patch. 
If you download the development version 
(http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries_src.js) 
and and go to line 436 and add this small snippet:

if(link.getAttribute("media").replace(/^\s\s*/, '').replace(/\s\s*$/, '') != 
""){ text = "@media " + link.getAttribute("media").replace(/^\s\s*/, 
'').replace(/\s\s*$/, '') + "{" + text + "}";}

Then you can make it work.

Original comment by [email protected] on 19 Jun 2012 at 10:47

Attachments:

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
+1 for incorporating softtek's fix into the codebase...

Original comment by [email protected] on 5 Jul 2012 at 10:01

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Hi softtek I have tried the above code with applied patch but still the <link 
media="..."/> is not working. 

Original comment by [email protected] on 28 Nov 2012 at 12:36

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
It may work.. Try in localhost or your server.

Original comment by [email protected] on 31 May 2013 at 1:49

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
I have used CSS-mediaqueries.js on my file but there is not working properly in 
ie8.
Please resolve this issue ASAP. Anyone can help me?

Original comment by [email protected] on 9 Jul 2013 at 10:34

Attachments:

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Assuming this project is abandoned; would like to mark this issue Closed / 
WontFix.

Original comment by [email protected] on 14 Jul 2013 at 11:02

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
hi, softtek. I have a try as you steps,It's OK when running in the local 
testing server, but as it release on server,It doesn't work? what about that ? 
could you help me ?

Original comment by [email protected] on 24 Aug 2013 at 2:57

from css3-mediaqueries-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Back from the dead... There is a new version of the script. It has some CSS 
parsing and processing improvements. If you're still using it, or would like to 
try again, could you confirm that this issue is solved or not?

Original comment by [email protected] on 4 Apr 2014 at 11:46

from css3-mediaqueries-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.