1 - Used to use this way:
$(document).off('evento', 'elemento', nomeFuncao);
$(document).on('evento', 'elemento', nomeFuncao);
2 - But recently I used it that way and it worked the same way.
$(document).off().on('evento', 'elemento', func...
asked by
01.08.2016 / 19:32