Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" rel="stylesheet" type="text/css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
<meta charset=utf-8 />
<title>My First jQuery Mobile Application</title>
</head>
<body>
  <div data-role="page">
    <div data-role="header" data-theme='b'>
      <a href="Home.html" data-icon="home">Home</a>
      <h1>Welcome!!!</h1>
    </div>
    <div data-role="content" data-theme='e'>
      <p>Welcome to my blog and you are reading how to write your first jQuery mobile app.</p>
    </div>
    <div data-role="footer" data-theme='b'>
      <h1>jQuery By Example</h1>
    </div>
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
jquerybyexamplepro
0viewers