This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200 out_of_box 实例中energy网页中 调用多个步进器



如何在网页中实现多个步进器的调用

我修改了其中的JAVA部分,修改了CCS样式,得到如图结果

但是只有第二个步进器起作用,而且一次跳转两个数字,我认为应该是这段程序的原因

 $('#Vol2Input').TINumericStepper({   "defaultValue":  lastInput,   "max":    150,   "min":     0,   "onUpdate":   function(val){    lastInput = val;   }  });

求教如何在一个网页中调用多个TINumericStepper而且能够分开工作,本人新手,求大神详细讲解,万分感谢