Skip to content

Instantly share code, notes, and snippets.

@lukegalea
Created July 8, 2013 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lukegalea/5949662 to your computer and use it in GitHub Desktop.
Save lukegalea/5949662 to your computer and use it in GitHub Desktop.
A CodePen by Luke Galea.
<div data-role="page">
<div data-role="header" data-theme="d">
<h1><img src="http://www.precisionnutrition.com/wordpress/wp-content/themes/pn2012/images/pn_logo.png"/></h1>
</div>
<div data-role="content">
<p>Enter your information below to get the free stuff promised by Dr. John Berardi</p>
<form action="http://get.pn/free" method="post">
<fieldset data-role="fieldcontain">
<label for="firstName">
First Name
</label>
<input id="firstName" name="firstName"/>
</fieldset>
<fieldset data-role="fieldcontain">
<label for="lastName">
Last Name
</label>
<input id="lastName" name="lastName"/>
</fieldset>
<fieldset data-role="fieldcontain">
<label for="email">
Email
</label>
<input id="email" type="email" name="email"/>
</fieldset>
<input data-icon="check" data-theme="b" type="submit" value="Signup"/>
</form>
</div>
</div>
@lukegalea
Copy link
Author

meta is:

<meta name="viewport" content="width=device-width, initial-scale=1"> 

css is:
http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css

js is:
http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js

  • JQ 1.10
    jquery first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment