well thats the thing.. i dont really have any code to post.. i dont know how to use javascript well enough..
Basically what im trying to do is start with a set amount of points and distribute them out without have to reload the page -- >
Starting Points = 30;
Field 1 + Field 2 + Feild 3 = 30;
i want to be able to distribute 1 point at a time with a link. But the only way i nkow how to update it live ( witout a refresh ) is to make the values all input fields in a form. and when i do this it makes them a string instead of an integer. 🙁..
am i bascially stuck refreshing the whole page everytime? or does someone know how to do this