Skip to content

Instantly share code, notes, and snippets.

@brianyang
Created October 3, 2011 04:22
Show Gist options
  • Save brianyang/1258431 to your computer and use it in GitHub Desktop.
Save brianyang/1258431 to your computer and use it in GitHub Desktop.
installing jQuery UI
<!doctype html>
<html>
<head>
<link href="/css/ui-lightness.css" />
<link href="/css/style.css" />
</head>
<body>
<div></div>
<script src="/js/jquery.js"></script>
<script src="/js/jqueryui.js"></script>
<!-- add your plugins and custom script tags here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment