jquery - Fundraising Thermometer Approach -


I need to create a thermometer type widget for a website, where I can feed in a target and current amount , Then a graphic that shows progress I was thinking something with jQuery / CSS that would be the best method, but then I hardly started using a vertical slider from the jQuery UI library and skinning it. How do you all approach this? I have searched for a plugin but nothing is relevant.

You can create indicators, located by JS, with a background image

  • Create a div
  • Set height / width
  • Set a BG image
  • Calculate the position of BG image

  • Comments

    Popular posts from this blog

    Eclipse CDT variable colors in editor -

    AJAX doesn't send POST query -

    wpf - Custom Message Box Advice -