E
egarcia
Guest
Hello, I do not think that you missed any particular item in the documentation (help/doc for Mobile App Builder). The key thing seems to be that the event is not available as a parameter and the documentation does not suggest to use arguments as a way to get to it. Notice that arguments[0] in this context would actual be the event parameter if you were to bind the handler (with e as a parameter) directly using jQuery. The warning that you got is from the lint tool that suggests to use dot notation instead of brackets. Thanks.
Continue reading...
Continue reading...