I've got a div say <div style="background-position: 50% 0"></div>
.
What I want is to increase background-position
50% more each time I click on it, i.e. <div style="background-position: 100% 0"></div>
, then <div style="background-position: 150% 0"></div>
and so on. is there a way to do that with jquery?