Skip to content

Instantly share code, notes, and snippets.

@hcmn
Created July 11, 2012 18:57
Show Gist options
  • Save hcmn/3092370 to your computer and use it in GitHub Desktop.
Save hcmn/3092370 to your computer and use it in GitHub Desktop.
include JQuery UI via Google APIs
//JQuery UI library
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js" type="text/javascript">
//JQuery stylesheet
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/base/jquery-ui.css"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment