Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8951469
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:40:15+00:00 2026-06-15T13:40:15+00:00

Is it possible to somehow display which media query is being used in an

  • 0

Is it possible to somehow display which media query is being used in an ASP.NET MVC 4 mobile website that uses Razor view engine, JQuery, and JQuery-Mobile? If yes then how? I know that I can use Chrome on the desktop to see which one is being used by resizing the window and inspecting an affected element but I would like to be able to display it on the page that way I can see for sure which one is being used on a phone. It seems like different media queries are used in portrait for a single phone…. what I mean is that it will look one way and then I change from portrait to landscape to portrait again and then the portrait view looks like it is using a different media query than before.

Solution:

I put this at the bottom of my layout page ( it works on iphone but not older androids like 2.1 for some reason ):

@if (true)
    {
        //Change this to false for production

        <text>
        <div id="version" data-role="footer" data-position="fixed"></div>
        <script type="text/javascript">
            function setFooterText(){
                $('#version').text('Media Selector: ' + $('#version').css('content'));
            }
            $(window).bind('resize', function (event) {
                setFooterText();
            }).bind('orientationchange', function (event) {
                setFooterText();
            });
            $(function () {
                setFooterText();
            });
        </script>
        </text>
    }

and then in the css:

@media all and (max-width: 320px) {
    #version { content:"320px"; }
}
@media all and (max-width: 240px) {
    #version { content:"240px";}
}
etc...

Edit:

Android 2.1’s browser does not support custom css properties. I think it is mostly an HTML 5 thing.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T13:40:17+00:00Added an answer on June 15, 2026 at 1:40 pm

    What you can do is create a dummy class and element for each selector that you can then inspect using JavaScript and examine its value.

    For example:

    <div id="version"></div>
    
    #version {
        content:"300wide";
        display:none;
    }
    
    
    alert($('#version').css('content'))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it somehow possible to create something like a masterpage (asp.net) in jQuery Mobile?
I have an asp.net content page which is used inside of a master page
Is this possible somehow to generate a GUID in C#, that mostly corresponds to
Is it somehow possible, via CSS, to select labels which contains *: at the
I have an Asp.Net repeater, which contains a textbox and a checkbox. I need
Is it somehow possible in Magento to display content (on the home page) based
Im working on a website built using .net which I've never worked with before.
I have a asp.net web application which has a number of versions deployed on
Is it possible somehow to ask the user to allow cross-domain access instead of
while debugging a C++ program with GDB, is it possible somehow to add comments

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.