1

What CSS framework (if any) does SO use for mobile devices? Do they also use jQuery?

3
  • What are you doing that you want this information? SO? GMail? Whats next? stackoverflow.com/questions/9199372/… Commented Feb 8, 2012 at 18:41
  • Researching mobile frameworks. Anything wrong with that? Commented Feb 8, 2012 at 18:44
  • you can checkout their api api.stackexchange.com/docs Commented Feb 8, 2012 at 18:50

1 Answer 1

2

DIY

  1. Install user-agent switcher in FF
  2. Change user agent to iPhone
  3. Browse to SO
  4. CTRL+U

JS:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="http://cdn.sstatic.net/js/stub.js?v=3c808850d245"></script>
<script type="text/javascript" src="http://cdn.sstatic.net/js/mobile.js?v=c58294e4b2d6"></script>

CSS:

<link rel="stylesheet" type="text/css" href="http://cdn.sstatic.net/skins/mobile/all.css?v=691d8c3ee5fa">
2
  • Or click the 'mobile' link at the bottom of the page. Commented Feb 8, 2012 at 21:37
  • @jjnguy how convenient Commented Feb 8, 2012 at 21:39

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.