Ask Your Question
1

At what point the conditions for Jquery If, else if, else statements are not being executed?

asked 2021-10-27 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-10-23 14:00:00 +0000

devzero gravatar image

The conditions for jQuery if, else if, else statements are not being executed when the condition in the if statement is not true. In this case, the code execution will move to the next else-if statement, and if that condition is also not true, it will move to the else statement. If none of the conditions are true, then none of the statements in if, else if, else blocks will be executed.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-10-27 11:00:00 +0000

Seen: 11 times

Last updated: Oct 23 '22