Rearranging Files

* Seperating standalone jQuery ULS plugin and extension related code
* lib/jquery.uls can be submodule, but not now.

Change-Id: I7d9cb47daa88dd1a27ceda602a08cab0073caf33
This commit is contained in:
Santhosh Thottingal
2012-08-03 12:24:04 +05:30
commit 0a681a85fe
17 changed files with 1721 additions and 0 deletions

126
examples/index.html Normal file

File diff suppressed because one or more lines are too long

View File

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

4
examples/resources/jquery.js vendored Normal file

File diff suppressed because one or more lines are too long