Tagged Questions

0
votes
2answers
49 views

Append to elements if condition is true

I have a number of elements with a certain class and am trying to append something to them should a certain condition be true. Here is an example, but it tells me this.value() is not a function. I am ...