You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can i include a confirm dialog within a jQuery each() loop. I am trying to loop an array of object and when a condition is met it will throw a confirm dialog in order to continue or cancel which will end the each() loop. At this time it throws the dialog but does not stop the loop and the loop continues. The confirm dialog will show for a second.
The text was updated successfully, but these errors were encountered:
How can i include a confirm dialog within a jQuery each() loop. I am trying to loop an array of object and when a condition is met it will throw a confirm dialog in order to continue or cancel which will end the each() loop. At this time it throws the dialog but does not stop the loop and the loop continues. The confirm dialog will show for a second.
The text was updated successfully, but these errors were encountered: