Double .each loop escape

Joined
Jul 9, 2023
Messages
25
Reaction score
0
How to escape double $.each loop? 2.Loop escapes, but 1.Loop cannot escape.

Code:
$.each( ArrayList, function( idx, item ) <==== 1.Loop
     {
        $.each( item, function( idx2, item2 ) <==== 2.Loop
         {
            if ( stage == item2.toString() )
            {
                  return false; //<==== 2.Loop  escapes, but 1.Loop cannot escape.
            }
         });
     });
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top