wanjarus / ArtaraxRatingStar

a jQuery plugin for star rating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArtaraxRatingStar

a jQuery plugin for star rating

How to use

just add the plugin into your page and use it like this :

$(function () {
    var artaraxRatingStar = $.artaraxRatingStar({
        onClickCallBack: onRatingStar
    });

    function onRatingStar(rate, id) {
        alert("data-val(rate)=" + rate + " data-id(ProductId)=" + id);
    }

});

For more information, please see the source, it has a demo file (index.html)

If you need help, call me : h.moradof@gmail.com http://moradof.com

About

a jQuery plugin for star rating


Languages

Language:JavaScript 64.0%Language:HTML 27.2%Language:CSS 8.8%