79643704

Date: 2025-05-29 10:06:49
Score: 0.5
Natty:
Report link

The this.wrapper.(find(...)) part has a problem. Just grab the id directly from the <option> like this:

var option = $('<div class="option" id="' + this.answers[i].getAttribute('id') + '">' + answers[i].text + "</div>")

One more thing, in your form, you have id"whatsapp" which should be id="whatsapp".

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jude Howell Sarabia