Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Coffeescript nested iterations

  • This topic is empty.
Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #129390
    jtrinker
    Participant

    Nevermind. You did it again. It’s working!

    #129392
    jtrinker
    Participant

    One last question…this seemed like a situation where I need to iterate through html elements with .each. How do I know when I need to do that?

    And again, thank you very much. Thats a very simple and concise solution. I appreciate all your help.

    #129406
    TheDoc
    Member

    You would use `each()` if you wanted to do something to all of them at once, but required you to go through each one individually (perhaps there is something unique about each one).

    You can sort of relate `each()` to a for loop.

    #129407
    jtrinker
    Participant

    That makes sense. Thanks Doc!

Viewing 4 posts - 16 through 19 (of 19 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.