﻿$(function () {
    $("input, textarea, select, button").not(".notUniform").uniform();
});
