javascript equation not working
-
Hi,
I’m trying to solve a problem with this plugin. here is the equation I used. but it’s not working. please help.
(function(){
if(fieldname1 => 10000) return fieldname1 * 0.02;
if(fieldname1 <= 10000) return fieldname1 * 0.05;
})();
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘javascript equation not working’ is closed to new replies.