Skip to content

Instantly share code, notes, and snippets.

@muracms
Created December 16, 2013 14:43
Show Gist options
  • Select an option

  • Save muracms/7988046 to your computer and use it in GitHub Desktop.

Select an option

Save muracms/7988046 to your computer and use it in GitHub Desktop.
<script src="#$.siteConfig('themeAssetPath')#/assets/uniform/jquery.uniform.min.js" type="text/javascript"></script>
<!--- valid themes: default, agent, aristo, jeans --->
<link rel="stylesheet" href="#$.siteConfig('themeAssetPath')#/assets/uniform/themes/agent/css/uniform.agent.min.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript">
jQuery(document).ready(function($){
$("input, textarea, select, button, a.button").uniform();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment