Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Catherine,

    Did you find a solution? I’m looking for the same feature.

    I would like to built a quiz and having the gauge updated after each answer.

    Thread Starter ckennon

    (@ckennon)

    Hi Dialoguenet,

    yes I did:

    jQuery(document).ready(function(){
    var g1 = new JustGage({
    id: “g1”,
    value: percentageFor,
    min: 0,
    max: 100,
    title: “Public Response”,
    label: “Percent”,
    gaugeWidthScale: 0.8,
    gaugeColor: “#EDEDED”,
    levelColors: [“#ED1C24”, “#FF7F27”, “#22B14C”],
    levelColorsGradient: 33

    });
    });

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using jQuery to update the value’ is closed to new replies.