I want to span text or symbol after a specific textbox in a side by side question.
I used the following js codes but it’s not working. I’m guessing the id name for the textbox isn’t correct.
jQuery(".QR-QID1#2-3-1-TEXT").after("<span>%</span>")
jQuery(".QR~QID1#2~3~1~TEXT").after("<span>%</span>")