How to update event handlers from a Handlers List? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to update event handlers from a Handlers List?

(How to update event handlers from a Handlers List)>> with incremental index as event occurs ? For skilled programmer the solution to my problem may be obvious : * * * <<JQuery >> var index = ; var array = [] ; var elemArr = array[index] ; // §1 << which does get updated $(function() { /*some code*/ ; index++ ; /* if §1 here too, it turns "undefined" */ ; }) <<//JQuery >> *** *** *** I do not understand why do I get "undefined" instead of the next array value... And I do not find out how to get it within 1 or 2 more statements max. ... Could you help me :-) ? *** The real problem leans on this example in the linked code below : *** https://code.sololearn.com/W79Pr7vNTZpo/#html

2nd Jul 2019, 2:33 PM
Baudhuin
Baudhuin - avatar
2 Answers
29th Jul 2019, 1:22 PM
Jônatas Araripe
Jônatas Araripe - avatar
29th Jul 2019, 1:48 PM
Jônatas Araripe
Jônatas Araripe - avatar