Skip to content

Instantly share code, notes, and snippets.

@sattybhens
Created March 16, 2012 19:28
Show Gist options
  • Select an option

  • Save sattybhens/2052013 to your computer and use it in GitHub Desktop.

Select an option

Save sattybhens/2052013 to your computer and use it in GitHub Desktop.
urls to get javascript library's
<!DOCTYPE html>
<html>
<head>
<title>simple</title>
<link rel="stylesheet" href="css/jquery.mobile-1.0.1.css" />
<script src="js/libs/jquery-1.7.1.js"></script>
<script src="js/libs/jquery.mobile-1.0.1.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>The title</h1>
</div><!-- /header -->
<div data-role="content">
<p>The content</p>
</div><!-- /content -->
<div data-role="footer">
<h4>The Footer</h4>
</div><!-- /header -->
</div><!-- /page -->
</body>
</html>
wget http://code.jquery.com/jquery-1.7.1.js
wget http://code.jquery.com/jquery-1.7.1.min.js
wget http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.js
wget http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js
wget http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.css
wget https://github.com/downloads/emberjs/ember.js/ember-0.9.5.min.js --no-check-certificate
wget https://github.com/downloads/emberjs/ember.js/ember-0.9.5.js --no-check-certificate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment