Search code examples
phpjavascriptjqueryjquery-uijquery-widgets

Creating a jQuery XP bar


I want to create an XP bar as you see in many games showing the progress from one level to another in a game.

I cannot find any widgets people have already created - but thought using jQuery might make my life easier.

Has anyone done this, or have any idea how to do it.

I found http://docs.jquery.com/UI/Progressbar which is a starting point, but i want to have a more complete actual XP bar with things like numbers around it, etc etc etc.

Is this possible - can anybody help!?


Solution

  • In the end I simply made a

    element which incremented via jQuery and after that linked into a preexisting javascript xp bar