Skip to content

Instantly share code, notes, and snippets.

@fidian
Created September 11, 2012 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fidian/3698567 to your computer and use it in GitHub Desktop.
Save fidian/3698567 to your computer and use it in GitHub Desktop.
pixelmatrix/uniform issue 182
<html><head><title>Test</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="https://raw.github.com/pixelmatrix/uniform/master/css/uniform.default.css" type="text/css" media="screen">
<script type="text/javascript" src="https://raw.github.com/pixelmatrix/uniform/master/jquery.uniform.js"></script>
<script type="text/javascript">
$(function () {
$('input').uniform();
});
</script>
</html>
<body>
Hidden: <input type="hidden" name="testHidden" value="Works"><br>
Text: <input type="text" name="testText" value="Works">
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment