FRONTEND/js

jquery label 선택자

개발괴발랄 2021. 9. 13. 11:54

https://stackoverflow.com/questions/9803399/jquery-change-text-from-label

 

Jquery - Change text from label

this is the label, having text = Use 20 kms using jquery i want to Replace the text "20 Kms" with 10 kms" I get the hand to label like this $("label[for='applyDistanceSlab']"); how can i do...

stackoverflow.com