+ 1
Hi, I need you !!!
Someone know how to remove a envent listener which use an anonimous function ? thanks you ;)
2 Respuestas
+ 3
Looks like it is not possible, you can only remove named listeners.
+ 1
Well, if you use jQuery you can use the .on function to register an anonymous function for let's say 'click'. and you can remove the function with .off for click without having to know the function.