-1
good afternoon guys, I’m having a problem in my jquery Here’s the thing, I’ll have a lot of Formulars on one page... Where when typing in each "board" field my jquery inserts a value in the next concession field, from the same form.
I tried using Closest("form"). find("#dealership") but I was unsuccessful
here is a jsfiddle link trying to represent what I want to happen
Your jsFiddle works if you add jQuery... https://jsfiddle.net/wrh2pszo/3/
– Sergio
good night Die, and if I want to add different values (e.g. the value of the board) to each "dealership", as I would?
– Pedro Santana
Do you want to use the value you are entering? or do you have specific data for each input?
– Sergio