I can not find a solution for the following problem: There is an element that should change when another element was changed, when it received the same index:
$("input[bez='sbd_texte']").eq(index).val() = "test";
The variable "index" is fine, but I cannot figure out how to change the value of this specfic element.
So, how can I change the value of the specfic element that is recognized by the index?
Crayl source
share