Elliot Bonneville
Elliot Bonneville

Reputation: 53361

Code for jQuery Mobile selector menu?

I must be missing something obvious. I'm looking at the docs for jQuery Mobile, and nowhere do they give you the code to do the stuff they're demonstrating. I'm trying to create a selector menu... Where can I get the code for this (it must be like, one line, right)?

As a complete newbie, I'm at a loss here. Thanks for any help!

Upvotes: 2

Views: 585

Answers (1)

naugtur
naugtur

Reputation: 16905

To get the code:

  1. remove the # from the link: jquerymobile.com/demos/1.0a4.1/docs/forms/forms-selects.html
  2. open in browser
  3. view source (the old way, not with firebug or anything)

Upvotes: 1

Related Questions