Solved.
You just need finish all’clicks” with
$(“#@addButtonWidgetName”).off(‘click’);
$(“#@refreshButtonWidgetName”).off(‘click’);
$(“#@switchCollectionButtonWidgetName”).off(‘click’);
Hope it helps to anybody
It really works, much appreciated