Standalone html page with ULS

Demonstration of ULS jquery plugin.

Change-Id: I425ffec9efe664cc91a0a3b8c9f79bd06d56abb5
This commit is contained in:
Santhosh Thottingal
2012-07-01 21:07:29 +05:30
parent f71174a02e
commit 7d899696d0
3 changed files with 102 additions and 0 deletions

80
examples/index.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,18 @@
body{
width: 80%;
padding-left: 10%;
padding-right: 10%;
}
div.navbar {
background-color: #333;
color: #FFFFFF;
padding: 20px;
}
span.uls-trigger {
float: right;
}
span.uls-trigger a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

4
examples/resources/jquery.js vendored Normal file

File diff suppressed because one or more lines are too long