How can i program this, the decimal shift needs to be programed that most of it I think , the rest would be just a normal add, any thoughts on how to program this? This is for an incrementer I’m building, the user can press plus or minus and increment a text input.
Share
I assume you’re referring to the use of a comma
,as a decimal separator instead of a..If there are no other commas used as separators in the number (I don’t know what is used for thousand separators in that case), then you could try something like this:
Try it out: http://jsfiddle.net/yuEAs/
HTML
jQuery
I don’t have any experience with this, so maybe there’s a better way.