jquery: percentage of two numbers

后端 未结 5 565
情深已故
情深已故 2021-01-12 16:06

EDITED

Thank you for everyone who offered support... the best working script I will share with you in hope that I could help others who is looking f

5条回答
  •  遥遥无期
    2021-01-12 17:08

    use val() instead of text() for input element, use $(function(){}) to wait DOM is ready. And also don't use same ID to elements.

    
    
    
     
    
    
    
    %

提交回复
热议问题