Foren / Craftwork / Client-side / jQuery Uniform

A nicely way to style checkboxes, drop down menus, radio buttons, and file upload inputs!

..dot..
#26780 27. Oktober 2010, 05:07
@Koradhil - That would be nice
@Kingsley - ty,

@Twiebie - you need to put the scripts below {HEADER_COMPOPUP}

{HEADER_COMPOPUP}
<script src="js/jquery.uniform.js" type="text/javascript" charset="utf-8"></script>
    <script type="text/javascript" charset="utf-8">
      $(function(){
        $("input, textarea, select, button").uniform();
      });
</script>