I been searching but I can only find articles talking about one or the other. Which one is better?
I\'m making a small web app where performance is not a big concern
If you're using elements as well, .value won't work whereas .val() will.
.value
.val()
I would not mind about performance of just getting a value. If you want the best performance, perhaps you shouldn't use a library at all.