I know it's a very basic question, but still:
When a page is first loaded, the variable myvar is set to a random value: 0, 1, 2, or 3.
On button click, if the variable is less than 3, it's incremented by 1. If the variable = 3, it's set to 0.
Would be grateful for help form an jQuery expert!