jQuery sequential functions one after the other in a each loop
问题 I know this topic has been discussed in a couple of posts but I can't seem to get my head around doing this for my particular use case. So I have a need to simulate the typing of values into inputs on a page one after the other. The user simply sits and watches - but essentially what I need is on load, the first input focuses > types in letter by letter a value, and then moves to the next input to do the same with it's value. Here is a fiddle of what I mean with my code so far: https:/