Skip to content

Instantly share code, notes, and snippets.

@steida
Created May 20, 2009 21:11
Show Gist options
  • Save steida/115093 to your computer and use it in GitHub Desktop.
Save steida/115093 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/qwe/compressed.js"></script>
<script type="text/javascript">
QWE({
version: '0.2',
debug: true,
dependencies: {
'ui.Tips': 'http://ajax.googleapis.com/ajax/libs/qwe/tips/compressed.js'
}
})(function() {
new ui.Tips('.tip');
});
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment