﻿$(document).ready(function() {
    $(".wrapper").stars({
        inputType: "select"
    });
});
